Re: [PATCH 2/2] KVM: X86: Don't block vCPU if there is pending exception

2017-09-13 Thread Paolo Bonzini
On 13/09/2017 13:04, Wanpeng Li wrote: > From: Wanpeng Li > > Don't block vCPU if there is pending exception. > > Cc: Paolo Bonzini > Cc: Radim Krčmář > Signed-off-by: Wanpeng Li > --- > arch/x86/kvm/x86.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/x86/kvm/x86.c b/arch

[PATCH 2/2] KVM: X86: Don't block vCPU if there is pending exception

2017-09-13 Thread Wanpeng Li
From: Wanpeng Li Don't block vCPU if there is pending exception. Cc: Paolo Bonzini Cc: Radim Krčmář Signed-off-by: Wanpeng Li --- arch/x86/kvm/x86.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 6069af8..1a0dce4 100644 --- a/arch/x86/kvm