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 broke

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 --- src/acpi.c| 2 +- src/pciinit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acpi.c b/src/acpi.c index b03b2ba

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 Hmm, scratch this patch. This does not handle case where last byte is

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 > Signed-off-by: Hu Tao > --- > > No change from v16. qemu patches at: > > http://lists.nongnu.org/archive/html/qemu-devel/2013-04/msg01028.html Pin

Re: [SeaBIOS] seabios for qemu 1.5

2013-04-30 Thread Paolo Bonzini
Il 24/04/2013 07:59, Gerd Hoffmann ha scritto: > Hi, > >> b44a7be17bdd270ea029a8e2ec0c2e80c6cd0444 virtio-scsi: Pack struct >> virtio_scsi_{req_cmd,resp_cmd} >> 5a7730db57ab0715223421e65b54fb50d6fefe5c virtio-scsi: Set _DRIVER_OK flag >> before scsi target scanning > >> Anthony + Gerd, can we

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 > > Signed-off-by: Hu Tao > > --- > > > > No change from v16. qemu patches at: