[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] ppc440_pcix_reg warnings with the new sam460ex board
From: |
Thomas Huth |
Subject: |
[Qemu-ppc] ppc440_pcix_reg warnings with the new sam460ex board |
Date: |
Wed, 7 Mar 2018 15:52:10 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
Hi Zoltan,
I was just trying to add a regression qtest for the new sam460ex board,
but I noticed that there are currently some ugly warnings showing up
when using this board:
qemu-system-ppc: ppc440_pcix_reg_write4: unhandled PCI internal register 0x40
qemu-system-ppc: ppc440_pcix_reg_read4: invalid PCI internal register 0x44
qemu-system-ppc: ppc440_pcix_reg_write4: unhandled PCI internal register 0x44
Are you aware of these warning messages? Could they be silenced somehow?
FWIW, here's what I wanted to add to the qtest suite:
diff a/tests/boot-serial-test.c b/tests/boot-serial-test.c
--- a/tests/boot-serial-test.c
+++ b/tests/boot-serial-test.c
@@ -79,12 +79,14 @@ static testdef_t tests[] = {
{ "ppc", "40p", "-boot d", "Booting from device d" },
{ "ppc", "g3beige", "", "PowerPC,750" },
{ "ppc", "mac99", "", "PowerPC,G4" },
+ { "ppc", "sam460ex", "-m 256", "DRAM: 256 MiB" },
{ "ppc64", "ppce500", "", "U-Boot" },
{ "ppc64", "prep", "-boot e", "Booting from device e" },
{ "ppc64", "40p", "-m 192", "Memory size: 192 MB" },
{ "ppc64", "mac99", "", "PowerPC,970FX" },
{ "ppc64", "pseries", "", "Open Firmware" },
{ "ppc64", "powernv", "-cpu POWER8", "OPAL" },
+ { "ppc64", "sam460ex", "-device e1000", "8086 100e" },
{ "i386", "isapc", "-cpu qemu32 -device sga", "SGABIOS" },
{ "i386", "pc", "-device sga", "SGABIOS" },
{ "i386", "q35", "-device sga", "SGABIOS" },
Thomas
- [Qemu-ppc] ppc440_pcix_reg warnings with the new sam460ex board,
Thomas Huth <=