commit | 3fca03653010b8c5fa63b99fc94c78cbfb433d00 | [log] [tgz] |
---|---|---|
author | Yaozu Dong <eddie.dong@intel.com> | Wed Apr 25 16:49:19 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:30 2007 +0300 |
tree | 9102be63cdedd172fa1d58959218d1c698df7848 | |
parent | d6c69ee9a24b307ce94e55ebfba6208a830c9ecb [diff] |
KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles By checking if a reschedule is needed, we avoid dropping the vcpu. [With changes by me, based on Anthony Liguori's observations] Signed-off-by: Avi Kivity <avi@qumranet.com>