diff options
| author | Hannes Reinecke | 2014-10-29 13:00:08 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2014-10-31 11:29:00 +0100 |
| commit | e23d04984a78490d8aaa5c45724a3a334933331f (patch) | |
| tree | 579a8a3bd89ce8b06a056f943f212d1d8a49da92 /include | |
| parent | megasas: fixup device mapping (diff) | |
| download | qemu-e23d04984a78490d8aaa5c45724a3a334933331f.tar.gz qemu-e23d04984a78490d8aaa5c45724a3a334933331f.tar.xz qemu-e23d04984a78490d8aaa5c45724a3a334933331f.zip | |
megasas: add MegaRAID SAS 2108 emulation
The 2108 chip supports MSI and MSI-X, so update the emulation
to support both chips.
Signed-off-by: Hannes Reinecke <hare@suse.de>
[Make VMStateDescription const. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/pci/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index e597070ab8..321d622b78 100644 --- a/include/hw/pci/pci_ids.h +++ b/include/hw/pci/pci_ids.h @@ -56,6 +56,7 @@ #define PCI_DEVICE_ID_LSI_53C810 0x0001 #define PCI_DEVICE_ID_LSI_53C895A 0x0012 #define PCI_DEVICE_ID_LSI_SAS1078 0x0060 +#define PCI_DEVICE_ID_LSI_SAS0079 0x0079 #define PCI_VENDOR_ID_DEC 0x1011 #define PCI_DEVICE_ID_DEC_21154 0x0026 |
