Re: [Qemu-devel] [PATCH] scsi: refine constants for READ CAPACITY 16

2011-09-06 Thread Kevin Wolf
Am 06.09.2011 12:31, schrieb Paolo Bonzini: > Rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 to distinguish > from the 12-byte CDB variant, and add a constant for the subcommand. > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] scsi: refine constants for READ CAPACITY 16

2011-09-06 Thread Paolo Bonzini
Rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 to distinguish from the 12-byte CDB variant, and add a constant for the subcommand. Signed-off-by: Paolo Bonzini --- hw/scsi-bus.c |3 ++- hw/scsi-defs.h |8 +++- hw/scsi-disk.c |6 +++--- 3 files changed, 12 insertions(+), 5 dele