diff mbox series

[PULL,v2,10/10] meson.build: enable xenpv machine build for ARM

Message ID 20230214234330.2107879-10-sstabellini@kernel.org
State New
Headers show
Series [PULL,v2,01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/ | expand

Commit Message

Stefano Stabellini Feb. 14, 2023, 11:43 p.m. UTC
From: Vikram Garhwal <vikram.garhwal@amd.com>

Add CONFIG_XEN for aarch64 device to support build for ARM targets.

Signed-off-by: Vikram Garhwal <vikram.garhwal@amd.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meson.build b/meson.build
index 8292cdcec5..3f08bceba0 100644
--- a/meson.build
+++ b/meson.build
@@ -135,7 +135,7 @@  endif
 if cpu in ['x86', 'x86_64', 'arm', 'aarch64']
   # i386 emulator provides xenpv machine type for multiple architectures
   accelerator_targets += {
-    'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu'],
+    'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu', 'aarch64-softmmu'],
   }
 endif
 if cpu in ['x86', 'x86_64']