[PATCH] whpx: remove duplicate include

Osama Abdelkader posted 1 patch 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260217204754.101223-1-osama.abdelkader@gmail.com
Maintainers: Pedro Barbuda <pbarbuda@microsoft.com>, Mohamed Mediouni <mohamed@unpredictable.fr>, Peter Maydell <peter.maydell@linaro.org>
target/arm/whpx/whpx-all.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] whpx: remove duplicate include
Posted by Osama Abdelkader 1 month, 3 weeks ago
cpu.h is included twice

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
---
 target/arm/whpx/whpx-all.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/arm/whpx/whpx-all.c b/target/arm/whpx/whpx-all.c
index 36c5e30a03..b0602266af 100644
--- a/target/arm/whpx/whpx-all.c
+++ b/target/arm/whpx/whpx-all.c
@@ -27,7 +27,6 @@
 #include <winerror.h>
 
 #include "syndrome.h"
-#include "cpu.h"
 #include "target/arm/cpregs.h"
 #include "internals.h"
 
-- 
2.43.0
Re: [PATCH] whpx: remove duplicate include
Posted by Peter Maydell 1 month, 3 weeks ago
On Tue, 17 Feb 2026 at 20:48, Osama Abdelkader
<osama.abdelkader@gmail.com> wrote:
>
> cpu.h is included twice
>
> Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
> ---
>  target/arm/whpx/whpx-all.c | 1 -
>  1 file changed, 1 deletion(-)



Applied to target-arm.next, thanks.

-- PMM