From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sepop-0000Ha-E1 for qemu-devel@nongnu.org; Wed, 13 Jun 2012 11:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sepoh-0000le-Oz for qemu-devel@nongnu.org; Wed, 13 Jun 2012 11:49:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sepog-0000lM-KR for qemu-devel@nongnu.org; Wed, 13 Jun 2012 11:49:07 -0400 Message-ID: <4FD8B669.2080909@redhat.com> Date: Wed, 13 Jun 2012 17:48:57 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1339575110-18207-1-git-send-email-armbru@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] xen: Clean up BlockDriverState use List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "peter.maydell@linaro.org" , Markus Armbruster , "qemu-devel@nongnu.org" Am 13.06.2012 13:03, schrieb Stefano Stabellini: > On Wed, 13 Jun 2012, Markus Armbruster wrote: >> Xen compile-tested only. Stefano, please give it a whirl. >> >> v3: Replaced bdrv_get_format() on Peter's request >> >> v2: Moved a declaration to an inner block on Stefano's request. >> >> Markus Armbruster (3): >> block: Replace bdrv_get_format() by bdrv_get_format_name() >> xen: Don't change -drive if=xen device name during machine init >> xen: Don't peek behind the BlockDriverState abstraction >> >> block.c | 11 ++++------- >> block.h | 2 +- >> hw/xen_devconfig.c | 13 ++++++------- >> hw/xen_disk.c | 3 +-- >> qemu-img.c | 5 ++--- >> 5 files changed, 14 insertions(+), 20 deletions(-) > > > You can stick my acked-by on patch 2/3 and 3/3. > Given that patch 1/3 is a generic block patch, I think that this series > should go through Kevin. Thanks, applied all to the block branch. Kevin