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

2013-10-09 Thread Eric Blake
On 10/09/2013 05:28 AM, Juan Quintela wrote: > Instead of the bitmap, we use the bitmap number. Once done this, we s/done this/this is done/ > change all names from dirty_flag to memory regions naming of client. > > Signed-off-by: Juan Quintela > --- -- Eric Blake eblake redhat com+1-9

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

2013-10-09 Thread Juan Quintela
Instead of the bitmap, we use the bitmap number. Once done this, 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-interna