Re: [PATCH v3 06/19] RISC-V: KVM: Implement VCPU interrupts and requests handling

2019-08-05 Thread Anup Patel
On Mon, Aug 5, 2019 at 7:13 PM Anup Patel wrote: > > This patch implements VCPU interrupts and requests which are both > asynchronous events. > > The VCPU interrupts can be set/unset using KVM_INTERRUPT ioctl from > user-space. In future, the in-kernel IRQCHIP emulation will use >

[PATCH v3 06/19] RISC-V: KVM: Implement VCPU interrupts and requests handling

2019-08-05 Thread Anup Patel
This patch implements VCPU interrupts and requests which are both asynchronous events. The VCPU interrupts can be set/unset using KVM_INTERRUPT ioctl from user-space. In future, the in-kernel IRQCHIP emulation will use kvm_riscv_vcpu_set_interrupt() and kvm_riscv_vcpu_unset_interrupt() functions