diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-09-13 14:33:47 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-10-28 19:25:50 +0200 |
commit | b6c251ab1739cd67817db003e9878f92c3feff2b (patch) | |
tree | 47df464c951f204d24d4f550121a53e50c663e2d /hw/scsi-defs.h | |
parent | f01b59319c70cb71e6e1003948e49e1aa32e3dae (diff) | |
download | qemu-b6c251ab1739cd67817db003e9878f92c3feff2b.zip |
scsi-disk: add stubs for more MMC commands
This patch adds a few stub implementations for MMC commands to
scsi-disk, to be filled in later in the series. It also adds to
scsi-defs.h constants for commands implemented by ide/atapi.c,
when missing.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/scsi-defs.h')
-rw-r--r-- | hw/scsi-defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/scsi-defs.h b/hw/scsi-defs.h index 5e6c9b7acb..d0a467aab7 100644 --- a/hw/scsi-defs.h +++ b/hw/scsi-defs.h @@ -113,6 +113,7 @@ #define READ_12 0xa8 #define WRITE_12 0xaa #define SERVICE_ACTION_IN_12 0xab +#define READ_DVD_STRUCTURE 0xad #define WRITE_VERIFY_12 0xae #define VERIFY_12 0xaf #define SEARCH_HIGH_12 0xb0 @@ -122,6 +123,8 @@ #define SEND_VOLUME_TAG 0xb6 #define READ_DEFECT_DATA_12 0xb7 #define SET_CD_SPEED 0xbb +#define MECHANISM_STATUS 0xbd +#define READ_CD 0xbe /* * SERVICE ACTION IN subcodes |