From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrqnK-0002tV-Uo for qemu-devel@nongnu.org; Fri, 21 Nov 2014 11:10:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrqnE-0002i4-Jw for qemu-devel@nongnu.org; Fri, 21 Nov 2014 11:10:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrqnE-0002hp-Cd for qemu-devel@nongnu.org; Fri, 21 Nov 2014 11:10:44 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sALGAgF4001834 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 21 Nov 2014 11:10:43 -0500 Date: Fri, 21 Nov 2014 17:10:39 +0100 From: Kevin Wolf Message-ID: <20141121161039.GE3956@noname.redhat.com> References: <1415110763-14586-1-git-send-email-mreitz@redhat.com> <1415110763-14586-2-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415110763-14586-2-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/5] block: Get full backing filename from string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 04.11.2014 um 15:19 hat Max Reitz geschrieben: > Introduce bdrv_get_full_backing_filename_from_filename(), a function > which takes the name of the backed file and a potentially relative > backing filename to produce the full (absolute) backing filename. > > Use this function from bdrv_get_full_backing_filename(). > > Signed-off-by: Max Reitz This series needs to be rebased, so I'm just adding: Reviewed-by: Kevin Wolf