Re: [PATCH v2 31/42] esp: implement FIFO flush command

2021-03-04 Thread Mark Cave-Ayland
On 03/03/2021 19:32, Laurent Vivier wrote: Le 09/02/2021 à 20:30, Mark Cave-Ayland a écrit : At this point it is now possible to properly implement the FIFO flush command without causing guest errors. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 2 ++ 1 file changed, 2 insertions(+)

Re: [PATCH v2 31/42] esp: implement FIFO flush command

2021-03-03 Thread Laurent Vivier
Le 09/02/2021 à 20:30, Mark Cave-Ayland a écrit : > At this point it is now possible to properly implement the FIFO flush command > without causing guest errors. > > Signed-off-by: Mark Cave-Ayland > --- > hw/scsi/esp.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/scsi/esp.c b/

[PATCH v2 31/42] esp: implement FIFO flush command

2021-02-09 Thread Mark Cave-Ayland
At this point it is now possible to properly implement the FIFO flush command without causing guest errors. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/scsi/esp.c b/hw/scsi/esp.c index 1d56c99527..0994673ff8 100644 --- a/hw/scsi/esp.