diff options
author | 2011-01-06 18:09:11 +0200 | |
---|---|---|
committer | 2011-03-17 13:08:25 -0300 | |
commit | 1c696d0e1b7c10e1e8b34cb6c797329e3c33f262 (patch) | |
tree | cba560950eb5404c6083d570e4c4b951003237fc /kernel | |
parent | KVM: VMX: increase ple_gap default to 128 (diff) | |
download | wireguard-linux-1c696d0e1b7c10e1e8b34cb6c797329e3c33f262.tar.xz wireguard-linux-1c696d0e1b7c10e1e8b34cb6c797329e3c33f262.zip |
KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run
Change
push top-of-stack
pop guest-rcx
pop dummy
to
pop guest-rcx
which is the same thing, only simpler.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions