[Qemu-devel] [PATCH 31/39] memory: cpu_physical_memory_set_dirty_tracking() should return void

2013-11-06 Thread Juan Quintela
Result was always 0, and not used anywhere. Once there, use bool type for the parameter. Signed-off-by: Juan Quintela quint...@redhat.com --- exec.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/exec.c b/exec.c index 984b417..11b434b 100644 --- a/exec.c +++

Re: [Qemu-devel] [PATCH 31/39] memory: cpu_physical_memory_set_dirty_tracking() should return void

2013-11-06 Thread Eric Blake
On 11/06/2013 06:04 AM, Juan Quintela wrote: Result was always 0, and not used anywhere. Once there, use bool type for the parameter. Signed-off-by: Juan Quintela quint...@redhat.com --- exec.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) For 28-31, Reviewed-by: Eric