commit | 410e4d573d9b7fbd134f9a47815b6ad517492a08 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Aug 07 11:49:44 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 10:46:33 2009 +0300 |
tree | 26f613955f6f057ba30cf842b502c072e57ff77a | |
parent | 1f8da47805072e89454ccfdada553c2afc4dfb79 [diff] |
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>