stdvga: fix screen blanking
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 5 Jun 2024 13:14:41 +0000 (15:14 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:42:03 +0000 (12:42 +0200)
commitb1cf266c82cb1211ee2785f1813a6a3f3e693390
tree05a0cccb86b8fd82b4235bc12db26c1f5f884c02
parente7b53d160f61b3de2c1db6007848ac6748d93ab4
stdvga: fix screen blanking

In case the display surface uses a shared buffer (i.e. uses vga vram
directly instead of a shadow) go unshare the buffer before clearing it.

This avoids vga memory corruption, which in turn fixes unblanking not
working properly with X11.

Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2067
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20240605131444.797896-2-kraxel@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/display/vga.c