On 19 February 2013 17:39, Richard Henderson <[email protected]> wrote: > From: Paolo Bonzini <[email protected]> > > Signed-off-by: Paolo Bonzini <[email protected]> > Signed-off-by: Richard Henderson <[email protected]>
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 test case is intended to be compiled as a Linux binary only and run with the linux-user QEMU, so it need not be portable to Windows). -- PMM
