diff options
| author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-26 15:22:46 +0000 |
|---|---|---|
| committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-26 15:22:46 +0000 |
| commit | 14d50bef67881716bf750a1ddee9d2bb429e75f1 (patch) | |
| tree | 04eee3d5bded517b4bd83757c509692a26488471 /hw/pci.h | |
| parent | a7c4996b1fd05b4d74758810d0bf0987f22e8712 (diff) | |
| download | focaccia-qemu-14d50bef67881716bf750a1ddee9d2bb429e75f1.tar.gz focaccia-qemu-14d50bef67881716bf750a1ddee9d2bb429e75f1.zip | |
Add macro for virtio-console PCI device ID (Mark McLoughlin)
Also use the existing macro for the PCI vendor ID Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6439 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pci.h')
| -rw-r--r-- | hw/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.h b/hw/pci.h index 867e6fe0c6..a94fd44a57 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -16,6 +16,7 @@ extern target_phys_addr_t pci_mem_base; #define PCI_DEVICE_ID_VIRTIO_NET 0x1000 #define PCI_DEVICE_ID_VIRTIO_BLOCK 0x1001 #define PCI_DEVICE_ID_VIRTIO_BALLOON 0x1002 +#define PCI_DEVICE_ID_VIRTIO_CONSOLE 0x1003 typedef void PCIConfigWriteFunc(PCIDevice *pci_dev, uint32_t address, uint32_t data, int len); |