diff options
Diffstat (limited to 'hw/pci')
-rw-r--r-- | hw/pci/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci/pci.h b/hw/pci/pci.h index 72927e3..ed098ce 100644 --- a/hw/pci/pci.h +++ b/hw/pci/pci.h @@ -77,6 +77,7 @@ #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 FMT_PCIBUS PRIx64 |