From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35119 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnU09-0006Ue-Tq for qemu-devel@nongnu.org; Mon, 23 Aug 2010 06:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OnU07-0002hp-UA for qemu-devel@nongnu.org; Mon, 23 Aug 2010 06:11:37 -0400 Received: from mtagate1.de.ibm.com ([195.212.17.161]:54395) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OnU07-0002hd-K5 for qemu-devel@nongnu.org; Mon, 23 Aug 2010 06:11:35 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate1.de.ibm.com (8.13.1/8.13.1) with ESMTP id o7NABVes022703 for ; Mon, 23 Aug 2010 10:11:31 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o7NABVDC4104234 for ; Mon, 23 Aug 2010 12:11:31 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o7NABU74027431 for ; Mon, 23 Aug 2010 12:11:31 +0200 Date: Mon, 23 Aug 2010 11:11:29 +0100 From: Stefan Hajnoczi Subject: Re: [Qemu-devel] [PATCH 14/14] trace: Add user documentation Message-ID: <20100823101125.GC2335@stefan-thinkpad.transitives.com> References: <1281609395-17621-1-git-send-email-stefanha@linux.vnet.ibm.com> <1281609395-17621-15-git-send-email-stefanha@linux.vnet.ibm.com> <4C719AE5.3090405@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C719AE5.3090405@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Julien Desfossez , qemu-devel@nongnu.org, Prerna Saxena On Sun, Aug 22, 2010 at 04:47:17PM -0500, Anthony Liguori wrote: > Please add some information about the restrictions on types. > Clearly, you can't specify just any type in the trace file so what > set of types are allowed? Sure, will fix in v2. Stefan