Re: [Qemu-devel] [PATCH 05/39] memory: create function to set a single dirty bit

2013-11-07 Thread Orit Wasserman
On 11/06/2013 03:04 PM, Juan Quintela wrote: Signed-off-by: Juan Quintela quint...@redhat.com --- cputlb.c | 2 +- include/exec/memory-internal.h | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cputlb.c b/cputlb.c index fff0afb..72452e5 100644

[Qemu-devel] [PATCH 05/39] memory: create function to set a single dirty bit

2013-11-06 Thread Juan Quintela
Signed-off-by: Juan Quintela quint...@redhat.com --- cputlb.c | 2 +- include/exec/memory-internal.h | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cputlb.c b/cputlb.c index fff0afb..72452e5 100644 --- a/cputlb.c +++ b/cputlb.c @@ -137,7 +137,7 @@