mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
scsi: push WWN fields up to SCSIDevice
SAS adapters need to access them in order to publish the SAS addresses of the end devices connected to them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a0aa44b488
commit
2ecab4084f
2 changed files with 12 additions and 12 deletions
|
@ -108,6 +108,8 @@ struct SCSIDevice
|
|||
int blocksize;
|
||||
int type;
|
||||
uint64_t max_lba;
|
||||
uint64_t wwn;
|
||||
uint64_t port_wwn;
|
||||
};
|
||||
|
||||
extern const VMStateDescription vmstate_scsi_device;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue