diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2012-11-14 15:54:06 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-11-26 09:35:36 -0600 |
commit | df2d8b3ed4d2b6406335d274f9537d78ac4e3c0c (patch) | |
tree | a2a693831e61f1afecccfbcaa227615388da10dd /hw/pci_ids.h | |
parent | 678e7b94b182f846de61e38e8a6499f9c55dbcf0 (diff) |
q35: Introduce q35 pc based chipset emulator
pc q35 based chipset emulator to support pci express natively. Based on
Anthony Liguori's suggestion, the machine name is 'q35-next', with an alias
of 'q35'. At this point, there are no compatibility guarantees. When the
chipset stabilizes more, we will begin to version the machine names.
Major features which still need to be added:
-Migration support (mostly around ahci)
-ACPI hotplug support (pcie hotplug support is working)
-Passthrough support
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index d1e83ddd06..5df7245349 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -138,6 +138,8 @@ #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_VENDOR_ID_XEN 0x5853 #define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 |