Re: [Qemu-devel] [PATCH v3 04/29] display: add memory_region_sync_dirty_bitmap calls

2015-05-27 Thread Fam Zheng
On Tue, 05/26 18:54, Paolo Bonzini wrote: > These are strictly speaking only needed for KVM and Xen, but it's still > nice to be consistent. > > Signed-off-by: Paolo Bonzini Reviewed-by: Fam Zheng

[Qemu-devel] [PATCH v3 04/29] display: add memory_region_sync_dirty_bitmap calls

2015-05-26 Thread Paolo Bonzini
These are strictly speaking only needed for KVM and Xen, but it's still nice to be consistent. Signed-off-by: Paolo Bonzini --- hw/display/cg3.c| 1 + hw/display/g364fb.c | 1 + hw/display/sm501.c | 1 + hw/display/tcx.c| 2 ++ 4 files changed, 5 insertions(+) diff --git a/hw/display/c