summaryrefslogtreecommitdiff
path: root/include/hw/scsi/scsi.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-03-14 18:17:25 +0000
committerPeter Maydell <peter.maydell@linaro.org>2014-03-14 18:17:25 +0000
commit03d51428e2da0188a0adea00cbd713cc1e967e7a (patch)
tree371bbd515032a5422f8580c0f1cd7f624b0f5c88 /include/hw/scsi/scsi.h
parent5d92c74f8a1728a202ba9457872ab0f27ff15e81 (diff)
parentaa7a6a399f8253d3831465b1db8544032b49f57a (diff)
downloadqemu-03d51428e2da0188a0adea00cbd713cc1e967e7a.tar.gz
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
* remotes/bonzini/scsi-next: virtio-scsi: actually honor sense_size from configuration space scsi: Fix migration of scsi sense data spapr-vscsi: fix CRQ status Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/scsi/scsi.h')
-rw-r--r--include/hw/scsi/scsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/scsi/scsi.h b/include/hw/scsi/scsi.h
index e5fc39d504..1adb54906e 100644
--- a/include/hw/scsi/scsi.h
+++ b/include/hw/scsi/scsi.h
@@ -31,6 +31,7 @@ typedef struct SCSISense {
uint8_t ascq;
} SCSISense;
+#define SCSI_SENSE_BUF_SIZE_OLD 96
#define SCSI_SENSE_BUF_SIZE 252
struct SCSICommand {