From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE1Nw-0000Rn-V2 for qemu-devel@nongnu.org; Thu, 13 Feb 2014 13:51:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WE1Nq-00025T-UW for qemu-devel@nongnu.org; Thu, 13 Feb 2014 13:51:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE1Nq-00025O-D4 for qemu-devel@nongnu.org; Thu, 13 Feb 2014 13:51:38 -0500 Message-ID: <52FD14C9.2070402@redhat.com> Date: Thu, 13 Feb 2014 19:54:01 +0100 From: Max Reitz MIME-Version: 1.0 References: <1392221707-12916-1-git-send-email-benoit.canet@irqsave.net> <1392221707-12916-3-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1392221707-12916-3-git-send-email-benoit.canet@irqsave.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] block: Open by reference will try device then node_name. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Beno=EEt_Canet?= , qemu-devel@nongnu.org Cc: kwolf@redhat.com, Benoit Canet On 12.02.2014 17:15, Beno=EEt Canet wrote: > Since we introduced node_name for named bs of the graph modify the open= ing by > reference to use it as a fallback. > > This patch also enforce the separation of the device id and graph node > namespaces. > > Signed-off-by: Benoit Canet > --- > block.c | 10 ++++++++-- > blockdev.c | 6 ++++++ > 2 files changed, 14 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz