summaryrefslogtreecommitdiffstats
path: root/hw/scsi.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-11-26 15:33:52 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 09:41:36 -0600
commitb07995e3caa6252025a76772ed008cecaab5033a (patch)
treee13dbc65d91d97066fb4130745ec60403879fdec /hw/scsi.h
parent29362ebe9d21286f101ba095d624869b672a4180 (diff)
downloadhqemu-b07995e3caa6252025a76772ed008cecaab5033a.zip
hqemu-b07995e3caa6252025a76772ed008cecaab5033a.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi.h b/hw/scsi.h
index aec9c59..5eb5682 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 */
OpenPOWER on IntegriCloud