qemu-e2k/target/s390x/tcg
Thomas Huth 5b7b2a1cf9 target/s390x/tcg/mem_helper: Remove bad assert() statement
The "assert(!nonfault)" statement can be triggered by running the
"mvpg" s390x kvm-unit-test with TCG. According to Richard: "... the
assert looks backward. We should only arrive there if nonfault was
true for the probe (otherwise the probe would have raised the
exception directly).  I would think we could just remove the assert."

Fixes: 4049431478 ("target/s390x: Fix s390_probe_access for user-only")
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230317135737.597570-1-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2023-03-20 12:43:43 +01:00
..
cc_helper.c target/s390x/tcg: Fix and improve the SACF instruction 2022-12-03 22:04:40 +01:00
crypto_helper.c target/s390x: support PRNO_TRNG instruction 2022-09-26 17:23:11 +02:00
excp_helper.c target/s390x: Update do_unaligned_access() comment 2023-03-20 09:32:50 +01:00
fpu_helper.c target/s390x: Use Int128 for passing float128 2023-02-04 06:19:43 -10:00
insn-data.h.inc target/s390x: Handle STGRL to non-aligned addresses 2023-03-20 09:32:50 +01:00
insn-format.h.inc target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc 2022-11-05 20:35:45 +01:00
int_helper.c target/s390x: Use a single return for helper_divs64/u64 2023-02-04 06:19:42 -10:00
mem_helper.c target/s390x/tcg/mem_helper: Remove bad assert() statement 2023-03-20 12:43:43 +01:00
meson.build
misc_helper.c target/s390x/tcg/misc_helper: Remove unused "memory.h" include 2023-01-09 13:50:13 +01:00
s390-tod.h
tcg_s390x.h compiler.h: replace QEMU_NORETURN with G_NORETURN 2022-04-21 17:03:51 +04:00
translate_vx.c.inc target/s390x: Drop tcg_temp_free from translate_vx.c.inc 2023-03-13 06:42:05 -07:00
translate.c target/s390x: Handle STGRL to non-aligned addresses 2023-03-20 09:32:50 +01:00
vec_fpu_helper.c target/s390x: fix handling of zeroes in vfmin/vfmax 2022-07-19 12:49:56 +02:00
vec_helper.c target/s390x: Fix writeback to v1 in helper_vstl 2022-05-04 08:47:19 +02:00
vec_int_helper.c target/s390x: vxeh2: Update for changes to vector shifts 2022-05-04 08:47:19 +02:00
vec_string_helper.c target/s390x: vxeh2: vector string search 2022-05-04 08:47:19 +02:00
vec.h Replace config-time define HOST_WORDS_BIGENDIAN 2022-04-06 10:50:37 +02:00