]> Git Repo - qemu.git/commit
block: vdi - use QEMU_PACKED for on-disk structures
authorJeff Cody <[email protected]>
Wed, 25 Sep 2013 16:08:48 +0000 (12:08 -0400)
committerKevin Wolf <[email protected]>
Wed, 25 Sep 2013 18:51:05 +0000 (20:51 +0200)
commit8368febd81cbf3cc71f5b0e92ef36e482dff37ca
tree4bbe1bebb96e8f4d0b5de01fd4ef1e9b4d026370
parent9e6337d0818650362149b734d53edf9489f3acaa
block: vdi - use QEMU_PACKED for on-disk structures

The header struct VdiHeader is an on-disk structure for the image
format, and as such should be packed.

Signed-off-by: Jeff Cody <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/vdi.c
This page took 0.030754 seconds and 4 git commands to generate.