[PATCH] hw/hyperv: remove duplicate include

Osama Abdelkader posted 1 patch 20 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260420163452.327350-2-osama.abdelkader@gmail.com
hw/hyperv/hyperv.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] hw/hyperv: remove duplicate include
Posted by Osama Abdelkader 20 hours ago
exec/target_page.h is included twice

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

diff --git a/hw/hyperv/hyperv.c b/hw/hyperv/hyperv.c
index a42c2850e3..ffd79fdbf7 100644
--- a/hw/hyperv/hyperv.c
+++ b/hw/hyperv/hyperv.c
@@ -26,7 +26,6 @@
 #include "hw/hyperv/hyperv.h"
 #include "qom/object.h"
 #include "target/i386/kvm/hyperv-proto.h"
-#include "exec/target_page.h"
 
 struct SynICState {
     DeviceState parent_obj;
-- 
2.43.0
Re: [PATCH] hw/hyperv: remove duplicate include
Posted by Philippe Mathieu-Daudé 4 hours ago
On 20/4/26 18:34, Osama Abdelkader wrote:
> exec/target_page.h is included twice
> 
> Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
> ---
>   hw/hyperv/hyperv.c | 1 -
>   1 file changed, 1 deletion(-)

Patch queued, thanks.
Re: [PATCH] hw/hyperv: remove duplicate include
Posted by Pierrick Bouvier 19 hours ago
On 4/20/2026 9:34 AM, Osama Abdelkader wrote:
> exec/target_page.h is included twice
> 
> Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
> ---
>   hw/hyperv/hyperv.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/hw/hyperv/hyperv.c b/hw/hyperv/hyperv.c
> index a42c2850e3..ffd79fdbf7 100644
> --- a/hw/hyperv/hyperv.c
> +++ b/hw/hyperv/hyperv.c
> @@ -26,7 +26,6 @@
>   #include "hw/hyperv/hyperv.h"
>   #include "qom/object.h"
>   #include "target/i386/kvm/hyperv-proto.h"
> -#include "exec/target_page.h"
>   
>   struct SynICState {
>       DeviceState parent_obj;

Thanks for catching this,
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>