[Qemu-devel] [PATCH v2 0/4] block: use QEMU_PACKED for on-disk structures

2013-09-25 Thread Jeff Cody
v2 changes: Dropped the cow format patch. This means cow is non-portable, but it keeps behavior the same on x86_64. (Richard Henderson) Moved QEMU_PACKED to after the struct definition closing brace, to keep it more stylistically in-line with other QEMU_PACKED useage (Kevin Wolf) Original

Re: [Qemu-devel] [PATCH v2 0/4] block: use QEMU_PACKED for on-disk structures

2013-09-25 Thread Richard Henderson
On 09/25/2013 09:08 AM, Jeff Cody wrote: Jeff Cody (4): block: vdi - use QEMU_PACKED for on-disk structures block: vpc - use QEMU_PACKED for on-disk structures block: qcow2 - used QEMU_PACKED for on-disk structures block: qed - use QEMU_PACKED for on-disk structures Reviewed-by:

Re: [Qemu-devel] [PATCH v2 0/4] block: use QEMU_PACKED for on-disk structures

2013-09-25 Thread Kevin Wolf
Am 25.09.2013 um 18:32 hat Richard Henderson geschrieben: On 09/25/2013 09:08 AM, Jeff Cody wrote: Jeff Cody (4): block: vdi - use QEMU_PACKED for on-disk structures block: vpc - use QEMU_PACKED for on-disk structures block: qcow2 - used QEMU_PACKED for on-disk structures block: