Re: [PATCH v2 29/42] esp: remove pdma_origin from ESPState

2021-03-02 Thread Laurent Vivier
Le 09/02/2021 à 20:30, Mark Cave-Ayland a écrit : > Now that all data is transferred via the FIFO (ti_buf) there is no need to > track > the source buffer being used for the data transfer. This also eliminates the > need for a separate subsection for PDMA state migration. > > Signed-off-by: Mark

[PATCH v2 29/42] esp: remove pdma_origin from ESPState

2021-02-09 Thread Mark Cave-Ayland
Now that all data is transferred via the FIFO (ti_buf) there is no need to track the source buffer being used for the data transfer. This also eliminates the need for a separate subsection for PDMA state migration. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 74 +-