qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 06/10] trace: remove code that depends on setting vcpu


From: Richard Henderson
Subject: Re: [PATCH v2 06/10] trace: remove code that depends on setting vcpu
Date: Wed, 3 May 2023 10:58:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 5/3/23 10:17, Alex Bennée wrote:
Now we no longer have any events that are for vcpus we can start
excising the code from the trace control. As the vcpu parameter is
encoded as part of QMP we just stub out the has_vcpu/vcpu parameters
rather than alter the API.

Message-Id: <20230420150009.1675181-7-alex.bennee@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  trace/control-internal.h |  10 ----
  trace/control-vcpu.h     |  16 ------
  trace/control.h          |  48 -----------------
  hw/core/cpu-common.c     |   2 -
  stubs/trace-control.c    |  13 -----
  trace/control-target.c   | 110 ++++-----------------------------------
  trace/control.c          |  16 ------
  trace/qmp.c              |  74 +++-----------------------
  trace/trace-hmp-cmds.c   |  17 +-----
  9 files changed, 19 insertions(+), 287 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]