commit | 2be4fc7a02c368dcfda83a386a5101c211b9535e | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Apr 22 12:33:09 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:19:20 2010 +0300 |
tree | c43bafd91cf461f51384a6e904604181235e71b8 | |
parent | 2041a06a50a2ef4062c8454482aa06e25f6cccde [diff] |
KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling This patch syncs cr0 and cr3 from the vmcb to the kvm state before nested intercept handling is done. This allows to simplify the vmexit path. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>