commit | 18c918c5f59bc35f9c567689daef8c255b575fdc | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Tue Nov 30 18:03:59 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:13 2011 +0200 |
tree | f4b24acd45fa8c92b4579feeaf98461c4bcc9660 | |
parent | 3aed041a4c1b78cac87db76cf264b081df64dd37 [diff] |
KVM: SVM: Add manipulation functions for exception intercepts This patch wraps changes to the exception intercepts of SVM into seperate functions to abstract nested-svm better and prepare the implementation of the vmcb-clean-bits feature. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>