Re: [PATCH] meson: report accelerator support

2020-09-17 Thread Philippe Mathieu-Daudé
On 9/16/20 9:41 PM, Paolo Bonzini wrote: > Note that the "real" support is reported. A configuration like > --disable-system --enable-kvm will report "no" for "KVM support" because > no KVM-supported target is being compiled. > > Reported-by: Andrew Jones > Signed-off-by: Paolo Bonzini > --- >

[PATCH] meson: report accelerator support

2020-09-16 Thread Paolo Bonzini
Note that the "real" support is reported. A configuration like --disable-system --enable-kvm will report "no" for "KVM support" because no KVM-supported target is being compiled. Reported-by: Andrew Jones Signed-off-by: Paolo Bonzini --- meson.build | 35 --- 1