aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-07-18 18:12:37 +0200
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-07-21 10:54:40 +0100
commit7c7bb0223e667c656950427cd17bf95d92993f76 (patch)
tree1af85d410397f6d82e6f38c426279c6f334c8ac0 /cpus.c
parent434acb817b8ae747f31e91ec152f9f47ac514433 (diff)
downloadqemu-7c7bb0223e667c656950427cd17bf95d92993f76.zip
qemu-7c7bb0223e667c656950427cd17bf95d92993f76.tar.gz
qemu-7c7bb0223e667c656950427cd17bf95d92993f76.tar.bz2
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 'cpus.c')
0 files changed, 0 insertions, 0 deletions