On Wed, 2 Mar 2022 at 21:35, Mark Cave-Ayland <[email protected]> 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 <[email protected]> > --- > hw/display/macfb.c | 8 ++++++++
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
