From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWhak-0003UO-Aa for qemu-devel@nongnu.org; Tue, 01 Sep 2015 05:11:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWhag-0003RB-9R for qemu-devel@nongnu.org; Tue, 01 Sep 2015 05:10:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWhaf-0003Qx-Mj for qemu-devel@nongnu.org; Tue, 01 Sep 2015 05:10:53 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id B6D54C18F6AF for ; Tue, 1 Sep 2015 09:10:52 +0000 (UTC) Date: Tue, 1 Sep 2015 10:10:51 +0100 From: Stefan Hajnoczi Message-ID: <20150901091051.GA5051@stefanha-thinkpad.redhat.com> References: <1439548063-18410-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439548063-18410-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH] trace-events: Add hmp completion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com On Fri, Aug 14, 2015 at 11:27:43AM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add completion for the trace event names in the hmp trace-event > command. > > Signed-off-by: Dr. David Alan Gilbert > --- > hmp-commands.hx | 1 + > hmp.h | 1 + > monitor.c | 20 ++++++++++++++++++++ > 3 files changed, 22 insertions(+) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan