From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkut9-0001iA-1O for qemu-devel@nongnu.org; Thu, 15 May 2014 08:36:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wkut0-0006RI-Gn for qemu-devel@nongnu.org; Thu, 15 May 2014 08:35:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkut0-0006R3-2I for qemu-devel@nongnu.org; Thu, 15 May 2014 08:35:46 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4FCZiIf014991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 15 May 2014 08:35:44 -0400 Message-ID: <5374B49A.5010705@redhat.com> Date: Thu, 15 May 2014 14:35:38 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1400152926-31187-1-git-send-email-famz@redhat.com> In-Reply-To: <1400152926-31187-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 , qemu-devel@nongnu.org Cc: Stefan Hajnoczi Il 15/05/2014 13:22, Fam Zheng ha scritto: > 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(-) > Reviewed-by: Paolo Bonzini