commit | e32c25b5f2452c7fed4dbe8962f4a9f4831fbe24 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 30 14:55:12 2012 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Nov 05 11:49:22 2012 +0100 |
tree | 10fd0f1669f24fa235078fcd8616ca8d10397f44 | |
parent | 958c2bceba06696e9c223498aaf81d06ce95f608 [diff] |
qxl: call dpy_gfx_resize when entering vga mode When entering vga mode the display size likely changes, notify all displaychangelisteners about this. Probably went unnoticed for a while as one if the first things the guest does after leaving qxl native mode and entering qxl vga mode is to set the vga video mode. But there is still a small window where qemu can operate on stale data, leading to crashes now and then. https://bugzilla.redhat.com/show_bug.cgi?id=865767 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>