|
From: | Xiaoyao Li |
Subject: | Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants |
Date: | Wed, 14 May 2025 13:11:17 +0800 |
User-agent: | Mozilla Thunderbird |
On 5/14/2025 1:17 AM, Philippe Mathieu-Daudé wrote:
As each target declares the same prototypes, we can use a single header, removing the TARGET_XXX uses. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
...
diff --git a/hw/arm/xen-pvh.c b/hw/arm/xen-pvh.c index 4b26bcff7a5..1a9eeb01c8e 100644 --- a/hw/arm/xen-pvh.c +++ b/hw/arm/xen-pvh.c @@ -10,7 +10,6 @@ #include "hw/boards.h" #include "system/system.h" #include "hw/xen/xen-pvh-common.h" -#include "hw/xen/arch_hvm.h"#define TYPE_XEN_ARM MACHINE_TYPE_NAME("xenpvh")
This chunk seems unrelated.
[Prev in Thread] | Current Thread | [Next in Thread] |