commit | aad42c641cfcda4f87abc4f6588329b9b3cc3364 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Aug 07 11:49:34 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:24 2009 +0300 |
tree | 110c2cfd3cc18dff27f4fb01bb5ffab61661ada0 | |
parent | e6aa9abd7381557c67be6a9e7240eb132ca00d66 [diff] |
KVM: SVM: cache nested intercepts When the nested intercepts are cached we don't need to call get_user_pages and/or map the nested vmcb on every nested #vmexit to check who will handle the intercept. Further this patch aligns the emulated svm behavior better to real hardware. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>