]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
console: gui timer fixes
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 14 Mar 2013 10:56:16 +0000 (11:56 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Apr 2013 07:03:49 +0000 (09:03 +0200)
commit0f7b2864d0d0c3ef2801f9214d8c510c80a220d1
tree2223119758f09c83a125f6335c483618910e8569
parent380cd056ec0e7fc8bbd553cdcb061d3ca612bb82
console: gui timer fixes

Make gui update rate adaption code in gui_update() actually work.
Sprinkle in a tracepoint so you can see the code at work.  Remove
the update rate adaption code in vnc and make vnc simply use the
generic bits instead.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h
trace-events
ui/console.c
ui/sdl.c
ui/vnc.c
ui/vnc.h