summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorStefan Weil2012-07-18 18:12:37 +0200
committerStefan Hajnoczi2012-07-21 11:54:40 +0200
commit7c7bb0223e667c656950427cd17bf95d92993f76 (patch)
tree1af85d410397f6d82e6f38c426279c6f334c8ac0 /qemu-common.h
parentRecognize PCID feature (diff)
downloadqemu-7c7bb0223e667c656950427cd17bf95d92993f76.tar.gz
qemu-7c7bb0223e667c656950427cd17bf95d92993f76.tar.xz
qemu-7c7bb0223e667c656950427cd17bf95d92993f76.zip
Use macro QEMU_PACKED for new packed structures
Since commit 541dc0d47f10973c241e9955afc2aefc96adec51, some new packed structures were added without using QEMU_PACKED. QEMU_PACKED is needed for compilations with MinGW. For other platforms nothing changes. The code was fixed using this command: git grep -la '__attribute__ ((packed))'|xargs perl -pi -e 's/__attribute__ \(\(packed\)\)/QEMU_PACKED/' Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'qemu-common.h')
0 files changed, 0 insertions, 0 deletions