diff options
author | Hannes Reinecke | 2012-08-01 12:46:50 +0200 |
---|---|---|
committer | Paolo Bonzini | 2012-08-03 10:04:37 +0200 |
commit | 76b523db0074aaf489cb80ccd0943b69ea67e30b (patch) | |
tree | 6f8370510bfd490348e0dfcb25a27740cc95f339 /hw/mfi.h | |
parent | scsi-disk: fix compilation with DEBUG_SCSI (diff) | |
download | qemu-76b523db0074aaf489cb80ccd0943b69ea67e30b.tar.gz qemu-76b523db0074aaf489cb80ccd0943b69ea67e30b.tar.xz qemu-76b523db0074aaf489cb80ccd0943b69ea67e30b.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]; |