Pierrick Bouvier <pierrick.bouv...@linaro.org> writes: > There is no more QAPI files that need to be compiled per target, so we > can remove this.
Yes, with the target-specific conditonals gone, no QAPI-generated file needs to be compiled per target. Garbage collection has two parts: * qapi_specific_outputs has become empty, and can be removed (this patch) * Monolithic files (qapi_nonmodule_outputs) can now be compiled just once (next patch) Suggest to say "qapi_specific_outputs is now empty, so we can ...". > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org> Reviewed-by: Markus Armbruster <arm...@redhat.com>