All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] buildsys: Avoid building unused objects
@ 2022-02-04 15:29 Philippe Mathieu-Daudé via
  2022-02-04 15:29 ` [PATCH 1/4] configure: Restrict TCG to emulation Philippe Mathieu-Daudé via
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Philippe Mathieu-Daudé via @ 2022-02-04 15:29 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé,
	Thomas Huth, Paolo Bonzini, Markus Armbruster, Richard Henderson,
	Philippe Mathieu-Daudé

Hi,

I already sent these patches few times. I am refactoring the whole
tree and building over and over various combinations, and still see
unuseful objects being built, so posting these patches again
(rebased).

Based-on: <20220203193803.45671-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (4):
  configure: Restrict TCG to emulation
  tests/fp: Do not build softfloat3 tests if TCG is disabled
  qom: Remove user-creatable objects from user emulation
  qapi/meson: Restrict machine-specific objects to sysemu

 configure                 | 12 ++++++++++--
 qapi/meson.build          | 20 ++++++++++----------
 qom/meson.build           |  7 ++++++-
 qom/user_creatable-stub.c |  8 ++++++++
 tests/fp/meson.build      |  3 +++
 tests/unit/meson.build    |  2 +-
 6 files changed, 38 insertions(+), 14 deletions(-)
 create mode 100644 qom/user_creatable-stub.c

-- 
2.34.1



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

end of thread, other threads:[~2022-02-04 23:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 15:29 [PATCH 0/4] buildsys: Avoid building unused objects Philippe Mathieu-Daudé via
2022-02-04 15:29 ` [PATCH 1/4] configure: Restrict TCG to emulation Philippe Mathieu-Daudé via
2022-02-04 15:35   ` Thomas Huth
2022-02-04 16:55   ` Paolo Bonzini
2022-02-04 15:29 ` [PATCH 2/4] tests/fp: Do not build softfloat3 tests if TCG is disabled Philippe Mathieu-Daudé via
2022-02-04 15:38   ` Thomas Huth
2022-02-04 15:29 ` [PATCH 3/4] qom: Remove user-creatable objects from user emulation Philippe Mathieu-Daudé via
2022-02-04 15:56   ` Thomas Huth
2022-02-04 16:14     ` Philippe Mathieu-Daudé via
2022-02-04 16:56   ` Paolo Bonzini
2022-02-04 15:29 ` [PATCH 4/4] qapi/meson: Restrict machine-specific objects to sysemu Philippe Mathieu-Daudé via
2022-02-04 16:25   ` Thomas Huth
2022-02-04 17:00   ` Paolo Bonzini
2022-02-04 23:40     ` Philippe Mathieu-Daudé via

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.