RISC-V: KVM: Handle WFI exits for VCPU
authorAnup Patel <anup.patel@wdc.com>
Mon, 27 Sep 2021 11:40:07 +0000 (17:10 +0530)
committerAnup Patel <anup@brainfault.org>
Mon, 4 Oct 2021 10:25:01 +0000 (15:55 +0530)
commit5a5d79acd7daebeb813a7c0654ca91c5ea7c228e
treeeb389e40031e2ab24b9d4244f52d4e4a9b7268ef
parent9f7013265112a92340cef5debec8d02ec8d1de06
RISC-V: KVM: Handle WFI exits for VCPU

We get illegal instruction trap whenever Guest/VM executes WFI
instruction.

This patch handles WFI trap by blocking the trapped VCPU using
kvm_vcpu_block() API. The blocked VCPU will be automatically
resumed whenever a VCPU interrupt is injected from user-space
or from in-kernel IRQCHIP emulation.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/kvm/vcpu_exit.c