On Thu, May 04, 2017 at 01:38:13PM +0200, Paolo Bonzini wrote: > > > 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...). Yeah, I forgot to mention in the cover letter that I just picked my favorite way for Radim to resolve the KVM_REQUEST_NO_WAKEUP_WAIT thing for my base. I figured if I picked wrong that the conflict resolution would be trivial enough that it didn't matter anyway. Thanks, drew