From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37020 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P88FS-0006Gg-Nk for qemu-devel@nongnu.org; Tue, 19 Oct 2010 05:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P88FR-0007Bg-Pm for qemu-devel@nongnu.org; Tue, 19 Oct 2010 05:12:46 -0400 Received: from mtagate5.uk.ibm.com ([194.196.100.165]:41901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P88FR-0007BZ-Gn for qemu-devel@nongnu.org; Tue, 19 Oct 2010 05:12:45 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate5.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o9J9Cixa007106 for ; Tue, 19 Oct 2010 09:12:44 GMT Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9J9CifS417884 for ; Tue, 19 Oct 2010 10:12:44 +0100 Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9J9CiLp003149 for ; Tue, 19 Oct 2010 03:12:44 -0600 Date: Tue, 19 Oct 2010 10:12:43 +0100 From: Stefan Hajnoczi Message-ID: <20101019091243.GB2773@stefan-thinkpad.transitives.com> References: <20101019114922.66d7c31d@zephyr> <20101019115750.7ce4a0c7@zephyr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101019115750.7ce4a0c7@zephyr> Subject: [Qemu-devel] Re: [Tracing][v4 PATCH 2/2] Add documentation for QMP interfaces List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Prerna Saxena Cc: Mahesh , Ananth Narayan , qemu-devel , Luiz Capitulino On Tue, Oct 19, 2010 at 11:57:50AM +0530, Prerna Saxena wrote: > [PATCH 2/2] Add documentation for QMP commands: > - query-trace > - query-trace-events > - query-trace-file. > > > Signed-off-by: Prerna Saxena > --- > qmp-commands.hx | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 94 insertions(+), 0 deletions(-) Acked-by: Stefan Hajnoczi