From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPwOY-00065c-0u for qemu-devel@nongnu.org; Fri, 27 May 2011 08:44:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPwOX-0002OL-2M for qemu-devel@nongnu.org; Fri, 27 May 2011 08:44:01 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:59844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPwOW-0002OB-Pz for qemu-devel@nongnu.org; Fri, 27 May 2011 08:44:01 -0400 Received: by pxi15 with SMTP id 15so1043680pxi.33 for ; Fri, 27 May 2011 05:43:59 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4DDF9C81.2080001@redhat.com> Date: Fri, 27 May 2011 14:43:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1306407411-4290-1-git-send-email-pbonzini@redhat.com> <1306407411-4290-2-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 01/25] scsi: add tracing of scsi requests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Blue Swirl , qemu-devel@nongnu.org On 05/27/2011 10:32 AM, Stefan Hajnoczi wrote: > Either you can > eliminate an argument from this trace event or you could extend the > record size (and bump the version header). The LBA argument isn't always present, so I'll split the event in two. I pushed the result to scsi.3 and I'll post the 3 patches that differ (due to context) shortly. Paolo