All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v2 0/8] testing/next (without-features, gitlab, python)
@ 2020-12-10 19:04 Alex Bennée
  2020-12-10 19:04 ` [PATCH v2 1/8] configure: include moxie-softmmu in deprecated_targets_list Alex Bennée
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Alex Bennée @ 2020-12-10 19:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: fam, berrange, stefanb, Alex Bennée, richard.henderson,
	f4bug, cota, stefanha, marcandre.lureau, pbonzini, aurelien

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



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2020-12-16 15:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 19:04 [PATCH v2 0/8] testing/next (without-features, gitlab, python) Alex Bennée
2020-12-10 19:04 ` [PATCH v2 1/8] configure: include moxie-softmmu in deprecated_targets_list Alex Bennée
2020-12-11  6:18   ` Thomas Huth
2020-12-11 18:46   ` Wainer dos Santos Moschetta
2020-12-10 19:04 ` [PATCH v2 2/8] gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build Alex Bennée
2020-12-11  6:14   ` Thomas Huth
2020-12-11 18:49   ` Wainer dos Santos Moschetta
2020-12-10 19:04 ` [PATCH v2 3/8] configure: move gettext detection to meson.build Alex Bennée
2020-12-16 14:19   ` Alex Bennée
2020-12-16 14:30     ` Paolo Bonzini
2020-12-16 15:27       ` Alex Bennée
2020-12-16 15:35         ` Paolo Bonzini
2020-12-10 19:04 ` [PATCH v2 4/8] configure: add --without-default-features Alex Bennée
2020-12-11  7:53   ` Thomas Huth
2020-12-11  9:44     ` Alex Bennée
2020-12-10 19:04 ` [PATCH v2 5/8] python: add __repr__ to ConsoleSocket to aid debugging Alex Bennée
2020-12-10 19:04 ` [PATCH v2 6/8] gitlab: move --without-default-devices build from Travis Alex Bennée
2020-12-11  6:15   ` Thomas Huth
2020-12-11 18:55   ` Wainer dos Santos Moschetta
2020-12-10 19:04 ` [PATCH v2 7/8] gitlab: add --without-default-features build Alex Bennée
2020-12-11  6:16   ` Thomas Huth
2020-12-10 19:04 ` [PATCH v2 8/8] tests/tcg: build tests with -Werror Alex Bennée
2020-12-10 22:07   ` Philippe Mathieu-Daudé
2020-12-11  7:55   ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.