KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles
authorYaozu Dong <eddie.dong@intel.com>
Wed, 25 Apr 2007 13:49:19 +0000 (16:49 +0300)
committerAvi Kivity <avi@qumranet.com>
Thu, 3 May 2007 07:52:30 +0000 (10:52 +0300)
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>

No differences found