diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-11-26 15:34:14 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:40 -0600 |
commit | 39ec9a504ddebc9432de892c185447af5b192f2a (patch) | |
tree | 07361cc45f8593a4fdc820ca43e9fba1c39a473c /hw/scsi-defs.h | |
parent | 5dd90e2ad7a0ac27fc132f778827e70b7dbaf627 (diff) | |
download | qemu-39ec9a504ddebc9432de892c185447af5b192f2a.zip |
scsi-disk: restruct emulation: REPORT_LUNS
Move REPORT_LUNS emulation from scsi_send_command() to
scsi_disk_emulate_command().
Also add REPORT_LUNS to scsi-defs.h and scsi_command_name().
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/scsi-defs.h')
-rw-r--r-- | hw/scsi-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi-defs.h b/hw/scsi-defs.h index 4aeb667a7d..cc7f35eaac 100644 --- a/hw/scsi-defs.h +++ b/hw/scsi-defs.h @@ -101,6 +101,7 @@ #define REPORT_DENSITY_SUPPORT 0x44 #define GET_CONFIGURATION 0x46 #define SERVICE_ACTION_IN 0x9e +#define REPORT_LUNS 0xa0 #define LOAD_UNLOAD 0xa6 #define SET_CD_SPEED 0xbb #define BLANK 0xa1 |