From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtMBR-000620-W2 for qemu-devel@nongnu.org; Tue, 25 Nov 2014 14:54:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtMBM-0006hY-TB for qemu-devel@nongnu.org; Tue, 25 Nov 2014 14:53:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtMBM-0006hI-KU for qemu-devel@nongnu.org; Tue, 25 Nov 2014 14:53:52 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAPJrol2017308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 25 Nov 2014 14:53:51 -0500 Message-ID: <5474DE4D.6020201@redhat.com> Date: Tue, 25 Nov 2014 12:53:49 -0700 From: Eric Blake MIME-Version: 1.0 References: <1416822200-31088-1-git-send-email-mreitz@redhat.com> <1416822200-31088-2-git-send-email-mreitz@redhat.com> In-Reply-To: <1416822200-31088-2-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="A9vogDMlvNtImU1DwHP0XiPRPtcJXToPt" Subject: Re: [Qemu-devel] [PATCH v3 1/5] block: Get full backing filename from string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --A9vogDMlvNtImU1DwHP0XiPRPtcJXToPt Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/24/2014 02:43 AM, Max Reitz wrote: > 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. >=20 > Use this function from bdrv_get_full_backing_filename(). >=20 > Signed-off-by: Max Reitz > Reviewed-by: Kevin Wolf > --- > block.c | 16 ++++++++++++---- > include/block/block.h | 3 +++ > 2 files changed, 15 insertions(+), 4 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --A9vogDMlvNtImU1DwHP0XiPRPtcJXToPt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUdN5NAAoJEKeha0olJ0NqtpgH/0gFLpa3Uk5aRZGgowW6NwyO vKY2hzmrDQOQQgIIEekOHknymKNPdJPP5P00Bd4UvRRlfyuz7bpzMfwN7GP36nMj HphALT9KkJHpdrFObKNfj0Ph/R7tC36kZ9YPN4FOazedRSQqG1UXvs2tPIAx8QxO CgSCD1sMnxWxcu6P6S6cB4us/G2tlUapThyKU7tbFY3V8XPmmYWDiMIG127hKODu 5GNU2bCyLXAu29WPNmh2MhDpOKmUMzYzd9IOaffaIUNYnKQOFnGJW46ENVdDujXU Q17IxErGS9WLwlgdRijjiJU4mtwHY+vjR2CvAE/iHU5e3HNZfqywp/Xugn62Rms= =nPlR -----END PGP SIGNATURE----- --A9vogDMlvNtImU1DwHP0XiPRPtcJXToPt--