On 3/13/20 11:46 AM, Philippe Mathieu-Daudé wrote: > A lot of QAPI generated code is never used by user-mode. > > Rewrite the QAPI_COMMON_MODULES variable one entry per line, > and split it in 3 groups: > - always used > - use by system-mode or tools > - only used by system-mode > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > qapi/Makefile.objs | 37 +++++++++++++++++++++++++++++++++---- > 1 file changed, 33 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~