Re: [Qemu-devel] [PATCH] bswap: improve gluing

2013-01-20 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] bswap: improve gluing

2013-01-18 Thread Markus Armbruster
Alexander Graf writes: > On 17.01.2013, at 08:50, Markus Armbruster wrote: > >> David Gibson writes: >> >>> On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote: OpenBSD system compiler (gcc 4.2.1) has problems with concatenation of macro arguments in macro functions: CC

Re: [Qemu-devel] [PATCH] bswap: improve gluing

2013-01-18 Thread Alexander Graf
On 17.01.2013, at 08:50, Markus Armbruster wrote: > David Gibson writes: > >> On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote: >>> OpenBSD system compiler (gcc 4.2.1) has problems with concatenation >>> of macro arguments in macro functions: >>> CCaes.o >>> In file included from

Re: [Qemu-devel] [PATCH] bswap: improve gluing

2013-01-16 Thread Markus Armbruster
David Gibson writes: > On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote: >> OpenBSD system compiler (gcc 4.2.1) has problems with concatenation >> of macro arguments in macro functions: >> CCaes.o >> In file included from /src/qemu/include/qemu-common.h:126, >> fr

Re: [Qemu-devel] [PATCH] bswap: improve gluing

2013-01-16 Thread David Gibson
On Sun, Jan 13, 2013 at 04:35:41PM +, Blue Swirl wrote: > OpenBSD system compiler (gcc 4.2.1) has problems with concatenation > of macro arguments in macro functions: > CCaes.o > In file included from /src/qemu/include/qemu-common.h:126, > from /src/qemu/aes.c:30: > /src/

Re: [Qemu-devel] [PATCH] bswap: improve gluing

2013-01-14 Thread Andreas Färber
Am 13.01.2013 17:35, schrieb Blue Swirl: > OpenBSD system compiler (gcc 4.2.1) has problems with concatenation > of macro arguments in macro functions: > CCaes.o > In file included from /src/qemu/include/qemu-common.h:126, > from /src/qemu/aes.c:30: > /src/qemu/include/qemu/b

Re: [Qemu-devel] [PATCH] bswap: improve gluing

2013-01-14 Thread Richard Henderson
On 2013-01-13 08:35, Blue Swirl wrote: Fix by applying glue(). Also add do {} while(0) wrapping and fix semicolon use while at it. Signed-off-by: Blue Swirl --- include/qemu/bswap.h | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Richard Henderso

[Qemu-devel] [PATCH] bswap: improve gluing

2013-01-13 Thread Blue Swirl
OpenBSD system compiler (gcc 4.2.1) has problems with concatenation of macro arguments in macro functions: CCaes.o In file included from /src/qemu/include/qemu-common.h:126, from /src/qemu/aes.c:30: /src/qemu/include/qemu/bswap.h: In function 'leul_to_cpu': /src/qemu/include/