From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV0jX-0001K9-97 for qemu-devel@nongnu.org; Thu, 27 Aug 2015 13:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV0jT-0007Zw-Ti for qemu-devel@nongnu.org; Thu, 27 Aug 2015 13:13:03 -0400 Date: Thu, 27 Aug 2015 18:12:55 +0100 From: Stefan Hajnoczi Message-ID: <20150827171255.GE4917@stefanha-thinkpad.redhat.com> References: <1438144934-23619-1-git-send-email-famz@redhat.com> <1438144934-23619-6-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438144934-23619-6-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v2 05/11] aio: Mark ctx->notifier's client type as "context" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-block@nongnu.org, qemu-devel@nongnu.org, stefanha@redhat.com On Wed, Jul 29, 2015 at 12:42:08PM +0800, Fam Zheng wrote: > It is important to include this for any blocking poll, on the other hand it is > also OK to exclude it otherwise. > > Signed-off-by: Fam Zheng > --- > async.c | 4 ++-- > include/block/aio.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi