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

2015-05-26 Thread Paolo Bonzini
On 26/05/2015 09:36, Fam Zheng wrote: > On Mon, 04/27 18:28, Paolo Bonzini wrote: >> diff --git a/hw/display/tcx.c b/hw/display/tcx.c >> index 58faa96..2eb5aef 100644 >> --- a/hw/display/tcx.c >> +++ b/hw/display/tcx.c >> @@ -353,6 +353,7 @@ static void tcx_update_display(void *opaque) >>

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

2015-05-26 Thread Fam Zheng
On Mon, 04/27 18:28, Paolo Bonzini wrote: > diff --git a/hw/display/tcx.c b/hw/display/tcx.c > index 58faa96..2eb5aef 100644 > --- a/hw/display/tcx.c > +++ b/hw/display/tcx.c > @@ -353,6 +353,7 @@ static void tcx_update_display(void *opaque) > return; > } > > +memory_region_sync