meson.build: fix building of Xen support for aarch64
commit0c3e41d40828f78f182c6eb7d54624ce7b0c49f8
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Nov 2020 19:23:09 +0000 (10 19:23 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Nov 2020 11:07:39 +0000 (16 11:07 +0000)
tree39c44848f695694838656f4830303c2c6aadb7bd
parent9cd7dde0730ed823b545910c0d5a676142015e3b
meson.build: fix building of Xen support for aarch64

Xen is supported on ARM although weirdly using the i386-softmmu model.
Checking based on the host CPU meant we never enabled Xen support. It
would be nice to enable CONFIG_XEN for aarch64-softmmu to make it not
seem weird but that will require further build surgery.

Fixes: 8a19980e3f ("configure: move accelerator logic to meson")
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Masami Hiramatsu <masami.hiramatsu@linaro.org>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Paul Durrant <paul@xen.org>
Message-Id: <20201110192316.26397-4-alex.bennee@linaro.org>
meson.build