diff options
author | Michael S. Tsirkin | 2017-03-30 17:30:59 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2017-03-30 18:12:44 +0200 |
commit | 0d876080a394993a8dea494ebf2d806dc0983107 (patch) | |
tree | eb7c67ce8894aaec18232fdbc78664fb1436e246 /hw/net/virtio-net.c | |
parent | vhost: generalize iommu memory region (diff) | |
download | qemu-0d876080a394993a8dea494ebf2d806dc0983107.tar.gz qemu-0d876080a394993a8dea494ebf2d806dc0983107.tar.xz qemu-0d876080a394993a8dea494ebf2d806dc0983107.zip |
tests/acpi: don't pack a structure
There's no reason to pack structures where we don't care about size or
padding, this applies to AcpiStdTable in tests/acpi-utils.h.
OTOH bios-tables-test happens to be passing the address of a field in
this struct to a function that expects a pointer to normally aligned
data which results in a SIGBUS on architectures like SPARC that have
strict alignment requirements.
Fixes: 9e8458c02 ("acpi unit-test: compare DSDT and SSDT tables against expected values")
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/net/virtio-net.c')
0 files changed, 0 insertions, 0 deletions