[SeaBIOS] unaligned option rom

2013-04-30 Thread Michael S. Tsirkin
Each time I boot seabios built with debug enabled, I see this on serial console: Scan for VGA option rom WARNING! Found unaligned PCI rom (vd=1013:00b8) Is this a bogus warning? -- MST ___ SeaBIOS mailing list SeaBIOS@seabios.org

[SeaBIOS] [PATCHv2] pci: load memory window setup from host

2013-04-30 Thread Michael S. Tsirkin
Load memory window setup for pci from host. This makes it possible for host to make sure setup matches hardware exactly: especially important for when ACPI tables are loaded from host. This will also make it easier to add more chipsets down the road. Signed-off-by: Michael S. Tsirkin

Re: [SeaBIOS] unaligned option rom

2013-04-30 Thread David Woodhouse
On Tue, 2013-04-30 at 09:26 +0300, Michael S. Tsirkin wrote: Each time I boot seabios built with debug enabled, I see this on serial console: Scan for VGA option rom WARNING! Found unaligned PCI rom (vd=1013:00b8) Is this a bogus warning? No. It's warning that your VGA ROM is broken and

Re: [SeaBIOS] [PATCHv2] pci: load memory window setup from host

2013-04-30 Thread Michael S. Tsirkin
On Tue, Apr 30, 2013 at 09:34:55AM +0300, Michael S. Tsirkin wrote: Load memory window setup for pci from host. This makes it possible for host to make sure setup matches hardware exactly: especially important for when ACPI tables are loaded from host. This will also make it easier to add

[SeaBIOS] [PATCH] acpi: minor clean-up of 64 bit window logic

2013-04-30 Thread Michael S. Tsirkin
Make 64 bit window detection logic a bit cleaner: don't hardcode 0 address as invalid, instead check start end. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- src/acpi.c| 2 +- src/pciinit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acpi.c

Re: [SeaBIOS] [PATCH] acpi: minor clean-up of 64 bit window logic

2013-04-30 Thread Michael S. Tsirkin
On Tue, Apr 30, 2013 at 01:36:33PM +0300, Michael S. Tsirkin wrote: Make 64 bit window detection logic a bit cleaner: don't hardcode 0 address as invalid, instead check start end. Signed-off-by: Michael S. Tsirkin m...@redhat.com Hmm, scratch this patch. This does not handle case where

Re: [SeaBIOS] [PATCH v17] Add pvpanic device driver

2013-04-30 Thread Paolo Bonzini
Il 05/04/2013 09:17, Hu Tao ha scritto: pvpanic device is used to notify host(qemu) when guest panic happens. Signed-off-by: Paolo Bonzini pbonz...@redhat.com Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- No change from v16. qemu patches at:

Re: [SeaBIOS] [PATCH v17] Add pvpanic device driver

2013-04-30 Thread Kevin O'Connor
On Tue, Apr 30, 2013 at 06:00:09PM +0200, Paolo Bonzini wrote: Il 05/04/2013 09:17, Hu Tao ha scritto: pvpanic device is used to notify host(qemu) when guest panic happens. Signed-off-by: Paolo Bonzini pbonz...@redhat.com Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- No change