Re: [PATCH v4] ui/cocoa: Take refresh rate into account

2022-07-12 Thread Philippe Mathieu-Daudé via
On 2/7/22 16:25, Akihiko Odaki 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 b

Re: [PATCH v4] ui/cocoa: Take refresh rate into account

2022-07-04 Thread Peter Maydell
On Sat, 2 Jul 2022 at 15:25, Akihiko Odaki 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 ofte

[PATCH v4] ui/cocoa: Take refresh rate into account

2022-07-02 Thread Akihiko Odaki
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 H