On 3/17/23 06:57, Thomas Huth wrote:
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<[email protected]> Signed-off-by: Thomas Huth<[email protected]> --- target/s390x/tcg/mem_helper.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
