]> Git Repo - qemu.git/commit - target/s390x/cpu.h
target/s390x: Diagnose specification exception for atomics
authorRichard Henderson <[email protected]>
Thu, 2 Mar 2017 02:06:18 +0000 (13:06 +1100)
committerRichard Henderson <[email protected]>
Fri, 12 May 2017 22:40:29 +0000 (15:40 -0700)
commit44977a8fe7b5ed8fc3d135b74d5933dfa53b11ee
tree75815086b02f333f4372b3809170c3c066227b08
parent190b2422e65fb8bb559f4337dfe461a50d0b7ec1
target/s390x: Diagnose specification exception for atomics

All of the interlocked access facility instructions raise a
specification exception for unaligned accesses.  Do this by
using the (previously unused) unaligned_access hook.

Reviewed-by: Aurelien Jarno <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/s390x/cpu.c
target/s390x/cpu.h
target/s390x/helper.c
This page took 0.027017 seconds and 4 git commands to generate.