Re: [Qemu-devel] [PATCH RESEND 1/3] xen: Add the Xen platform pci device

2011-06-26 Thread Michael S. Tsirkin
On Thu, Jun 16, 2011 at 05:05:17PM +0100, stefano.stabell...@eu.citrix.com wrote: > diff --git a/hw/pci_ids.h b/hw/pci_ids.h > index d9457ed..d94578c 100644 > --- a/hw/pci_ids.h > +++ b/hw/pci_ids.h > @@ -109,3 +109,5 @@ > #define PCI_DEVICE_ID_INTEL_82371AB 0x7111 > #define PCI_DEVICE_ID_I

[Qemu-devel] [PATCH RESEND 1/3] xen: Add the Xen platform pci device

2011-06-16 Thread stefano.stabellini
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