From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5wJ6-0000XF-Fz for qemu-devel@nongnu.org; Tue, 20 Sep 2011 05:08:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5wJ0-0000A7-Hm for qemu-devel@nongnu.org; Tue, 20 Sep 2011 05:08:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5wJ0-00009v-5P for qemu-devel@nongnu.org; Tue, 20 Sep 2011 05:07:54 -0400 Message-ID: <4E7850ED.9030702@redhat.com> Date: Tue, 20 Sep 2011 10:38:05 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315838844-14307-1-git-send-email-devin122@gmail.com> In-Reply-To: <1315838844-14307-1-git-send-email-devin122@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] QED block conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Devin Nakamura Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 12.09.2011 16:47, schrieb Devin Nakamura: > This patch series adds support for block conversion to the qed driver. > This depends on my precivious block conversion api series > Devin Nakamura (6): > qed: add qed_find_cluster_sync() > qed: add bdrv_qed_get_conversion_options() > qed: add open_conversion_target() > qed: add qed_bdrv_get_mapping() > qed: add bdrv_qed_map() > qed: add bdrv_qed_copy_header() > > block/qed-cluster.c | 33 +++++++++++ > block/qed.c | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++ > block/qed.h | 4 + > 3 files changed, 198 insertions(+), 0 deletions(-) Stefan, can you have a look at this series? I'm reviewing it right now, but I'm not that familiar with the details of the QED implementation. Devin, in the previous series there were two patches that I had commented on and that need a new version. For now I'll push everything that has been reviewed into a separate branch in my git repo [1], and flag patches with unadressed comments with "(NEEDS FIX)" in the subject. I hope this will help us with managing the whole set of patch series. Kevin [1] http://repo.or.cz/w/qemu/kevin.git/shortlog/refs/heads/inplace-conversion