Re: [Qemu-devel] [PATCH 6/9] cosmetic changes preparing for the following patches

2015-02-04 Thread Paolo Bonzini
On 04/02/2015 04:10, Fam Zheng wrote: >> > -return; > Other changes are equivalent, but not quite for this one. But I think it is > still correct, so: > > Reviewed-by: Fam Zheng True, this is not entirely cosmetic. Still, the loop is guaranteed to only hit one block, because of th

Re: [Qemu-devel] [PATCH 6/9] cosmetic changes preparing for the following patches

2015-02-03 Thread Fam Zheng
On Tue, 02/03 13:52, Paolo Bonzini wrote: > From: Mike Day > > Signed-off-by: Mike Day > Signed-off-by: Paolo Bonzini > --- > arch_init.c| 5 +-- > exec.c | 84 > +- > include/exec/cpu-all.h | 1 + > 3 files changed

[Qemu-devel] [PATCH 6/9] cosmetic changes preparing for the following patches

2015-02-03 Thread Paolo Bonzini
From: Mike Day Signed-off-by: Mike Day Signed-off-by: Paolo Bonzini --- arch_init.c| 5 +-- exec.c | 84 +- include/exec/cpu-all.h | 1 + 3 files changed, 57 insertions(+), 33 deletions(-) diff --git a/arch_init.c b