diff options
Diffstat (limited to 'hw/scsi/mptsas.h')
-rw-r--r-- | hw/scsi/mptsas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/scsi/mptsas.h b/hw/scsi/mptsas.h index da014a397e..0436a33911 100644 --- a/hw/scsi/mptsas.h +++ b/hw/scsi/mptsas.h @@ -31,6 +31,8 @@ struct MPTSASState { OnOffAuto msi; uint64_t sas_addr; + bool msi_in_use; + /* Doorbell register */ uint32_t state; uint8_t who_init; |