meson: cleanup Kconfig.host handling
commit0a18911074a1b379540446c6a432b796ab7c436d
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Nov 2020 13:58:32 +0000 (17 14:58 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Jan 2021 20:03:36 +0000 (2 21:03 +0100)
treeb2d50ab7139fcc5e0388bcc2616971f27b42be9f
parent2f2a376a420153ce72444cc015904939b1490001
meson: cleanup Kconfig.host handling

Build the array of command line arguments coming from config_host
once for all targets.  Add all accelerators to accel/Kconfig so
that the command line arguments for accelerators can be computed
easily in the existing "foreach sym: accelerators" loop.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/Kconfig
docs/devel/kconfig.rst
meson.build