Re: [PATCH v3 38/42] target/arm: Fix fault reporting in get_phys_addr_lpae

2022-10-07 Thread Peter Maydell
On Sat, 1 Oct 2022 at 17:48, Richard Henderson wrote: > > Always overriding fi->type was incorrect, as we would not properly > propagate the fault type from S1_ptw_translate, or arm_ldq_ptw. > Simplify things by providing a new label for a translation fault. > For other faults, store into fi

[PATCH v3 38/42] target/arm: Fix fault reporting in get_phys_addr_lpae

2022-10-01 Thread Richard Henderson
Always overriding fi->type was incorrect, as we would not properly propagate the fault type from S1_ptw_translate, or arm_ldq_ptw. Simplify things by providing a new label for a translation fault. For other faults, store into fi directly. Signed-off-by: Richard Henderson --- target/arm/ptw.c |