[Qemu-devel] [PATCH 01/57] test-i386: QEMU_PACKED is not defined here

2013-02-19 Thread Richard Henderson
From: Paolo Bonzini Signed-off-by: Paolo Bonzini Signed-off-by: Richard Henderson --- tests/tcg/test-i386.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tcg/test-i386.c b/tests/tcg/test-i386.c index 6dc730d..b18fe20 100644 --- a/tests/tcg/test-i386.c +++ b/te

Re: [Qemu-devel] [PATCH 01/57] test-i386: QEMU_PACKED is not defined here

2013-02-19 Thread Peter Maydell
On 19 February 2013 17:39, Richard Henderson wrote: > From: Paolo Bonzini > > Signed-off-by: Paolo Bonzini > Signed-off-by: Richard Henderson This ought to have a note saying why it's OK to use the plain gcc attribute and not platform-dependent define that QEMU_PACKED is (answer: because this

[Qemu-devel] [PATCH 01/57] test-i386: QEMU_PACKED is not defined here

2013-01-23 Thread Richard Henderson
From: Paolo Bonzini Signed-off-by: Paolo Bonzini Signed-off-by: Richard Henderson --- tests/tcg/test-i386.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tcg/test-i386.c b/tests/tcg/test-i386.c index 6dc730d..b18fe20 100644 --- a/tests/tcg/test-i386.c +++ b/te