Re: [Qemu-devel] [PATCH 0/2] Fix packing for MinGW with new macro QEMU_PACKED

2011-09-03 Thread Blue Swirl
On Wed, Aug 31, 2011 at 10:37 AM, Stefan Weil wrote: > The new series adds macro QEMU_PACKED and converts most > code locations mechanically (script) to use this macro. > > See log message of patch 2/2 for the few exceptions. > > [PATCH 1/2] Add new macro QEMU_PACKED for packed C structures > [PAT

[Qemu-devel] [PATCH 0/2] Fix packing for MinGW with new macro QEMU_PACKED

2011-08-31 Thread Stefan Weil
The new series adds macro QEMU_PACKED and converts most code locations mechanically (script) to use this macro. See log message of patch 2/2 for the few exceptions. [PATCH 1/2] Add new macro QEMU_PACKED for packed C structures [PATCH 2/2] Use new macro QEMU_PACKED for packed structures Cheers, S