Re: [PATCH v2 06/10] esp: introduce esp_set_pdma_cb() function

2022-03-04 Thread Laurent Vivier
Le 02/03/2022 à 22:27, Mark Cave-Ayland a écrit : This function is to be used to set the current PDMA callback rather than accessing the ESPState pdma_cb function pointer directly. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/scsi/esp.c | 19 ---

[PATCH v2 06/10] esp: introduce esp_set_pdma_cb() function

2022-03-02 Thread Mark Cave-Ayland
This function is to be used to set the current PDMA callback rather than accessing the ESPState pdma_cb function pointer directly. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/scsi/esp.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) di