Re: [PATCH v2 09/10] esp: include the current PDMA callback in the migration stream

2022-03-04 Thread Laurent Vivier
Le 02/03/2022 à 22:27, Mark Cave-Ayland a écrit : This involves (re)adding a PDMA-specific subsection to hold the reference to the current PDMA callback. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 23 +++ 1 file changed, 23 insertions(+) Reviewed-by: Laurent V

Re: [PATCH v2 09/10] esp: include the current PDMA callback in the migration stream

2022-03-03 Thread Mark Cave-Ayland
On 03/03/2022 15:40, Peter Maydell wrote: On Wed, 2 Mar 2022 at 21:38, Mark Cave-Ayland wrote: This involves (re)adding a PDMA-specific subsection to hold the reference to the current PDMA callback. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 23 +++ 1 file ch

Re: [PATCH v2 09/10] esp: include the current PDMA callback in the migration stream

2022-03-03 Thread Peter Maydell
On Wed, 2 Mar 2022 at 21:38, Mark Cave-Ayland wrote: > > This involves (re)adding a PDMA-specific subsection to hold the reference to > the > current PDMA callback. > > Signed-off-by: Mark Cave-Ayland > --- > hw/scsi/esp.c | 23 +++ > 1 file changed, 23 insertions(+) > > dif

[PATCH v2 09/10] esp: include the current PDMA callback in the migration stream

2022-03-02 Thread Mark Cave-Ayland
This involves (re)adding a PDMA-specific subsection to hold the reference to the current PDMA callback. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/hw/scsi/esp.c b/hw/scsi/esp.c index a818b2b07a..32926834bc 100644