[kvm-devel] [PATCH 6/9] KVM: Adds support for real NMI injection on VMX processors

2007-05-31 Thread Gregory Haskins
Signed-off-by: Gregory Haskins <[EMAIL PROTECTED]> --- drivers/kvm/vmx.c | 56 + drivers/kvm/vmx.h |3 +++ 2 files changed, 55 insertions(+), 4 deletions(-) diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index 82e40c9..7923a42 100644

[kvm-devel] [PATCH 6/9] KVM: Adds support for real NMI injection on VMX processors

2007-05-24 Thread Gregory Haskins
Signed-off-by: Gregory Haskins <[EMAIL PROTECTED]> --- drivers/kvm/vmx.c | 57 - drivers/kvm/vmx.h |3 +++ 2 files changed, 55 insertions(+), 5 deletions(-) diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index 9834f35..e6b6cd9 100644