summaryrefslogtreecommitdiff
path: root/hw/scsi-defs.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2011-07-22 16:51:13 +0200
committerKevin Wolf <kwolf@redhat.com>2011-08-01 12:10:28 +0200
commit3790372c963dbc87d4efdf24f8b718c283798fa0 (patch)
treed1de9287dc450f7e592960a31f6621d65b8d33cd /hw/scsi-defs.h
parent5f71d32f0da4d1e578738f765b57fbfaf4bd3214 (diff)
downloadqemu-3790372c963dbc87d4efdf24f8b718c283798fa0.zip
scsi: Remove references to SET_WINDOW
SET_WINDOW command is vendor-specific only. So we shouldn't try to emulate it. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/scsi-defs.h')
-rw-r--r--hw/scsi-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/scsi-defs.h b/hw/scsi-defs.h
index 413cce07b5..8513983e34 100644
--- a/hw/scsi-defs.h
+++ b/hw/scsi-defs.h
@@ -49,7 +49,6 @@
#define SEND_DIAGNOSTIC 0x1d
#define ALLOW_MEDIUM_REMOVAL 0x1e
-#define SET_WINDOW 0x24
#define READ_CAPACITY 0x25
#define READ_10 0x28
#define WRITE_10 0x2a