Re: [Qemu-devel] [PATCH 2/5] scsi: update list of commands

2011-11-11 Thread Kevin Wolf
Am 10.11.2011 17:01, schrieb Paolo Bonzini: > Add more commands and their names, and remove SEEK(6) which is obsolete. > Instead, use SET_POSITION which is still in SSC. SET CAPACITY you mean? > > Signed-off-by: Paolo Bonzini > --- > hw/scsi-bus.c | 25 +++-- > hw/scsi-d

[Qemu-devel] [PATCH 2/5] scsi: update list of commands

2011-11-10 Thread Paolo Bonzini
Add more commands and their names, and remove SEEK(6) which is obsolete. Instead, use SET_POSITION which is still in SSC. Signed-off-by: Paolo Bonzini --- hw/scsi-bus.c | 25 +++-- hw/scsi-defs.h | 10 +- hw/scsi-disk.c |4 +--- 3 files changed, 29 insertions