Re: [Qemu-devel] [PATCH V11 06/15] xen: Add the Xen platform pci device

2011-03-28 Thread Anthony PERARD
On Wed, Mar 23, 2011 at 12:08, Alexander Graf wrote: >> diff --git a/hw/pc_piix.c b/hw/pc_piix.c >> index 6eff06e..417c456 100644 >> --- a/hw/pc_piix.c >> +++ b/hw/pc_piix.c >> @@ -121,6 +121,10 @@ static void pc_init1(ram_addr_t ram_size, >> >>     pc_vga_init(pci_enabled? pci_bus: NULL); >> >> +

Re: [Qemu-devel] [PATCH V11 06/15] xen: Add the Xen platform pci device

2011-03-23 Thread Alexander Graf
On 01.03.2011, at 19:35, anthony.per...@citrix.com wrote: > From: Steven Smith > > Introduce a new emulated PCI device, specific to fully virtualized Xen > guests. The device is necessary for PV on HVM drivers to work. > > Signed-off-by: Steven Smith > Signed-off-by: Anthony PERARD > Signed

[Qemu-devel] [PATCH V11 06/15] xen: Add the Xen platform pci device

2011-03-01 Thread anthony . perard
From: Steven Smith Introduce a new emulated PCI device, specific to fully virtualized Xen guests. The device is necessary for PV on HVM drivers to work. Signed-off-by: Steven Smith Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- Makefile.target |2 + hw/hw.h