On Thu, Aug 30, 2018 at 11:57:57AM +0100, Daniel P. Berrangé wrote: [...] > diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h > index 63acc722a9..eeb33018ad 100644 > --- a/include/hw/pci/pci_ids.h > +++ b/include/hw/pci/pci_ids.h > @@ -255,7 +255,7 @@ > #define PCI_DEVICE_ID_INTEL_82801I_EHCI2 0x293c > #define PCI_DEVICE_ID_INTEL_82599_SFP_VF 0x10ed > > -#define PCI_DEVICE_ID_INTEL_Q35_MCH 0x29c0 > +#define PCI_DEVICE_ID_INTEL_P35_MCH 0x29c0
I took a while to notice that this patch isn't actually changing the PCI ID, but just renaming the constant. Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> > > #define PCI_VENDOR_ID_XEN 0x5853 > #define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 > -- > 2.17.1 > -- Eduardo