summaryrefslogtreecommitdiffstats
path: root/hw/mfi.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2012-08-01 12:46:50 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-08-03 10:04:37 +0200
commit76b523db0074aaf489cb80ccd0943b69ea67e30b (patch)
tree6f8370510bfd490348e0dfcb25a27740cc95f339 /hw/mfi.h
parent79fb50bb95ff85fe388a40e4884080f5a0c1bb21 (diff)
downloadhqemu-76b523db0074aaf489cb80ccd0943b69ea67e30b.zip
hqemu-76b523db0074aaf489cb80ccd0943b69ea67e30b.tar.gz
megasas: static SAS addresses
This patch introduces a new property 'sas_address' which allows the user to specify the SAS address for the HBA. The default address is following the NAA locally assigned identifier format with the locally assigned address 0x525400 as used eg for the MAC addresses. The lower bytes are set to the pci address which will ensure uniqueness for the local machine. The port addresses are now calculated based on the magic number 0x1221 (which is found in real hardware, too) plus the device number. Signed-off-by: Hannes Reinecke <hare@suse.de> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Andreas Faerber <afaerber@suse.de> Cc: Anthony Liguori <anthony@codemonkey.ws> Cc: Alexander Graf <agraf@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/mfi.h')
-rw-r--r--hw/mfi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mfi.h b/hw/mfi.h
index 3045d4e..436b690 100644
--- a/hw/mfi.h
+++ b/hw/mfi.h
@@ -656,6 +656,7 @@ struct mfi_info_device {
#define MFI_INFO_DEV_SAS3G 0x02
#define MFI_INFO_DEV_SATA1 0x04
#define MFI_INFO_DEV_SATA3G 0x08
+#define MFI_INFO_DEV_PCIE 0x10
uint8_t reserved[6];
uint8_t port_count;
uint64_t port_addr[8];
OpenPOWER on IntegriCloud