From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Ob3-000865-0m for qemu-devel@nongnu.org; Fri, 27 May 2016 16:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6Oay-00023c-Qh for qemu-devel@nongnu.org; Fri, 27 May 2016 16:43:03 -0400 Received: from mail-db3on0132.outbound.protection.outlook.com ([157.55.234.132]:40122 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Oay-00022O-BA for qemu-devel@nongnu.org; Fri, 27 May 2016 16:43:00 -0400 References: <1463473231-491-1-git-send-email-den@openvz.org> <20160527203945.GL27946@stefanha-x1.localdomain> From: "Denis V. Lunev" Message-ID: <5748B14C.6080802@openvz.org> Date: Fri, 27 May 2016 23:42:52 +0300 MIME-Version: 1.0 In-Reply-To: <20160527203945.GL27946@stefanha-x1.localdomain> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] trace: enable tracing in qemu-io/qemu-nbd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Kevin Wolf , Stefan Hajnoczi , Paolo Bonzini On 05/27/2016 11:39 PM, Stefan Hajnoczi wrote: > On Tue, May 17, 2016 at 11:20:28AM +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. >> >> Signed-off-by: Denis V. Lunev >> 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 >> >> qemu-io.c | 13 ++++++++++--- >> qemu-nbd.c | 15 +++++++++++++++ >> trace/control.c | 44 +++++++++++++++++++++++++++++++++++++++++++- >> trace/control.h | 24 +++++++++++++----------- >> vl.c | 37 +------------------------------------ >> 5 files changed, 82 insertions(+), 51 deletions(-) > Looks useful. I'd like to apply the v2 when you send it. > > Stefan yep. I'll do that tomorrow or on monday.