On Sat, 2 Jul 2022 at 15:25, Akihiko Odaki <akihiko.od...@gmail.com> wrote: > > Retreieve the refresh rate of the display and reflect it with > dpy_set_ui_info() and update_displaychangelistener(), allowing the > guest and DisplayChangeListener to consume the information. > > The information will be used as a hint how often the display should > be updated. For example, when we run 30 Hz physical display updates > it is pointless for the guest to update the screen at 60Hz > frequency, the guest can spare some work instead. > > Signed-off-by: Akihiko Odaki <akihiko.od...@gmail.com> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM