Re: [PATCH] KVM: VMX: Pass vcpu to __vmx_complete_interrupts

2013-02-28 Thread Gleb Natapov
On Wed, Feb 20, 2013 at 02:03:24PM +0100, Jan Kiszka wrote: > Cleanup: __vmx_complete_interrupts has no use for the vmx structure. > > Signed-off-by: Jan Kiszka Fixed it to be applicable without "nVMX: Rework event injection and recovery" and applied. Thanks. > --- > > Note: this applies on top

[PATCH] KVM: VMX: Pass vcpu to __vmx_complete_interrupts

2013-02-20 Thread Jan Kiszka
Cleanup: __vmx_complete_interrupts has no use for the vmx structure. Signed-off-by: Jan Kiszka --- Note: this applies on top of "Rework event injection and recovery" arch/x86/kvm/vmx.c | 31 ++- 1 files changed, 14 insertions(+), 17 deletions(-) diff --git a/arch