Am 20.02.2019 um 19:22 hat Paolo Bonzini geschrieben: > On 20/02/19 19:07, Kevin Wolf wrote: > > Am 20.02.2019 um 19:01 hat Paolo Bonzini geschrieben: > >> aio_co_wake was also acquiring/releasing the AioContext, so > >> that needs to stay for now. > > > > True. Maybe I should leave the aio_co_wake call alone() and just add the > > assertion to avoid complicating the code rather than simplifying it... > > Yes, I agree.
Okay, I made this change locally. I'm not sending a v3 for this, but will just directly merge it if no other comments come up. > ps: where is alone() defined? :) #define aio_co_wake aio_co_wake() #define alone() alone Here. :-) Kevin