From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7fx2-0007ZK-Ou for qemu-devel@nongnu.org; Tue, 31 May 2016 05:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7fww-0007Yk-LC for qemu-devel@nongnu.org; Tue, 31 May 2016 05:27:03 -0400 Received: from mail-am1on0124.outbound.protection.outlook.com ([157.56.112.124]:12256 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7fwv-0007YP-SZ for qemu-devel@nongnu.org; Tue, 31 May 2016 05:26:58 -0400 References: <1464685097-512-1-git-send-email-den@openvz.org> <20160531092530.GK21628@redhat.com> From: "Denis V. Lunev" Message-ID: <574D58D9.4060002@openvz.org> Date: Tue, 31 May 2016 12:26:49 +0300 MIME-Version: 1.0 In-Reply-To: <20160531092530.GK21628@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] trace: enable tracing in qemu-io/qemu-nbd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Kevin Wolf , Stefan Hajnoczi , Paolo Bonzini On 05/31/2016 12:25 PM, Daniel P. Berrange wrote: > On Tue, May 31, 2016 at 11:58:14AM +0300, Denis V. Lunev wrote: >> Actually this is a rework of the original patch, set as a part of write-zeroes >> patchset. Moving it out to process via trace tree. >> >> Changes from v1: >> - fixed nits found by Eric >> >> Signed-off-by: Denis V. Lunev >> CC: Eric Blake >> CC: Paolo Bonzini >> CC: Stefan Hajnoczi >> CC: Kevin Wolf >> >> Denis V. Lunev (3): >> trace: move qemu_trace_opts to trace/control.c >> trace: enable tracing in qemu-io >> trace: enable tracing in qemu-nbd > Cool, I wanted this feature just the other day ! Do you fancy > also addinbg it to qemu-img while you're at it, so we have > complete coverage of all block tools. > > > Regards, > Daniel ok. no prob ;)