Re: [Qemu-devel] [PATCH] ppc/pnv: Improve macro parenthesization

2017-09-19 Thread David Gibson
On Tue, Sep 19, 2017 at 09:16:03AM -0500, Eric Blake wrote: > Although none of the existing macro call-sites were broken, > it's always better to write macros that properly parenthesize > arguments that can be complex expressions, so that the intended > order of operations is not broken. > > Signe

[Qemu-devel] [PATCH] ppc/pnv: Improve macro parenthesization

2017-09-19 Thread Eric Blake
Although none of the existing macro call-sites were broken, it's always better to write macros that properly parenthesize arguments that can be complex expressions, so that the intended order of operations is not broken. Signed-off-by: Eric Blake --- include/hw/ppc/pnv_xscom.h | 2 +- 1 file cha