On 2/9/21 8:29 PM, Mark Cave-Ayland wrote: > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/scsi/esp.c | 50 ++++++++++++++++++++++++++++++++------------------ > 1 file changed, 32 insertions(+), 18 deletions(-) > > diff --git a/hw/scsi/esp.c b/hw/scsi/esp.c > index cfeba2feb0..7134c0aff4 100644 > --- a/hw/scsi/esp.c > +++ b/hw/scsi/esp.c > @@ -153,22 +153,45 @@ static uint8_t *get_pdma_buf(ESPState *s)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>