diff options
author | Richard Henderson | 2019-10-01 19:16:08 +0200 |
---|---|---|
committer | David Hildenbrand | 2019-10-09 12:49:01 +0200 |
commit | 9accc852d807ec6b74d6c3bb2bcafb4863b080f5 (patch) | |
tree | b7ada3c083ceb9a8fd5338d7f550941b92eedd58 /docs/hyperv.txt | |
parent | target/s390x: Remove fail variable from s390_cpu_tlb_fill (diff) | |
download | qemu-9accc852d807ec6b74d6c3bb2bcafb4863b080f5.tar.gz qemu-9accc852d807ec6b74d6c3bb2bcafb4863b080f5.tar.xz qemu-9accc852d807ec6b74d6c3bb2bcafb4863b080f5.zip |
target/s390x: Simplify helper_lra
We currently call trigger_pgm_exception to set cs->exception_index
and env->int_pgm_code and then read the values back and then
reset cs->exception_index so that the exception is not delivered.
Instead, use the exception type that we already have directly
without ever triggering an exception that must be suppressed.
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-13-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'docs/hyperv.txt')
0 files changed, 0 insertions, 0 deletions