diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2009-11-26 15:33:52 +0100 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:36 -0600 |
| commit | b07995e3caa6252025a76772ed008cecaab5033a (patch) | |
| tree | e13dbc65d91d97066fb4130745ec60403879fdec /hw/scsi.h | |
| parent | 29362ebe9d21286f101ba095d624869b672a4180 (diff) | |
| download | focaccia-qemu-b07995e3caa6252025a76772ed008cecaab5033a.tar.gz focaccia-qemu-b07995e3caa6252025a76772ed008cecaab5033a.zip | |
scsi: move blocksize from SCSIGenericState to SCSIDevice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/scsi.h')
| -rw-r--r-- | hw/scsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi.h b/hw/scsi.h index aec9c59350..5eb5682ed5 100644 --- a/hw/scsi.h +++ b/hw/scsi.h @@ -37,6 +37,7 @@ struct SCSIDevice uint32_t id; SCSIDeviceInfo *info; QTAILQ_HEAD(, SCSIRequest) requests; + int blocksize; }; /* cdrom.c */ |