From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv5HJ-0001Bg-Hs for qemu-devel@nongnu.org; Wed, 20 May 2015 10:47:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv5HE-0006Tw-NE for qemu-devel@nongnu.org; Wed, 20 May 2015 10:47:25 -0400 From: Alberto Garcia In-Reply-To: <1431105726-3682-4-git-send-email-kwolf@redhat.com> References: <1431105726-3682-1-git-send-email-kwolf@redhat.com> <1431105726-3682-4-git-send-email-kwolf@redhat.com> Date: Wed, 20 May 2015 16:46:58 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 03/34] quorum: Use bdrv_open_image() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: mreitz@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com On Fri 08 May 2015 07:21:35 PM CEST, Kevin Wolf wrote: > Besides standardising on a single interface for opening child nodes, > this simplifies the .bdrv_open() implementation of the quorum block > driver by using block layer functionality for handling BlockdevRefs. > > Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Berto