qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/4] memory: hide memory_region_sync_dirty_bitma


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 2/4] memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Date: Fri, 9 Feb 2018 12:16:19 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/09/2018 02:45 AM, Paolo Bonzini wrote:
> Simplify the users of memory_region_snapshot_and_clear_dirty, so
> that they do not have to call memory_region_sync_dirty_bitmap
> explicitly.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  hw/display/cg3.c             |  1 -
>  hw/display/exynos4210_fimd.c |  1 -
>  hw/display/framebuffer.c     |  1 -
>  hw/display/g364fb.c          |  1 -
>  hw/display/sm501.c           |  1 -
>  hw/display/tcx.c             |  2 --
>  hw/display/vga.c             |  6 ------
>  include/exec/memory.h        | 11 -----------
>  memory.c                     | 39 ++++++++++++++++++++-------------------
>  9 files changed, 20 insertions(+), 43 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]