]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/svm.c
KVM: SVM: consolidate nested_svm_exit_handled
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 7 Aug 2009 09:49:35 +0000 (11:49 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:33:24 +0000 (08:33 +0300)
commit4c2161aed55c294c4c42622455f067a4b3077b85
treeadce92cc511e513fe1dd28a1e0f788172726e814
parentaad42c641cfcda4f87abc4f6588329b9b3cc3364
KVM: SVM: consolidate nested_svm_exit_handled

When caching guest intercepts there is no need anymore for the
nested_svm_exit_handled_real function. So move its code into
nested_svm_exit_handled.

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