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

2010-08-23 Thread stefano . stabellini
From: Anthony PERARD 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: Anthony PERARD Signed-off-by: Stefano Stabellini --- Makefile.target |1 + hw/hw.h |3 + hw/pci_id

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

2010-08-13 Thread Stefano Stabellini
Thanks for the very detailed review, all the comments make perfect sense, we'll address them in the next version of the series. On Thu, 12 Aug 2010, Blue Swirl wrote: > On Thu, Aug 12, 2010 at 2:09 PM, wrote: > > From: Anthony PERARD > > > > Introduce a new emulated PCI device, specific to full

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

2010-08-12 Thread Blue Swirl
On Thu, Aug 12, 2010 at 2:09 PM, wrote: > From: Anthony PERARD > > Introduce a new emulated PCI device, specific to fully virtualized Xen > guests.  The device is necessary for PV on HVM drivers to work. The code should be converted to qdev and VMState. > > Signed-off-by: Anthony PERARD > Sig

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

2010-08-12 Thread stefano . stabellini
From: Anthony PERARD 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: Anthony PERARD Signed-off-by: Stefano Stabellini --- Makefile.target |1 + hw/xen_machine_fv.c |4 + hw/xen_pl