qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [Qemu-devel] [PATCH 7/7] trace: enable tracing in qemu-


From: Eric Blake
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH 7/7] trace: enable tracing in qemu-img
Date: Mon, 20 Jun 2016 10:26:19 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 06/17/2016 08:44 AM, Denis V. Lunev wrote:
> The command will work this way:
>     qemu-img --trace qcow2* create -f qcow2 1.img 64G

It might be better to write the example as:

qemu-img --trace "qcow2*" create -f qcow2 1.img 64G

if only to make it obvious that we don't want the shell to expand globs
based on file names in the current directory, but are passing a literal
'*' to qemu-img.

> 
> Signed-off-by: Denis V. Lunev <address@hidden>
> Suggested by: Daniel P. Berrange <address@hidden>
> Reviewed-by: Eric Blake <address@hidden>
> Reviewed-by: Stefan Hajnoczi <address@hidden>
> CC: Paolo Bonzini <address@hidden>
> CC: Kevin Wolf <address@hidden>
> ---


-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]