Re: [RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor

2017-02-22 Thread Christoffer Dall
On Mon, Jan 09, 2017 at 01:24:26AM -0500, Jintack Lim wrote: > If we have a pending IRQ for the guest and the guest expects IRQs > to be handled in its virtual EL2 mode (the virtual IMO bit is set) > and it is not already running in virtual EL2 mode, then we have to > emulate an IRQ exception. > >

[RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor

2017-01-08 Thread Jintack Lim
If we have a pending IRQ for the guest and the guest expects IRQs to be handled in its virtual EL2 mode (the virtual IMO bit is set) and it is not already running in virtual EL2 mode, then we have to emulate an IRQ exception. Signed-off-by: Jintack Lim Signed-off-by: Christoffer Dall --- virt/k