From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wroro-0002lP-4f for qemu-devel@nongnu.org; Tue, 03 Jun 2014 09:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wrori-0003rB-F7 for qemu-devel@nongnu.org; Tue, 03 Jun 2014 09:35:04 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:60265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrori-0003qo-8U for qemu-devel@nongnu.org; Tue, 03 Jun 2014 09:34:58 -0400 Received: by mail-wg0-f44.google.com with SMTP id a1so6672697wgh.15 for ; Tue, 03 Jun 2014 06:34:57 -0700 (PDT) Date: Tue, 3 Jun 2014 15:34:54 +0200 From: Stefan Hajnoczi Message-ID: <20140603133454.GD723@stefanha-thinkpad.muc.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, Stefan Hajnoczi 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(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan