From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYwcG-0004go-IC for qemu-devel@nongnu.org; Fri, 20 Mar 2015 09:05:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYwcD-0001NH-BD for qemu-devel@nongnu.org; Fri, 20 Mar 2015 09:05:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYwcD-0001N7-3G for qemu-devel@nongnu.org; Fri, 20 Mar 2015 09:05:29 -0400 Message-ID: <550C1AEE.8050709@redhat.com> Date: Fri, 20 Mar 2015 09:04:46 -0400 From: Max Reitz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] block: add bdrv_get_device_or_node_name() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia , qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , Stefan Hajnoczi On 2015-03-20 at 06:19, Alberto Garcia wrote: > This function gets the device name associated with a BlockDriverState, > or its node name if the device name is empty. > > Signed-off-by: Alberto Garcia > --- > block.c | 9 +++++++++ > block/quorum.c | 5 +---- > include/block/block.h | 1 + > 3 files changed, 11 insertions(+), 4 deletions(-) Reviewed-by: Max Reitz