]> Git Repo - qemu.git/blobdiff - hw/pci/pci.h
Merge remote-tracking branch 'bonzini/scsi-next' into staging
[qemu.git] / hw / pci / pci.h
index 72927e31496a74d2ae4cf2c66479850b06497307..f340fe57c9ffc6356e661c4af568507b8ee42336 100644 (file)
 #define PCI_DEVICE_ID_VIRTIO_CONSOLE     0x1003
 #define PCI_DEVICE_ID_VIRTIO_SCSI        0x1004
 #define PCI_DEVICE_ID_VIRTIO_RNG         0x1005
+#define PCI_DEVICE_ID_VIRTIO_9P          0x1009
+
+#define PCI_VENDOR_ID_REDHAT             0x1b36
+#define PCI_DEVICE_ID_REDHAT_BRIDGE      0x0001
+#define PCI_DEVICE_ID_REDHAT_SERIAL      0x0002
+#define PCI_DEVICE_ID_REDHAT_SERIAL2     0x0003
+#define PCI_DEVICE_ID_REDHAT_SERIAL4     0x0004
+#define PCI_DEVICE_ID_REDHAT_QXL         0x0100
 
 #define FMT_PCIBUS                      PRIx64
 
This page took 0.024862 seconds and 4 git commands to generate.