commit | cda0ffdd862d36d0b054249ce920f00d1dbae037 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Aug 07 11:49:45 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 10:46:34 2009 +0300 |
tree | 5478bfd6795a3e1faeb028f86ef4fcb9e1fac121 | |
parent | 410e4d573d9b7fbd134f9a47815b6ad517492a08 [diff] |
KVM: SVM: remove unnecessary is_nested check from svm_cpu_run This check is not necessary. We have to sync the vcpu->arch.cr2 always back to the VMCB. This patch remove the is_nested check. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>