aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi-bus.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-04-19 15:43:41 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-04-19 16:26:33 +0200
commit3e46d87d665bd9114f18e8d4a1b6de3641147775 (patch)
tree262ccd2f64db55bc27a93c209c4ca608c5182e0d /hw/scsi-bus.c
parentf644a2904d5287332e4007f30c105a8622fb3db8 (diff)
downloadqemu-3e46d87d665bd9114f18e8d4a1b6de3641147775.zip
qemu-3e46d87d665bd9114f18e8d4a1b6de3641147775.tar.gz
qemu-3e46d87d665bd9114f18e8d4a1b6de3641147775.tar.bz2
scsi: add SANITIZE command
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/scsi-bus.c')
-rw-r--r--hw/scsi-bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi-bus.c b/hw/scsi-bus.c
index d847396..dbdb99c 100644
--- a/hw/scsi-bus.c
+++ b/hw/scsi-bus.c
@@ -1200,6 +1200,7 @@ static const char *scsi_command_name(uint8_t cmd)
[ UNMAP ] = "UNMAP",
[ READ_TOC ] = "READ_TOC",
[ REPORT_DENSITY_SUPPORT ] = "REPORT_DENSITY_SUPPORT",
+ [ SANITIZE ] = "SANITIZE",
[ GET_CONFIGURATION ] = "GET_CONFIGURATION",
[ LOG_SELECT ] = "LOG_SELECT",
[ LOG_SENSE ] = "LOG_SENSE",