Re: [Qemu-devel] [PATCH 1/4] memory: remove memory_region_test_and_clear_dirty

2018-02-09 Thread Richard Henderson
On 02/09/2018 02:45 AM, Paolo Bonzini wrote: > It is unused after g364fb has been converted to use DirtyBitmapSnapshot. > > Signed-off-by: Paolo Bonzini > --- > include/exec/memory.h | 24 +++- > memory.c | 8 > 2 files changed, 3 insertions(+), 29 dele

[Qemu-devel] [PATCH 1/4] memory: remove memory_region_test_and_clear_dirty

2018-02-09 Thread Paolo Bonzini
It is unused after g364fb has been converted to use DirtyBitmapSnapshot. Signed-off-by: Paolo Bonzini --- include/exec/memory.h | 24 +++- memory.c | 8 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/include/exec/memory.h b/include/exec