pc: e820 qemu_cfg tables need to be packed
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 5 Nov 2010 21:40:38 +0000 (15:40 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Nov 2010 20:35:00 +0000 (14:35 -0600)
commitc7e48979fe48ece94c8a71f1d8c52b687e8a0d79
tree86a0301ab00060fae0f8876e42ae825dcf6975b7
parent5d532fe7a18ae1a0a7676df291b39196e8e83eb4
pc: e820 qemu_cfg tables need to be packed

We can't let the compiler define the alignment for qemu_cfg data.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c