[Qemu-devel] [PATCH 13/16] Remove 'bus' argument from SCSI command completion callbacks

2010-11-18 Thread Hannes Reinecke
The 'bus' argument is now pointless, as we already pass the request itself and the bus can be derived from it. Signed-off-by: Hannes Reinecke --- hw/esp.c |5 ++--- hw/lsi53c895a.c |5 ++--- hw/scsi-bus.c |3 +-- hw/scsi-disk.c|8 hw/scsi-generic.c |

Re: [Qemu-devel] [PATCH 13/16] Remove 'bus' argument from SCSI command completion callbacks

2010-11-22 Thread Christoph Hellwig
Looks good.