• A
    KVM: Get rid of KVM_REQ_KICK · d94e1dc9
    Avi Kivity 提交于
    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: NAvi Kivity <avi@redhat.com>
    d94e1dc9
kvm_host.h 17.2 KB