kvm: Fix framebuffer dirty log sync
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 1 May 2009 22:29:37 +0000 (00:29 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 15:50:33 +0000 (10:50 -0500)
commit93102fd6010c68320bc9a008c8cf70cb4a36d4b9
treec6c0c6a1390ff8febe3079d5235f921c79dddcde
parentb0a46a333acfd78da56cf6aebb95f4a5dfb3a4f2
kvm: Fix framebuffer dirty log sync

kvm_physical_sync_dirty_bitmap() takes the end address as second
argument, not the region size. Moverover, the kvm API should not be used
directly here, but cpu_physical_sync_dirty_bitmap().

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/framebuffer.c