[PATCH 03/10] include/qemu: plugin-memory.h doesn't need cpu-defs.h

Alex Bennée posted 10 patches 1 month, 1 week ago
[PATCH 03/10] include/qemu: plugin-memory.h doesn't need cpu-defs.h
Posted by Alex Bennée 1 month, 1 week ago
hwaddr is a fixed size on all builds.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 include/qemu/plugin-memory.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/qemu/plugin-memory.h b/include/qemu/plugin-memory.h
index 71c1123308..6065ec7aaf 100644
--- a/include/qemu/plugin-memory.h
+++ b/include/qemu/plugin-memory.h
@@ -9,7 +9,6 @@
 #ifndef PLUGIN_MEMORY_H
 #define PLUGIN_MEMORY_H
 
-#include "exec/cpu-defs.h"
 #include "exec/hwaddr.h"
 
 struct qemu_plugin_hwaddr {
-- 
2.39.5


Re: [PATCH 03/10] include/qemu: plugin-memory.h doesn't need cpu-defs.h
Posted by Richard Henderson 1 month ago
On 2/25/25 03:08, Alex Bennée wrote:
> hwaddr is a fixed size on all builds.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   include/qemu/plugin-memory.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/include/qemu/plugin-memory.h b/include/qemu/plugin-memory.h
> index 71c1123308..6065ec7aaf 100644
> --- a/include/qemu/plugin-memory.h
> +++ b/include/qemu/plugin-memory.h
> @@ -9,7 +9,6 @@
>   #ifndef PLUGIN_MEMORY_H
>   #define PLUGIN_MEMORY_H
>   
> -#include "exec/cpu-defs.h"
>   #include "exec/hwaddr.h"
>   
>   struct qemu_plugin_hwaddr {

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

r~