Statistics
| Branch: | Revision:

root / hw / mfi.h @ 7830cf78

History | View | Annotate | Download (36.4 kB)

# Date Author Comment
4003e24f 11/12/2012 05:42 pm Hannes Reinecke

megasas: Correct target/lun mapping

The structure to reference a logical drive has an unused field,
which can be used to carry the lun ID. This enabled seabios to
establish the proper target/LUN mapping.

Cc: Paolo Bonzini <>
Cc: Gerd Hoffmann <>...

76b523db 08/03/2012 11:04 am Hannes Reinecke

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....

7c7bb022 07/21/2012 12:54 pm Stefan Weil

Use macro QEMU_PACKED for new packed structures

Since commit 541dc0d47f10973c241e9955afc2aefc96adec51,
some new packed structures were added without using QEMU_PACKED.

QEMU_PACKED is needed for compilations with MinGW.
For other platforms nothing changes....

7430d0f5 07/02/2012 11:18 am Hannes Reinecke

megasas: Add header file

This patch adds the header file for megasas.

Signed-off-by: Hannes Reinecke <>
Signed-off-by: Paolo Bonzini <>