diff options
-rw-r--r-- | hw/scsi-disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi-disk.c b/hw/scsi-disk.c index f545c89..3419c8e 100644 --- a/hw/scsi-disk.c +++ b/hw/scsi-disk.c @@ -24,6 +24,7 @@ do { fprintf(stderr, "scsi-disk: " fmt , ##args); } while (0) #include "vl.h" #define SENSE_NO_SENSE 0 +#define SENSE_NOT_READY 2 #define SENSE_ILLEGAL_REQUEST 5 struct SCSIDevice |