]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: fake instruction loading when handling 'ex'
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2022 18:36:31 +0000 (19:36 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 31 Oct 2022 20:37:59 +0000 (20:37 +0000)
commit9fa97e04ae5677cc383b674f8efbf17950b07622
treebb9a518a27b785f60ab005c9a8a75ba3fdf76977
parent621aab6c7dffaa37a9d9b89d246894e516eb3c46
target/s390x: fake instruction loading when handling 'ex'

The s390x EXecute instruction is a bit weird as we synthesis the
executed instruction from what we have stored in memory. This missed
the plugin instrumentation.

Work around this with a special helper to inform the rest of the
translator about the instruction so things stay consistent.

Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20221027183637.2772968-26-alex.bennee@linaro.org>
include/exec/translator.h
target/s390x/tcg/translate.c