WHvRunVpExitReasonX64Halt _is_ triggered on halt with kernel-irqchip=off as of Windows 11 version 25H2.
Signed-off-by: Mohamed Mediouni <[email protected]> --- target/i386/whpx/whpx-all.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/i386/whpx/whpx-all.c b/target/i386/whpx/whpx-all.c index 8210250dc3..bd3a1c49c6 100644 --- a/target/i386/whpx/whpx-all.c +++ b/target/i386/whpx/whpx-all.c @@ -1648,8 +1648,7 @@ int whpx_vcpu_run(CPUState *cpu) case WHvRunVpExitReasonX64Halt: /* - * WARNING: as of build 19043.1526 (21H1), this exit reason is no - * longer used. + * Used for kernel-irqchip=off */ ret = whpx_handle_halt(cpu); break; -- 2.50.1 (Apple Git-155)
