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