From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Va7On-00048s-4R for qemu-devel@nongnu.org; Sat, 26 Oct 2013 13:11:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Va7Oe-0007G5-N5 for qemu-devel@nongnu.org; Sat, 26 Oct 2013 13:11:41 -0400 Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:45039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Va7Oe-0007Fv-Fg for qemu-devel@nongnu.org; Sat, 26 Oct 2013 13:11:32 -0400 Received: by mail-ee0-f51.google.com with SMTP id d41so2578553eek.24 for ; Sat, 26 Oct 2013 10:11:31 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <526BF7BB.2050707@redhat.com> Date: Sat, 26 Oct 2013 19:11:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1382740234-21345-1-git-send-email-alex@alex.org.uk> <526AF805.90709@redhat.com> <526B6CBF.9050408@redhat.com> <2E1A905E-E781-42E2-B148-97AE9DDDA939@alex.org.uk> In-Reply-To: <2E1A905E-E781-42E2-B148-97AE9DDDA939@alex.org.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv1 0/4] Timers: add timer debugging through -timer-debug-log List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Anthony Liguori , Jan Kiszka , qemu-devel@nongnu.org, liu ping fan , Stefan Hajnoczi , MORITA Kazutaka , rth@twiddle.net Il 26/10/2013 10:24, Alex Bligh ha scritto: > How do timer_file and timer_line get filled in? If those still > need to be put in through code changes, how about taking > patch 1 of the series (that fills in timer->dbg with this > information), save for the unnecessary additions to the structure, > plus whatever is necessary to put the tracepoints in? Sure! Paolo