[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 11/12] meson.build: enable xenpv machine build for ARM
From: |
Vikram Garhwal |
Subject: |
[PATCH v1 11/12] meson.build: enable xenpv machine build for ARM |
Date: |
Fri, 14 Oct 2022 22:07:49 -0700 |
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>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index b686dfef75..0027d7d195 100644
--- a/meson.build
+++ b/meson.build
@@ -125,7 +125,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']
--
2.17.0
- Re: [PATCH v1 09/12] accel/xen/xen-all: export xenstore_record_dm_state, (continued)
[PATCH v1 08/12] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure, Vikram Garhwal, 2022/10/15
[PATCH v1 04/12] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState, Vikram Garhwal, 2022/10/15
[PATCH v1 11/12] meson.build: enable xenpv machine build for ARM,
Vikram Garhwal <=
[PATCH v1 10/12] hw/arm: introduce xenpv machine, Vikram Garhwal, 2022/10/15
Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine, Alex Bennée, 2022/10/27
Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine, Alex Bennée, 2022/10/27