]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Add MO_ALIGN, MO_UNALN
authorRichard Henderson <rth@twiddle.net>
Wed, 13 May 2015 18:25:20 +0000 (11:25 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 14 May 2015 19:15:18 +0000 (12:15 -0700)
commitdfb36305626636e2e07e0c5acd3a002a5419399e
tree5fb7817c8d37d5a0c22316ee398749ef244ce881
parent3972ef6f830d65e9bacbd31257abedc055fd6dc8
tcg: Add MO_ALIGN, MO_UNALN

These modifiers control, on a per-memory-op basis, whether
unaligned memory accesses are allowed.  The default setting
reflects the target's definition of ALIGNED_ONLY.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
softmmu_template.h
tcg/tcg.h