Pierrick Bouvier <[email protected]> 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é <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > Signed-off-by: Pierrick Bouvier <[email protected]> Reviewed-by: Markus Armbruster <[email protected]>
