From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnS7S-000564-AV for qemu-devel@nongnu.org; Thu, 22 May 2014 08:29:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnS7M-0005S0-5j for qemu-devel@nongnu.org; Thu, 22 May 2014 08:29:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnS7L-0005Rl-Tx for qemu-devel@nongnu.org; Thu, 22 May 2014 08:29:04 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4MCT2em015471 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 22 May 2014 08:29:02 -0400 Date: Thu, 22 May 2014 14:29:00 +0200 From: Stefan Hajnoczi Message-ID: <20140522122900.GD12978@stefanha-thinkpad.redhat.com> References: <1400152926-31187-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400152926-31187-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] dataplane: Enable config-wce List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Paolo Bonzini , qemu-devel@nongnu.org On Thu, May 15, 2014 at 07:22:04PM +0800, Fam Zheng wrote: > This applies on top of Stefan's dataplane series. > > v2: > > Patch 1 moves the declaration of bdrv_get_aio_context to block.h. > Patch 2 is unchanged except for the dropped #include. > > > Fam Zheng (2): > block: Move declaration of bdrv_get_aio_context to block.h > virtio-blk: Allow config-wce in dataplane > > hw/block/dataplane/virtio-blk.c | 6 ------ > hw/block/virtio-blk.c | 8 +++++++- > include/block/block.h | 7 +++++++ > include/block/block_int.h | 7 ------- > 4 files changed, 14 insertions(+), 14 deletions(-) > > -- > 1.9.2 > Reviewed-by: Stefan Hajnoczi