[PATCH 2/3] KVM: vmx: count exits to userspace during invalid guest emulation

2013-08-27 Thread Paolo Bonzini
These will happen due to MMIO. Suggested-by: Gleb Natapov @g...@redhat.com> Signed-off-by: Paolo Bonzini --- arch/x86/kvm/vmx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 57b4e12..1f1da43 100644 --- a/arch/x86/kvm/vmx.c +++

[PATCH 2/3] KVM: vmx: count exits to userspace during invalid guest emulation

2013-08-27 Thread Paolo Bonzini
These will happen due to MMIO. Suggested-by: Gleb Natapov @g...@redhat.com Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- arch/x86/kvm/vmx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 57b4e12..1f1da43 100644 --- a/arch/x86/kvm/vmx.c