Re: [Qemu-devel] [PATCH 26/28] memory: use find_next_bit() to find dirty bits

2013-10-09 Thread Eric Blake
On 10/09/2013 05:28 AM, Juan Quintela wrote: > This operation is way faster that doing it bit by bit. s/that/than/ > > Signed-off-by: Juan Quintela > --- > include/exec/memory-internal.h | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) -- Eric Blake eblake redhat com

[Qemu-devel] [PATCH 26/28] memory: use find_next_bit() to find dirty bits

2013-10-09 Thread Juan Quintela
This operation is way faster that doing it bit by bit. Signed-off-by: Juan Quintela --- include/exec/memory-internal.h | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/include/exec/memory-internal.h b/include/exec/memory-internal.h index 0c1dbfa..5a5bc0d 100644