]> git.proxmox.com Git - qemu.git/commit - vl.c
Remove dumb_refresh
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 31 Oct 2008 20:34:40 +0000 (20:34 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 31 Oct 2008 20:34:40 +0000 (20:34 +0000)
commit2ad1a4377c94cf0c8248c96b1407b80891dd21b7
treed0afdb014fba8386601c33c088c7a9148b62470c
parentb643146d11bb24a0f0cc46985d33cfdec88842e9
Remove dumb_refresh

It is safe not to set dpy_refresh and that's used to indicate that the display
doesn't need updates.  This saves us two wakeups per second.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5583 c046a42c-6fe2-441c-8c8c-71466251a162
vl.c