commit | 5233dd51ece1615d54ab96c4cbe9ac3cc595e955 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Mon Jun 06 14:27:47 2011 -0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Jun 19 19:23:13 2011 +0300 |
tree | 291485af225c96727476f120c5f00abb731aced3 | |
parent | b72336355bb4c92d4a2be3f975dbea47089c83c1 [diff] |
KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGS Only decache guest CR3 value if vcpu->arch.cr3 is stale. Fixes loadvm with live guest. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Tested-by: Markus Schade <markus.schade@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>