commit | ec9e60b21977007e3dfacc2b8fe3a8fbb9276b51 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Nov 29 17:51:47 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:04 2011 +0200 |
tree | 419f1a51980fb3cd93ab857d0c47457795fa90ef | |
parent | 6389ee946303cb4313dba0a49865e495a53351ff [diff] |
KVM: X86: Introduce generic guest-mode representation This patch introduces a generic representation of guest-mode fpr a vcpu. This currently only exists in the SVM code. Having this representation generic will help making the non-svm code aware of nesting when this is necessary. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>