On 1/14/22 18:13, Sean Christopherson wrote:
If the assumptiong about KVM_VCPU_PREEMPTED being '1' is a sticking point, what about combining the two to make everyone happy? andl $" __stringify(KVM_VCPU_PREEMPTED) ", %eax setnz %al
Sure, that's indeed a nice solution (I appreciate the attention to detail in setne->setnz, too :)).
Paolo