scsi: add read/write 16 commands.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 26 Nov 2009 14:34:16 +0000 (15:34 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 15:41:40 +0000 (09:41 -0600)
commit68133c0fdc8f41535663adad316f429db1c09000
treec216512c4385376f4d3f80a2664bcaf4cc44c0cd
parent0c14f32686fea1474b0bb34cfa4ee5cbb4026f6a
scsi: add read/write 16 commands.

Add READ_16 + friends to scsi-defs.h, scsi_command_name() and the
request parsing helper functions.

Use them in scsi-disk.c too.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/scsi-bus.c
hw/scsi-defs.h
hw/scsi-disk.c