[PATCH] hw/core/cpu: Remove final vestiges of dynamic state tracing

Philippe Mathieu-Daudé posted 1 patch 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231129182734.15565-1-philmd@linaro.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>
include/hw/core/cpu.h | 3 ---
1 file changed, 3 deletions(-)
[PATCH] hw/core/cpu: Remove final vestiges of dynamic state tracing
Posted by Philippe Mathieu-Daudé 12 months ago
The dynamic state tracing was removed in commit d0aaf08bb9.

Fixes: d0aaf08bb9 ("tcg: remove the final vestiges of dstate")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 include/hw/core/cpu.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
index c0c8320413..134ecb907e 100644
--- a/include/hw/core/cpu.h
+++ b/include/hw/core/cpu.h
@@ -437,9 +437,6 @@ struct qemu_work_item;
  * @kvm_fd: vCPU file descriptor for KVM.
  * @work_mutex: Lock to prevent multiple access to @work_list.
  * @work_list: List of pending asynchronous work.
- * @trace_dstate_delayed: Delayed changes to trace_dstate (includes all changes
- *                        to @trace_dstate).
- * @trace_dstate: Dynamic tracing state of events for this vCPU (bitmask).
  * @plugin_mask: Plugin event bitmap. Modified only via async work.
  * @ignore_memory_transaction_failures: Cached copy of the MachineState
  *    flag of the same name: allows the board to suppress calling of the
-- 
2.41.0


Re: [PATCH] hw/core/cpu: Remove final vestiges of dynamic state tracing
Posted by Richard Henderson 12 months ago
On 11/29/23 12:27, Philippe Mathieu-Daudé wrote:
> The dynamic state tracing was removed in commit d0aaf08bb9.
> 
> Fixes: d0aaf08bb9 ("tcg: remove the final vestiges of dstate")
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   include/hw/core/cpu.h | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
> index c0c8320413..134ecb907e 100644
> --- a/include/hw/core/cpu.h
> +++ b/include/hw/core/cpu.h
> @@ -437,9 +437,6 @@ struct qemu_work_item;
>    * @kvm_fd: vCPU file descriptor for KVM.
>    * @work_mutex: Lock to prevent multiple access to @work_list.
>    * @work_list: List of pending asynchronous work.
> - * @trace_dstate_delayed: Delayed changes to trace_dstate (includes all changes
> - *                        to @trace_dstate).
> - * @trace_dstate: Dynamic tracing state of events for this vCPU (bitmask).
>    * @plugin_mask: Plugin event bitmap. Modified only via async work.
>    * @ignore_memory_transaction_failures: Cached copy of the MachineState
>    *    flag of the same name: allows the board to suppress calling of the

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

r~