commit | 3f6a9d1693deaeef28d98109bc92c98dd94a8523 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Tue Jul 27 18:14:20 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:03 2010 +0200 |
tree | e7dbbef3b591eb7edc502ae7af68403b4bd13063 | |
parent | 19ada5c4b6170bbc7ac4f2f38dba0068fdc7755a [diff] |
KVM: SVM: Sync efer back into nested vmcb This patch fixes a bug in a nested hypervisor that heavily switches between real-mode and long-mode. The problem is fixed by syncing back efer into the guest vmcb on emulated vmexit. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>