From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WELFE-0003n9-R6 for qemu-devel@nongnu.org; Fri, 14 Feb 2014 11:04:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WELF9-0001t2-Gt for qemu-devel@nongnu.org; Fri, 14 Feb 2014 11:04:04 -0500 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:39916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WELF9-0001so-9J for qemu-devel@nongnu.org; Fri, 14 Feb 2014 11:03:59 -0500 Received: by mail-wi0-f178.google.com with SMTP id cc10so613010wib.11 for ; Fri, 14 Feb 2014 08:03:58 -0800 (PST) Date: Fri, 14 Feb 2014 17:03:56 +0100 From: Stefan Hajnoczi Message-ID: <20140214160356.GE23572@stefanha-thinkpad.redhat.com> References: <1392221707-12916-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1392221707-12916-1-git-send-email-benoit.canet@irqsave.net> Subject: Re: [Qemu-devel] [PATCH 0/2] Make open by reference use id then node-name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: kwolf@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com On Wed, Feb 12, 2014 at 05:15:05PM +0100, Benoît Canet wrote: > This series was asked by Kevin. > It sit on top of the snapshot fix patch and max openv2 series. > > I have done the following tests. > > check qemu-iotest ok > snapshot blockbackend by id ok > open quorum by node-name reference and id reference ok > Error messages seems ok > > Benoît Canet (2): > block: Relax bdrv_lookup_bs constraints. > block: Open by reference will try device then node_name. > > block.c | 36 +++++++++++++++++++----------------- > blockdev.c | 6 ++++++ > 2 files changed, 25 insertions(+), 17 deletions(-) > > -- > 1.8.3.2 > > Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan