From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF21u-0001qU-U7 for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:26:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF21s-0004VN-NL for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:26:29 -0400 References: <1466174654-30130-1-git-send-email-den@openvz.org> <1466174654-30130-8-git-send-email-den@openvz.org> From: Eric Blake Message-ID: <5768192B.4080004@redhat.com> Date: Mon, 20 Jun 2016 10:26:19 -0600 MIME-Version: 1.0 In-Reply-To: <1466174654-30130-8-git-send-email-den@openvz.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EUa6h5LA8LEguFXXhej0ECGjavW2Oe5pD" Subject: Re: [Qemu-devel] [PATCH 7/7] trace: enable tracing in qemu-img List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" , qemu-devel@nongnu.org, qemu-block@nongnu.org Cc: Kevin Wolf , stefanha@redhat.com, Paolo Bonzini This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EUa6h5LA8LEguFXXhej0ECGjavW2Oe5pD From: Eric Blake To: "Denis V. Lunev" , qemu-devel@nongnu.org, qemu-block@nongnu.org Cc: Kevin Wolf , stefanha@redhat.com, Paolo Bonzini Message-ID: <5768192B.4080004@redhat.com> Subject: Re: [Qemu-devel] [PATCH 7/7] trace: enable tracing in qemu-img References: <1466174654-30130-1-git-send-email-den@openvz.org> <1466174654-30130-8-git-send-email-den@openvz.org> In-Reply-To: <1466174654-30130-8-git-send-email-den@openvz.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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. >=20 > Signed-off-by: Denis V. Lunev > Suggested by: Daniel P. Berrange > Reviewed-by: Eric Blake > Reviewed-by: Stefan Hajnoczi > CC: Paolo Bonzini > CC: Kevin Wolf > --- --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --EUa6h5LA8LEguFXXhej0ECGjavW2Oe5pD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXaBkrAAoJEKeha0olJ0Nq6L0H/2tnwpjgTheCOob2OMcAY1xD 87fzwPiPjht38mBON9N7WgLqW3/uyDWvbuKC1g2On9b0+lYxrwd0EivGi9nIAoSV Wzf0GgTEPDk7TEa9TuuI7JhNqVboDioD1afPk56XiJFk8G+bKaPeV3YIwLXENAFJ m8zesRxJO5qSk6+o+StKX7Jx+zwUfey/zKr6GoJ41bF0hwmqsgNhgkMB5D30gHEc J9bLXUHMD8qJjoX3cZQOHHA0Rwn7QNDT/+hj8vzO0hbDtvODzTZiBfk0BDvnBmMy Dawd3XMhe91CiDgNRnc7YnjzumHSqVXUMetaKm1dRslJD4YLIGvryAcsKYNIXEE= =MoJD -----END PGP SIGNATURE----- --EUa6h5LA8LEguFXXhej0ECGjavW2Oe5pD--