Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants

2025-07-15 Thread Philippe Mathieu-Daudé
On 13/5/25 19:17, 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é --- include/hw/arm/xen_arch_hvm.h | 9 - include/hw/i386/xen_arch_hvm.h | 11 --- in

Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants

2025-07-15 Thread Philippe Mathieu-Daudé
On 14/5/25 07:11, Xiaoyao Li wrote: 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é ... diff --git a/hw/arm/xen-pvh.c b/hw/arm/xen-pvh.c index 4b26

Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants

2025-05-13 Thread Xiaoyao Li
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é ... diff --git a/hw/arm/xen-pvh.c b/hw/arm/xen-pvh.c index 4b26bcff7a5..1a9eeb01c8e 100644 --- a/hw/

Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants

2025-05-13 Thread Stefano Stabellini
On Tue, 13 May 2025, 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é Reviewed-by: Stefano Stabellini > --- > include/hw/arm/xen_arch_hvm.h | 9 - > inc

Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants

2025-05-13 Thread Pierrick Bouvier
On 5/13/25 10: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é --- include/hw/arm/xen_arch_hvm.h | 9 - include/hw/i386/xen_arch_hvm.h | 11 ---

[PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants

2025-05-13 Thread Philippe Mathieu-Daudé
As each target declares the same prototypes, we can use a single header, removing the TARGET_XXX uses. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/arm/xen_arch_hvm.h | 9 - include/hw/i386/xen_arch_hvm.h | 11 --- include/hw/xen/arch_hvm.h | 14 ++ hw/