> On 3 Sep 2025, at 12.06, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > Factor hvf_handle_exception() out of hvf_vcpu_exec(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > target/arm/hvf/hvf.c | 120 +++++++++++++++++++++++-------------------- > 1 file changed, 64 insertions(+), 56 deletions(-)
Good idea. With Richard's change to not cast twice: Reviewed-by: Mads Ynddal <m...@ynddal.dk>