]> git.karo-electronics.de Git - mv-sheeva.git/commit
KVM: SVM: move special nested exit handling to separate function
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 7 Aug 2009 09:49:44 +0000 (11:49 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 07:46:33 +0000 (10:46 +0300)
commit410e4d573d9b7fbd134f9a47815b6ad517492a08
tree26f613955f6f057ba30cf842b502c072e57ff77a
parent1f8da47805072e89454ccfdada553c2afc4dfb79
KVM: SVM: move special nested exit handling to separate function

This patch moves the handling for special nested vmexits like #pf to a
separate function. This makes the kvm_override parameter obsolete and
makes the code more readable.

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