From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fn3WB-0004wI-Cu for qemu-devel@nongnu.org; Tue, 07 Aug 2018 11:03:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fn3W5-0000H6-Rn for qemu-devel@nongnu.org; Tue, 07 Aug 2018 11:03:27 -0400 From: Alberto Garcia In-Reply-To: <20180628000745.4477-11-mreitz@redhat.com> References: <20180628000745.4477-1-mreitz@redhat.com> <20180628000745.4477-11-mreitz@redhat.com> Date: Tue, 07 Aug 2018 17:03:07 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v9 10/31] block: bdrv_get_full_backing_filename_from_...'s ret. val. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-block@nongnu.org Cc: Kevin Wolf , qemu-devel@nongnu.org On Thu 28 Jun 2018 02:07:24 AM CEST, Max Reitz wrote: > Make bdrv_get_full_backing_filename_from_filename() return an allocated > string instead of placing the result in a caller-provided buffer. > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Berto