On 08/14/2018 07:44 AM, Peter Maydell wrote: > The bcm2835_fb's initial resolution and other parameters are set > via QOM properties. We should reset to those initial values on > device reset, which means we need to save the QOM property > values somewhere that they are not overwritten by guest > changes to the framebuffer configuration. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/display/bcm2835_fb.h | 1 + > hw/display/bcm2835_fb.c | 27 +++++++++++++++------------ > 2 files changed, 16 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~