From patchwork Wed Oct 5 12:03:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Llu=C3=ADs_Vilanova?= X-Patchwork-Id: 678407 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3spvbT4txrz9s3s for ; Wed, 5 Oct 2016 23:04:37 +1100 (AEDT) Received: from localhost ([::1]:48657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brkw3-0001Oc-BL for incoming@patchwork.ozlabs.org; Wed, 05 Oct 2016 08:04:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brkv9-0000wA-Nh for qemu-devel@nongnu.org; Wed, 05 Oct 2016 08:03:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brkv6-0006Sj-8A for qemu-devel@nongnu.org; Wed, 05 Oct 2016 08:03:35 -0400 Received: from roura.ac.upc.edu ([147.83.33.10]:54910 helo=roura.ac.upc.es) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brkv5-0006Rr-S3 for qemu-devel@nongnu.org; Wed, 05 Oct 2016 08:03:32 -0400 Received: from gw-3.ac.upc.es (gw-3.ac.upc.es [147.83.30.9]) by roura.ac.upc.es (8.13.8/8.13.8) with ESMTP id u95C3T8J001975; Wed, 5 Oct 2016 14:03:29 +0200 Received: from localhost (unknown [84.88.51.85]) by gw-3.ac.upc.es (Postfix) with ESMTPSA id 7E4FEFE; Wed, 5 Oct 2016 14:03:29 +0200 (CEST) From: =?utf-8?b?TGx1w61z?= Vilanova To: qemu-devel@nongnu.org Date: Wed, 5 Oct 2016 14:03:29 +0200 Message-Id: <147566900921.7708.656450813307396468.stgit@fimbulvetr.bsc.es> X-Mailer: git-send-email 2.9.3 User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 X-MIME-Autoconverted: from 8bit to quoted-printable by roura.ac.upc.es id u95C3T8J001975 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 147.83.33.10 Subject: [Qemu-devel] [PATCH] trace: Add missing execution mode of guest events X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stefan Hajnoczi Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Add missing execution mode documentation for the 'guest_cpu_enter' and 'guest_cpu_reset' events. Signed-off-by: LluĂ­s Vilanova --- trace-events | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trace-events b/trace-events index 1a4e092..6764124 100644 --- a/trace-events +++ b/trace-events @@ -145,11 +145,13 @@ colo_filter_rewriter_conn_offset(uint32_t offset) ": offset=%u\n" # Hot-plug a new virtual (guest) CPU # +# Mode: user, softmmu # Targets: all vcpu guest_cpu_enter(void) # Reset the state of a virtual (guest) CPU # +# Mode: user, softmmu # Targets: all vcpu guest_cpu_reset(void)