commit | 3dcadce5076d4b42fa395c39662d65e050b77784 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Nov 04 14:16:12 2014 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Dec 16 14:15:29 2014 +0100 |
tree | cb856fb48903021b0a562e04ed1d0d5f72e6e53c | |
parent | 0b2824e5e48a787be3edbfc897244b4621e5bd61 [diff] |
spice: reduce refresh rate in native mode Now that cursor updates are out of the way qxl needs the refresh timer only when when running in vga mode, for dirty bitmap checking. In native qxl mode the guest will notify us, so we don't need to poll and can use the idle interval (one refresh wakeup every few seconds). Cc: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>