From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqmON-0002bh-Mf for qemu-devel@nongnu.org; Mon, 26 Oct 2015 14:21:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqmON-0003wi-11 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 14:21:11 -0400 Date: Mon, 26 Oct 2015 19:21:06 +0100 From: Kevin Wolf Message-ID: <20151026182106.GL4044@noname.redhat.com> References: <1445280546-26226-1-git-send-email-mreitz@redhat.com> <1445280546-26226-5-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445280546-26226-5-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 4/6] qemu-img: Use bdrv_filename() for map List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org Am 19.10.2015 um 20:49 hat Max Reitz geschrieben: > Replaces bs->filename by the result of bdrv_filename() in the > qemu-img map subcommand. Since that value is queried relatively often, > however, it should be cached. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf