From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wktjh-0002vV-2L for qemu-devel@nongnu.org; Thu, 15 May 2014 07:22:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wktja-00036V-Nd for qemu-devel@nongnu.org; Thu, 15 May 2014 07:22:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wktja-00035x-GK for qemu-devel@nongnu.org; Thu, 15 May 2014 07:21:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4FBLuHE019900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 15 May 2014 07:21:56 -0400 From: Fam Zheng Date: Thu, 15 May 2014 19:22:04 +0800 Message-Id: <1400152926-31187-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] dataplane: Enable config-wce List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Stefan Hajnoczi 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