summaryrefslogtreecommitdiffstats
path: root/hw/smbios.h
diff options
context:
space:
mode:
authorStefan Weil2011-08-31 12:38:00 +0200
committerBlue Swirl2011-09-03 12:45:46 +0200
commit0f7fdd347514ea97b24f5f658f3ae31f9b078397 (patch)
tree399217e7c99dacf7517930d49afb123eef277397 /hw/smbios.h
parentrename qemu_malloc and related to glib names for coherence (diff)
downloadqemu-0f7fdd347514ea97b24f5f658f3ae31f9b078397.tar.gz
qemu-0f7fdd347514ea97b24f5f658f3ae31f9b078397.tar.xz
qemu-0f7fdd347514ea97b24f5f658f3ae31f9b078397.zip
Add new macro QEMU_PACKED for packed C structures
A packed struct needs different gcc attributes for compilations with MinGW compilers because glib-2.0 adds compiler flag -mms-bitfields which modifies the packing algorithm. Attribute gcc_struct reverses the negative effects of -mms-bitfields. QEMU_PACKED sets this attribute and must be used for any packed struct which is affected by -mms-bitfields. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/smbios.h')
0 files changed, 0 insertions, 0 deletions