Re: [Qemu-devel] [PATCH 13/39] memory: use DIRTY_MEMORY_* instead of *_DIRTY_FLAG

2013-11-06 Thread Eric Blake
On 11/06/2013 06:04 AM, Juan Quintela wrote: > Instead of the bitmap, we use the bitmap number. Once this is done, > we change all names from dirty_flag to memory regions naming of > client. > > Signed-off-by: Juan Quintela > --- > cputlb.c | 4 ++-- > exec.c

[Qemu-devel] [PATCH 13/39] memory: use DIRTY_MEMORY_* instead of *_DIRTY_FLAG

2013-11-06 Thread Juan Quintela
Instead of the bitmap, we use the bitmap number. Once this is done, we change all names from dirty_flag to memory regions naming of client. Signed-off-by: Juan Quintela --- cputlb.c | 4 ++-- exec.c | 18 +- include/exec/memory-inte