Hi, A quick turnaround from the version I posted yesterday. I've cleaned up the --without-default-devices stuff thanks to Paolo's feedback and it's a big win on binary size cutting my qemu-system-aarch64 to around a 1/3rd of it's normal size. I've also enable -Werror for tests/tcg.
All still need some review tags. Alex Bennée (8): configure: include moxie-softmmu in deprecated_targets_list gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build configure: move gettext detection to meson.build configure: add --without-default-features python: add __repr__ to ConsoleSocket to aid debugging gitlab: move --without-default-devices build from Travis gitlab: add --without-default-features build tests/tcg: build tests with -Werror configure | 179 +++++++++++++++++----------------- .gitlab-ci.d/crossbuilds.yml | 6 +- .gitlab-ci.yml | 16 ++- .travis.yml | 8 -- meson_options.txt | 2 +- po/meson.build | 2 +- python/qemu/console_socket.py | 7 ++ tests/tcg/Makefile.target | 2 +- 8 files changed, 119 insertions(+), 103 deletions(-) -- 2.20.1