]> git.proxmox.com Git - mirror_qemu.git/commit - hw/scsi-bus.c
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)
commitbd536cf3302e258cace9cfa9f554ec9f9e27591a
treec216512c4385376f4d3f80a2664bcaf4cc44c0cd
parent88f8a5ed0f4f1454ba53661fed0f676180e9be32
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