Re: [Qemu-devel] [PATCH 1/4] CODING_STYLE: update mixed declaration rules

2015-09-09 Thread Alex Bennée
Paolo Bonzini writes: > Mixed declarations also do exist at the top of #ifdef blocks. > Reluctantly allow this particular usage and suggest an alternative. > > Signed-off-by: Paolo Bonzini > --- > CODING_STYLE | 13 + > 1 file changed, 9 insertions(+), 4 deletions(-) > > diff --git

Re: [Qemu-devel] [PATCH 1/4] CODING_STYLE: update mixed declaration rules

2015-09-09 Thread Stefan Hajnoczi
On Mon, Sep 07, 2015 at 11:53:01AM +0200, Paolo Bonzini wrote: > Mixed declarations also do exist at the top of #ifdef blocks. > Reluctantly allow this particular usage and suggest an alternative. > > Signed-off-by: Paolo Bonzini > --- > CODING_STYLE | 13 + > 1 file changed, 9 inser

[Qemu-devel] [PATCH 1/4] CODING_STYLE: update mixed declaration rules

2015-09-07 Thread Paolo Bonzini
Mixed declarations also do exist at the top of #ifdef blocks. Reluctantly allow this particular usage and suggest an alternative. Signed-off-by: Paolo Bonzini --- CODING_STYLE | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index d46c