From: Avi Kivity Date: Mon, 3 May 2010 13:54:48 +0000 (+0300) Subject: KVM: Get rid of KVM_REQ_KICK X-Git-Tag: v2.6.36-rc1~580^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d94e1dc9af60e3431a586c3edfbe42d8a0d3932b;p=pandora-kernel.git KVM: Get rid of KVM_REQ_KICK KVM_REQ_KICK poisons vcpu->requests by having a bit set during normal operation. This causes the fast path check for a clear vcpu->requests to fail all the time, triggering tons of atomic operations. Fix by replacing KVM_REQ_KICK with a vcpu->guest_mode atomic. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed