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
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
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
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