From: Jan Kiszka Date: Sun, 18 Oct 2009 11:24:54 +0000 (+0200) Subject: KVM: SVM: Cleanup NMI singlestep X-Git-Tag: v2.6.33-rc1~387^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be7d3062b59af891be7e40c6802350de5f78cef;p=pandora-kernel.git KVM: SVM: Cleanup NMI singlestep Push the NMI-related singlestep variable into vcpu_svm. It's dealing with an AMD-specific deficit, nothing generic for x86. Acked-by: Gleb Natapov Signed-off-by: Jan Kiszka arch/x86/include/asm/kvm_host.h | 1 - arch/x86/kvm/svm.c | 12 +++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed