diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-18 12:17:29 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2015-06-23 17:08:22 +0200 |
| commit | eb6c6a604890201e321a6ace32973d10dc033245 (patch) | |
| tree | a6efd59428fd105df4823fe76c5f62da41c4ded9 /include/hw/pci/pci.h | |
| parent | 72d97b3a543a9c2c820bd463ba24751ae4247ac3 (diff) | |
| download | focaccia-qemu-eb6c6a604890201e321a6ace32973d10dc033245.tar.gz focaccia-qemu-eb6c6a604890201e321a6ace32973d10dc033245.zip | |
add pci-bridge-seat
Simplifies multiseat configuration, see docs/multiseat.txt update for details. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/pci/pci.h')
| -rw-r--r-- | include/hw/pci/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index d44bc84d1e..551cb3d608 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -92,6 +92,7 @@ #define PCI_DEVICE_ID_REDHAT_SDHCI 0x0007 #define PCI_DEVICE_ID_REDHAT_PCIE_HOST 0x0008 #define PCI_DEVICE_ID_REDHAT_PXB 0x0009 +#define PCI_DEVICE_ID_REDHAT_BRIDGE_SEAT 0x000a #define PCI_DEVICE_ID_REDHAT_QXL 0x0100 #define FMT_PCIBUS PRIx64 |