From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36919 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGugW-0001O0-Cn for qemu-devel@nongnu.org; Tue, 25 May 2010 10:00:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGug9-00069q-Oq for qemu-devel@nongnu.org; Tue, 25 May 2010 10:00:26 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:37465) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGug9-00069X-MC for qemu-devel@nongnu.org; Tue, 25 May 2010 10:00:21 -0400 Received: by vws6 with SMTP id 6so26256vws.4 for ; Tue, 25 May 2010 07:00:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4BFBD622.20100@redhat.com> References: <1274783056-14759-1-git-send-email-stefanha@linux.vnet.ibm.com> <1274783056-14759-8-git-send-email-stefanha@linux.vnet.ibm.com> <4BFBBCC3.2080905@redhat.com> <4BFBD622.20100@redhat.com> Date: Tue, 25 May 2010 15:00:20 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 7/7] trace: Trace virtqueue operations List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Anthony Liguori , Stefan Hajnoczi , kvm@vger.kernel.org, Jan Kiszka , qemu-devel@nongnu.org, Prerna Saxena On Tue, May 25, 2010 at 2:52 PM, Avi Kivity wrote: > Hm. =A0Perhaps we can convert %{type} to %p for backends which don't supp= ort > it, and to whatever format they do support for those that do. True. Stefan