qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] buildsys: Avoid building unused objects


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/4] buildsys: Avoid building unused objects
Date: Fri, 4 Feb 2022 16:29:20 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]