On 01/16/2017 10:15 AM, Max Reitz wrote:
> Replaces bs->filename by the result of bdrv_filename() in the
> qemu-img map subcommand. Since that value is queried relatively often,
> however, we should try to reuse the last result.
>
> Signed-off-by: Max Reitz
> ---
> qemu-img.c | 31 ++
Replaces bs->filename by the result of bdrv_filename() in the
qemu-img map subcommand. Since that value is queried relatively often,
however, we should try to reuse the last result.
Signed-off-by: Max Reitz
---
qemu-img.c | 31 +--
1 file changed, 25 insertions(+), 6