diff options
| author | Peter Maydell | 2016-07-28 13:57:59 +0200 |
|---|---|---|
| committer | Riku Voipio | 2016-08-04 15:34:59 +0200 |
| commit | d9fe91d8689b078acfd27bc7c4a4e1efd5bbcf65 (patch) | |
| tree | 2dec93cc76e4e2773591aafe30ac9ff7a7d14fb1 /linux-user | |
| parent | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff) | |
| download | qemu-d9fe91d8689b078acfd27bc7c4a4e1efd5bbcf65.tar.gz qemu-d9fe91d8689b078acfd27bc7c4a4e1efd5bbcf65.tar.xz qemu-d9fe91d8689b078acfd27bc7c4a4e1efd5bbcf65.zip | |
linux-user: Use correct alignment for long long on i386 guests
For i386, the ABI specifies that 'long long' (8 byte values)
need only be 4 aligned, but we were requiring them to be
8-aligned. This meant we were laying out the target_epoll_event
structure wrongly. Add a suitable ifdef to abitypes.h to
specify the i386-specific alignment requirement.
Reported-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user')
0 files changed, 0 insertions, 0 deletions
