Re: [Qemu-devel] [PATCH v2 01/10] hw/scsi/vmw_pvscsi: Use qbus_reset_all() directly

2019-06-02 Thread Dmitry Fleytman
Reviewed-by: Dmitry Fleytman > On 28 May 2019, at 19:40, Philippe Mathieu-Daudé wrote: > > Since the BusState is accesible from the SCSIBus object, > it is pointless to use qbus_reset_all_fn. > Use qbus_reset_all() directly. > > Signed-off-by: Philippe Mathieu-Daudé > --- > v2: Use BUS()

[Qemu-devel] [PATCH v2 01/10] hw/scsi/vmw_pvscsi: Use qbus_reset_all() directly

2019-05-28 Thread Philippe Mathieu-Daudé
Since the BusState is accesible from the SCSIBus object, it is pointless to use qbus_reset_all_fn. Use qbus_reset_all() directly. Signed-off-by: Philippe Mathieu-Daudé --- v2: Use BUS() macro (Peter Maydell) One step toward removing qbus_reset_all_fn() --- hw/scsi/vmw_pvscsi.c | 4 ++-- 1 file