Skip to content
Commit 7c3ecfcd authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control



Most fields were going to be overwritten by vmcb12 control fields, or
do not matter at all because they are filled by the processor on vmexit.
Therefore, we need not copy them from vmcb01 to vmcb02 on vmentry.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 9e8f0fbf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment