From e27a9d628d7a9d0c31bc48c82937dd73dbbca01a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 20 Jul 2023 09:16:07 +0200 Subject: [PATCH] qapi/trace: Tidy up trace-event-get-state, -set-state documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit trace-event-set-state's explanation of how events are selected is under "Features". Doesn't belong there. Simply delete it, as it feels redundant with documentation of member @name. trace-event-get-state's explanation is under "Returns". Tolerable, but similarly redundant. Delete it, too. Cc: Alex Bennée Signed-off-by: Markus Armbruster Message-ID: <20230720071610.1096458-5-armbru@redhat.com> --- qapi/trace.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/qapi/trace.json b/qapi/trace.json index 39b752fc88..0819d93016 100644 --- a/qapi/trace.json +++ b/qapi/trace.json @@ -60,9 +60,6 @@ # # Returns: a list of @TraceEventInfo for the matching events # -# An event is returned if its name matches the @name pattern -# (There are no longer any per-vCPU events). -# # Since: 2.2 # # Example: @@ -90,10 +87,8 @@ # @vcpu: The vCPU to act upon (all by default; since 2.7). # # Features: -# @deprecated: Member @vcpu is deprecated, and always ignored. # -# An event is enabled if its name matches the @name pattern -# (There are no longer any per-vCPU events). +# @deprecated: Member @vcpu is deprecated, and always ignored. # # Since: 2.2 #