Re: [PATCH v2 08/10] esp: convert ESPState pdma_cb from a function pointer to an integer

2022-03-04 Thread Laurent Vivier
Le 02/03/2022 à 22:27, Mark Cave-Ayland a écrit : This prepares for the inclusion of the current PDMA callback in the migration stream since the callback is referenced by an integer instead of a function pointer. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/scsi

[PATCH v2 08/10] esp: convert ESPState pdma_cb from a function pointer to an integer

2022-03-02 Thread Mark Cave-Ayland
This prepares for the inclusion of the current PDMA callback in the migration stream since the callback is referenced by an integer instead of a function pointer. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/scsi/esp.c | 44 ++---