KVM: SVM: clean up nested_svm_exit_handled_msr
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 7 Aug 2009 09:49:39 +0000 (11:49 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 07:45:43 +0000 (10:45 +0300)
commit3d62d9aa9868865217ce3a1b70d6039a98b50820
tree5270dbea731c7a011028b7df3ef83b330022787d
parent34f80cfad59ee587e374cbaf5f2a31d9f5015404
KVM: SVM: clean up nested_svm_exit_handled_msr

This patch changes nested svm to call nested_svm_exit_handled_msr
directly and not through nested_svm_do.

[alex: fix oops due to nested kmap_atomics]

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c