From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv3tu-0008To-6l for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:55:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv3tt-000404-AO for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:55:58 -0400 Date: Fri, 14 Oct 2016 22:55:46 +0800 From: Fam Zheng Message-ID: <20161014145546.GB17349@lemon> References: <1476380062-18001-1-git-send-email-pbonzini@redhat.com> <1476380062-18001-16-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476380062-18001-16-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 15/18] block: only call aio_poll on the current thread's AioContext List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, kwolf@redhat.com, stefanha@redhat.com On Thu, 10/13 19:34, Paolo Bonzini wrote: > diff --git a/include/block/block_int.h b/include/block/block_int.h > index 11f877b..0516f62 100644 > --- a/include/block/block_int.h > +++ b/include/block/block_int.h > @@ -470,6 +470,7 @@ struct BlockDriverState { > NotifierWithReturnList before_write_notifiers; > > /* number of in-flight requests; overall and serialising */ > + bool wakeup; This should probably be move above the in-flight comment. Fam > unsigned int in_flight; > unsigned int serialising_in_flight; > > -- > 2.7.4 > >