On Wed, 2 Mar 2022 at 21:35, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > If booting Linux directly in the q800 machine using -kernel rather than using > a > MacOS toolbox ROM, the mode control registers are never initialised, > causing macfb_mode_write() to fail to determine the current resolution after > migration. Resolve this by always setting the initial values of the mode > control > registers based upon the initial macfb properties during realize. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/display/macfb.c | 8 ++++++++
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM