]> git.ipfire.org Git - thirdparty/qemu.git/commit
console: remove do_safe_dpy_refresh
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 14 Jun 2017 08:45:38 +0000 (10:45 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Jun 2017 12:24:22 +0000 (14:24 +0200)
commit3f8f1313e01984a892ddbdb91c94cd0aa6a5660f
treeff66740cdc8357fa9218ea23f19dc8d4a63c6d2a
parenta4f113fd691899d926425ffd74b8f341cebf672c
console: remove do_safe_dpy_refresh

Drop the temporary workaround for the broken display updates.
All display adapters are updated, so this should be safe without
causing regressions.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20170614084538.32480-1-kraxel@redhat.com
ui/console.c