Re: [PATCH v2 04/10] macfb: add VMStateDescription fields for display type and VBL timer

2022-03-04 Thread Laurent Vivier
Le 02/03/2022 à 22:27, Mark Cave-Ayland a écrit : These fields are required in the migration stream to restore macfb state correctly. Signed-off-by: Mark Cave-Ayland --- hw/display/macfb.c | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Laurent Vivier

Re: [PATCH v2 04/10] macfb: add VMStateDescription fields for display type and VBL timer

2022-03-03 Thread Mark Cave-Ayland
On 03/03/2022 15:26, Peter Maydell wrote: On Wed, 2 Mar 2022 at 21:31, Mark Cave-Ayland wrote: These fields are required in the migration stream to restore macfb state correctly. Signed-off-by: Mark Cave-Ayland --- hw/display/macfb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/

Re: [PATCH v2 04/10] macfb: add VMStateDescription fields for display type and VBL timer

2022-03-03 Thread Peter Maydell
On Wed, 2 Mar 2022 at 21:31, Mark Cave-Ayland wrote: > > These fields are required in the migration stream to restore macfb state > correctly. > > Signed-off-by: Mark Cave-Ayland > --- > hw/display/macfb.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/display/macfb.c b/hw/display

[PATCH v2 04/10] macfb: add VMStateDescription fields for display type and VBL timer

2022-03-02 Thread Mark Cave-Ayland
These fields are required in the migration stream to restore macfb state correctly. Signed-off-by: Mark Cave-Ayland --- hw/display/macfb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/display/macfb.c b/hw/display/macfb.c index dfdae90144..7371986480 100644 --- a/hw/display/macfb.c ++