On 03/05/2017 18:06, Andrew Jones wrote: > -#define KVM_REQ_VCPU_EXIT \ > +#define KVM_REQ_SLEEP \ > KVM_ARCH_REQ_FLAGS(0, KVM_REQUEST_NO_WAKEUP | KVM_REQUEST_WAIT) Note that this is still like this in kvm/queue: #define KVM_REQ_VCPU_EXIT (8 | KVM_REQUEST_WAIT | KVM_REQUEST_NO_WAKEUP) but I did like the KVM_ARCH_REQ_FLAGS of Radim's series (just not KVM_REQUEST_NO_WAKEUP_WAIT or whatever it was...).