On 9/3/25 12:06, Philippe Mathieu-Daudé wrote:
+/* Must be called by the owning thread */
+static int hvf_handle_vmexit(CPUState *cpu, hv_vcpu_exit_t *exit)
{
ARMCPU *arm_cpu = ARM_CPU(cpu);
Likewise don't double-cast. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
