summaryrefslogtreecommitdiffstats
path: root/hw/scsi.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-11-26 15:33:54 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 09:41:36 -0600
commit913766563fbd6faa17635fd802e83383e0224289 (patch)
tree0b0c08bb55c913f36023c55b699f7fd70ef7db23 /hw/scsi.h
parent0d65e1f856d6f5bd00cb90bcc394fbe95fe5d244 (diff)
downloadhqemu-913766563fbd6faa17635fd802e83383e0224289.zip
hqemu-913766563fbd6faa17635fd802e83383e0224289.tar.gz
scsi: move type 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 5eb5682..95838a4 100644
--- a/hw/scsi.h
+++ b/hw/scsi.h
@@ -38,6 +38,7 @@ struct SCSIDevice
SCSIDeviceInfo *info;
QTAILQ_HEAD(, SCSIRequest) requests;
int blocksize;
+ int type;
};
/* cdrom.c */
OpenPOWER on IntegriCloud