qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 6/7] include/qemu: Split out plugin-event.h


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 6/7] include/qemu: Split out plugin-event.h
Date: Fri, 10 Mar 2023 23:04:10 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 10/3/23 20:52, Richard Henderson wrote:
The usage in hw/core/cpu.h only requires QEMU_PLUGIN_EV_MAX.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/hw/core/cpu.h       |  2 +-
  include/qemu/plugin-event.h | 26 ++++++++++++++++++++++++++
  include/qemu/plugin.h       | 17 +----------------
  3 files changed, 28 insertions(+), 17 deletions(-)
  create mode 100644 include/qemu/plugin-event.h

diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
index 75689bff02..821e937020 100644
--- a/include/hw/core/cpu.h
+++ b/include/hw/core/cpu.h
@@ -30,7 +30,7 @@
  #include "qemu/rcu_queue.h"
  #include "qemu/queue.h"
  #include "qemu/thread.h"
-#include "qemu/plugin.h"

\o/

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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