diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2012-10-19 16:43:31 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2012-10-29 17:59:06 +0200 |
commit | f7748569902f4854ac1223c143edbde4f588040f (patch) | |
tree | 58057221c93ebe6986419616541634f90dd06e0e /hw/pci_ids.h | |
parent | 91e5615984c1fd5674caad343e750bb5ecd17995 (diff) | |
download | qemu-f7748569902f4854ac1223c143edbde4f588040f.zip qemu-f7748569902f4854ac1223c143edbde4f588040f.tar.gz qemu-f7748569902f4854ac1223c143edbde4f588040f.tar.bz2 |
pci: Add class 0xc05 as 'SMBus'
[jbaron@redhat.com: add PCI_CLASS_SERIAL_SMBUS definition]
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 0bfc28f..41f3570 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -31,6 +31,7 @@ #define PCI_CLASS_SYSTEM_OTHER 0x0880 #define PCI_CLASS_SERIAL_USB 0x0c03 +#define PCI_CLASS_SERIAL_SMBUS 0x0c05 #define PCI_CLASS_BRIDGE_HOST 0x0600 #define PCI_CLASS_BRIDGE_ISA 0x0601 |