]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: exception on non-aligned LPSW(E)
authorPavel Zbitskiy <pavel.zbitskiy@gmail.com>
Sun, 2 Sep 2018 00:33:21 +0000 (20:33 -0400)
committerCornelia Huck <cohuck@redhat.com>
Thu, 4 Oct 2018 08:32:39 +0000 (10:32 +0200)
commitae4b5a5472ede9c92b83fa908c2ec63e80b64ced
tree2926d68bd00b1db7519bc05a39d5bcd27d7c6b13
parent28221f9c999a9b34f58d94599da9c229df9a4fed
target/s390x: exception on non-aligned LPSW(E)

Both LPSW and LPSWE should raise a specification exception when their
operand is not doubleword aligned.

Signed-off-by: Pavel Zbitskiy <pavel.zbitskiy@gmail.com>
Message-Id: <20180902003322.3428-3-pavel.zbitskiy@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/translate.c