mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
scsi: move blocksize from SCSIGenericState to SCSIDevice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
29362ebe9d
commit
b07995e3ca
3 changed files with 13 additions and 12 deletions
|
@ -37,6 +37,7 @@ struct SCSIDevice
|
|||
uint32_t id;
|
||||
SCSIDeviceInfo *info;
|
||||
QTAILQ_HEAD(, SCSIRequest) requests;
|
||||
int blocksize;
|
||||
};
|
||||
|
||||
/* cdrom.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue