]> git.proxmox.com Git - mirror_qemu.git/commit
target-i386: emulate LOCK'ed BTX ops using atomic helpers
authorEmilio G. Cota <cota@braap.org>
Mon, 27 Jun 2016 19:02:03 +0000 (15:02 -0400)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2016 15:29:01 +0000 (08:29 -0700)
commitcfe819d309d472f75fd129faf1d1064a2498326c
treeebdc3ea31fd2759173433fafc3e198da646ba56a
parentf53b01817f95781d2bcc8a82e057d1416601e13b
target-i386: emulate LOCK'ed BTX ops using atomic helpers

[rth: Avoid redundant qemu_ld in locked case.  Fix previously unnoticed
incorrect zero-extension of address in register-offset case.]

Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <1467054136-10430-18-git-send-email-cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c