Re: [PATCH 4/9] configure: move accelerator logic to meson

2020-09-20 Thread Richard Henderson
On 9/20/20 6:07 AM, Paolo Bonzini wrote: > 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

[PATCH 4/9] configure: move accelerator logic to meson

2020-09-20 Thread Paolo Bonzini
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 p