Files
linux-stable-mirror/include/linux
Avi Kivity d94e1dc9af 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 <avi@redhat.com>
2010-08-01 10:35:37 +03:00
..
2010-06-15 09:56:01 +10:00
2010-06-08 18:44:04 +02:00
2010-07-06 17:32:07 -07:00
2010-08-01 10:35:37 +03:00
2010-06-29 10:38:22 -07:00
2010-07-14 17:14:00 +10:00
2010-07-02 21:59:08 -07:00
2010-05-30 09:02:47 -07:00
2010-07-01 09:39:48 +02:00