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(+),
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
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