Re: [Qemu-devel] [PATCH 07/35] scsi-disk: add stubs for more MMC commands

2011-10-17 Thread Kevin Wolf
Am 13.10.2011 13:03, schrieb Paolo Bonzini: 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

Re: [Qemu-devel] [PATCH 07/35] scsi-disk: add stubs for more MMC commands

2011-10-17 Thread Paolo Bonzini
On 10/17/2011 04:27 PM, Kevin Wolf wrote: Braces are missing here and in the other commands. Yes, but that's consistent with the rest of scsi-disk. I'll try to add them and see how bad the conflicts are. Paolo

Re: [Qemu-devel] [PATCH 07/35] scsi-disk: add stubs for more MMC commands

2011-10-17 Thread Paolo Bonzini
On 10/17/2011 04:28 PM, Paolo Bonzini wrote: On 10/17/2011 04:27 PM, Kevin Wolf wrote: Braces are missing here and in the other commands. Yes, but that's consistent with the rest of scsi-disk. I'll try to add them and see how bad the conflicts are. Ok, half a dozen patches have to be

[Qemu-devel] [PATCH 07/35] scsi-disk: add stubs for more MMC commands

2011-10-13 Thread Paolo Bonzini
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 pbonz...@redhat.com --- hw/scsi-defs.h |3 ++