spice: reduce refresh rate in native mode
commit3dcadce5076d4b42fa395c39662d65e050b77784
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Nov 2014 13:16:12 +0000 (4 14:16 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Dec 2014 13:15:29 +0000 (16 14:15 +0100)
treecb856fb48903021b0a562e04ed1d0d5f72e6e53c
parent0b2824e5e48a787be3edbfc897244b4621e5bd61
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>
hw/display/qxl.c