Re: [PATCH 7/9] configure: remove target configuration

2020-09-20 Thread Paolo Bonzini
On 20/09/20 15:13, 罗勇刚(Yonggang Luo) wrote: > Can these be generated from meson directly? > as makefile finally need to be removed The files aren't generated and are independent of the Makefile infrastructure. Don't think too much of the .mak extension. :) Paolo

Re: [PATCH 7/9] configure: remove target configuration

2020-09-20 Thread Yonggang Luo
Can these be generated from meson directly? as makefile finally need to be removed On Sun, Sep 20, 2020 at 9:09 PM Paolo Bonzini wrote: > > The config-target.mak files are small constant, we can therefore just > write them down explicitly. > > This removes about 10% of the configure script, inclu

[PATCH 7/9] configure: remove target configuration

2020-09-20 Thread Paolo Bonzini
The config-target.mak files are small constant, we can therefore just write them down explicitly. This removes about 10% of the configure script, including the whole logic to detect which accelerators are supported by each target. Signed-off-by: Paolo Bonzini --- configure