diff options
| author | Gerd Hoffmann | 2013-03-14 11:56:16 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2013-04-16 09:03:49 +0200 |
| commit | 0f7b2864d0d0c3ef2801f9214d8c510c80a220d1 (patch) | |
| tree | 2223119758f09c83a125f6335c483618910e8569 /ui/vnc.h | |
| parent | console: add GraphicHwOps (diff) | |
| download | qemu-0f7b2864d0d0c3ef2801f9214d8c510c80a220d1.tar.gz qemu-0f7b2864d0d0c3ef2801f9214d8c510c80a220d1.tar.xz qemu-0f7b2864d0d0c3ef2801f9214d8c510c80a220d1.zip | |
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>
Diffstat (limited to 'ui/vnc.h')
| -rw-r--r-- | ui/vnc.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -142,8 +142,6 @@ struct VncDisplay QTAILQ_HEAD(, VncState) clients; int num_exclusive; VncSharePolicy share_policy; - QEMUTimer *timer; - int timer_interval; int lsock; #ifdef CONFIG_VNC_WS int lwebsock; |
