qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v2 05/13] io: Remove redundant read/write_corout


From: Kevin Wolf
Subject: Re: [Qemu-block] [PATCH v2 05/13] io: Remove redundant read/write_coroutine assignments
Date: Thu, 21 Feb 2019 10:03:55 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]