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

2022-03-02 Thread Mark Cave-Ayland
On 28/02/2022 23:10, Philippe Mathieu-Daudé wrote: On 28/2/22 23:25, Mark Cave-Ayland wrote: 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 ---  

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

2022-02-28 Thread Philippe Mathieu-Daudé
On 28/2/22 23:25, Mark Cave-Ayland wrote: 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 --- hw/scsi/esp.c | 47 +

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

2022-02-28 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 --- hw/scsi/esp.c | 47 ++- include/hw/scsi/esp.h | 1