mirror of https://github.com/xemu-project/xemu.git
meson.build: enable xenpv machine build for ARM
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>
This commit is contained in:
parent
733766cd37
commit
aaea616d54
|
@ -136,7 +136,7 @@ endif
|
||||||
if cpu in ['x86', 'x86_64', 'arm', 'aarch64']
|
if cpu in ['x86', 'x86_64', 'arm', 'aarch64']
|
||||||
# i386 emulator provides xenpv machine type for multiple architectures
|
# i386 emulator provides xenpv machine type for multiple architectures
|
||||||
accelerator_targets += {
|
accelerator_targets += {
|
||||||
'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu'],
|
'CONFIG_XEN': ['i386-softmmu', 'x86_64-softmmu', 'aarch64-softmmu'],
|
||||||
}
|
}
|
||||||
endif
|
endif
|
||||||
if cpu in ['x86', 'x86_64']
|
if cpu in ['x86', 'x86_64']
|
||||||
|
|
Loading…
Reference in New Issue