[PATCH v2 0/2] ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized

Philippe Mathieu-Daudé posted 2 patches 5 years, 9 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200208161048.11311-1-f4bug@amsat.org
ui/gtk.c | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
[PATCH v2 0/2] ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized
Posted by Philippe Mathieu-Daudé 5 years, 9 months ago
Fix bug report from Jan Kiszka:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg678130.html
https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg02260.html

Supersedes: <20200208143008.6157-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (2):
  ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole
  ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not
    realized

 ui/gtk.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

-- 
2.21.1


Re: [PATCH v2 0/2] ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized
Posted by Gerd Hoffmann 5 years, 9 months ago
On Sat, Feb 08, 2020 at 05:10:46PM +0100, Philippe Mathieu-Daudé wrote:
> Fix bug report from Jan Kiszka:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg678130.html
> https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg02260.html

Added to UI queue.

thanks,
  Gerd


Re: [PATCH v2 0/2] ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized
Posted by Jan Kiszka 5 years, 9 months ago
On 08.02.20 17:10, Philippe Mathieu-Daudé wrote:
> Fix bug report from Jan Kiszka:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg678130.html
> https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg02260.html
>
> Supersedes: <20200208143008.6157-1-f4bug@amsat.org>
>
> Philippe Mathieu-Daudé (2):
>    ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole
>    ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not
>      realized
>
>   ui/gtk.c | 19 +++++++++++--------
>   1 file changed, 11 insertions(+), 8 deletions(-)
>

Yep.

Tested-by: Jan Kiszka <jan.kiszka@web.de>