configure: move accelerator logic to meson
commit8a19980e3fc42239aae054bc9debc52781d7b803
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Sep 2020 09:37:01 +0000 (18 05:37 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 3 Oct 2020 12:18:55 +0000 (3 08:18 -0400)
treed4561b42a35a1e55cadf597fd79fff0cdd4b465d
parent3bd40ec7aefc795146dfed00a33b52c5398e0c79
configure: move accelerator logic to meson

Move to meson the code to detect the presence of accelerators, and
to define accelerator-specific config-target.h symbols.

The logic for now is duplicated in configure because it is still
in use to build the list of targets (which is in turn used to
create the config-target.mak files).  The next patches remove it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build