aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-04-04 16:40:31 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-07-15 19:10:15 +0200
commit62b8cc1ecb376f39df67590f8c82914b923a6f15 (patch)
tree1b521636e59f8e70e4d39e1cca46f97e5e93afbf /include/hw/arm
parent9a4e273ddec3927920c5958d2226c6b38b543336 (diff)
downloadqemu-62b8cc1ecb376f39df67590f8c82914b923a6f15.zip
qemu-62b8cc1ecb376f39df67590f8c82914b923a6f15.tar.gz
qemu-62b8cc1ecb376f39df67590f8c82914b923a6f15.tar.bz2
hw/xen/arch_hvm: Unify x86 and ARM variants
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> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Message-Id: <20250513171737.74386-1-philmd@linaro.org>
Diffstat (limited to 'include/hw/arm')
-rw-r--r--include/hw/arm/xen_arch_hvm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/hw/arm/xen_arch_hvm.h b/include/hw/arm/xen_arch_hvm.h
deleted file mode 100644
index 8fd645e..0000000
--- a/include/hw/arm/xen_arch_hvm.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef HW_XEN_ARCH_ARM_HVM_H
-#define HW_XEN_ARCH_ARM_HVM_H
-
-#include <xen/hvm/ioreq.h>
-void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
-void arch_xen_set_memory(XenIOState *state,
- MemoryRegionSection *section,
- bool add);
-#endif