Re: [PATCH v2 19/42] esp: remove buf parameter from do_cmd()

2021-03-02 Thread Laurent Vivier
Le 09/02/2021 à 20:29, Mark Cave-Ayland a écrit : > Now that all SCSI commands are accumulated in cmdbuf, remove the buf parameter > from do_cmd() since this always points to cmdbuf. > > Signed-off-by: Mark Cave-Ayland > --- > hw/scsi/esp.c | 13 +++-- > 1 file changed, 7 insertions(+),

Re: [PATCH v2 19/42] esp: remove buf parameter from do_cmd()

2021-02-23 Thread Philippe Mathieu-Daudé
On 2/9/21 8:29 PM, Mark Cave-Ayland wrote: > Now that all SCSI commands are accumulated in cmdbuf, remove the buf parameter > from do_cmd() since this always points to cmdbuf. > > Signed-off-by: Mark Cave-Ayland > --- > hw/scsi/esp.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 delet

[PATCH v2 19/42] esp: remove buf parameter from do_cmd()

2021-02-09 Thread Mark Cave-Ayland
Now that all SCSI commands are accumulated in cmdbuf, remove the buf parameter from do_cmd() since this always points to cmdbuf. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hw/scsi/esp.c b/hw/scsi/esp.c index