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>