[SeaBIOS] [PATCH] Add pvevent device driver

2013-03-14 Thread Hu Tao
pvevent device is used to notify host(qemu) when guest panic happens. ref: http://lists.nongnu.org/archive/html/qemu-devel/2013-03/msg02293.html Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- src/acpi-dsdt-isa.dsl | 30 ++ 1 file changed, 30 insertions(+) diff --git

Re: [SeaBIOS] [PATCH] Add pvevent device driver

2013-03-14 Thread Hu Tao
On Thu, Mar 14, 2013 at 10:57:18AM +0200, Gleb Natapov wrote: On Thu, Mar 14, 2013 at 04:48:47PM +0800, Hu Tao wrote: pvevent device is used to notify host(qemu) when guest panic happens. ref: http://lists.nongnu.org/archive/html/qemu-devel/2013-03/msg02293.html Signed-off-by: Hu

Re: [SeaBIOS] [PATCH] Add pvevent device driver

2013-03-14 Thread Gleb Natapov
On Thu, Mar 14, 2013 at 05:33:19PM +0800, Hu Tao wrote: On Thu, Mar 14, 2013 at 10:57:18AM +0200, Gleb Natapov wrote: On Thu, Mar 14, 2013 at 04:48:47PM +0800, Hu Tao wrote: pvevent device is used to notify host(qemu) when guest panic happens. ref:

Re: [SeaBIOS] [PATCH] Add pvevent device driver

2013-03-14 Thread Gleb Natapov
On Thu, Mar 14, 2013 at 10:08:09AM +, David Woodhouse wrote: On Thu, 2013-03-14 at 10:57 +0200, Gleb Natapov wrote: +OperationRegion(PEOR, SystemIO, 0x0505, 0x01) IO port should be received form QEMU by fw_cfg and patched here at run time. Pfft. ACPI table should be

[SeaBIOS] Minimal config for booting GRUB2 from SATA drive

2013-03-14 Thread Paul Menzel
Dear SeaBIOS folks, I am using coreboot on the ASRock E350M1 [1] with a SATA hard drive, I want to boot from using the GRUB2 bootloader. For now I’d like to use SeaBIOS 1.7.2.1 for jumping to the hard drive and execute(?) GRUB2. Using the default config file created by `make menuconfig` and

Re: [SeaBIOS] Minimal config for booting GRUB2 from SATA drive

2013-03-14 Thread Kevin O'Connor
On Thu, Mar 14, 2013 at 03:57:00PM +0100, Paul Menzel wrote: Dear SeaBIOS folks, I am using coreboot on the ASRock E350M1 [1] with a SATA hard drive, I want to boot from using the GRUB2 bootloader. For now I’d like to use SeaBIOS 1.7.2.1 for jumping to the hard drive and execute(?) GRUB2.

Re: [SeaBIOS] [PATCH 0/2][RFC] Remove BDAT from ACPI interface

2013-03-14 Thread Kevin O'Connor
On Fri, Mar 08, 2013 at 11:11:42AM +0100, Gerd Hoffmann wrote: On 03/07/13 04:04, Kevin O'Connor wrote: This patch changes SeaBIOS to pass the PCI regions via a dynamically updated SSDT instead of via the BDAT memory reference system. This change will likely make it easier to port the ACPI

[SeaBIOS] [PATCH 1/2] virtio-scsi: Set _DRIVER_OK flag before scsi target scanning

2013-03-14 Thread Asias He
Before we start scsi target scanning, we need to set the VIRTIO_CONFIG_S_DRIVER_OK flag so the device can do setup properly. This fix a bug when booting tcm_vhost with seabios. Signed-off-by: Asias He as...@redhat.com Acked-by: Paolo Bonzini pbonz...@redhat.com --- src/virtio-scsi.c | 5 +++--