mirror of https://gitee.com/openkylin/qemu.git
pci_ids: Add INTEL_82599_SFP_VF id.
We are using this in our quirk lookup provided by patch titled: Introduce Xen PCI Passthrough, PCI config space helpers. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
93bfef4c6e
commit
9ff706c815
|
@ -118,6 +118,7 @@
|
|||
#define PCI_DEVICE_ID_INTEL_82801I_UHCI6 0x2939
|
||||
#define PCI_DEVICE_ID_INTEL_82801I_EHCI1 0x293a
|
||||
#define PCI_DEVICE_ID_INTEL_82801I_EHCI2 0x293c
|
||||
#define PCI_DEVICE_ID_INTEL_82599_SFP_VF 0x10ed
|
||||
|
||||
#define PCI_VENDOR_ID_XEN 0x5853
|
||||
#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001
|
||||
|
|
Loading…
Reference in New Issue