qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] single-binary: compile some top level files once
@ 2025-07-30 22:05 Pierrick Bouvier
  2025-07-30 22:05 ` [PATCH v2 1/3] cpu-target: build compilation unit once for user/system Pierrick Bouvier
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Pierrick Bouvier @ 2025-07-30 22:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Richard Henderson, Philippe Mathieu-Daudé, Pierrick Bouvier,
	Marc-André Lureau, Paolo Bonzini, Daniel P. Berrangé

We still have some files left on top files that are compiled per target. Start
with the ones included in this series.

v2
--

- rebase cleanly on top of master
- remove empty page-target.c file

Pierrick Bouvier (3):
  cpu-target: build compilation unit once for user/system
  include/exec/target_page.h: move page-target.c to header
  system/main.c: compile only once

 meson.build                |  9 +++++----
 include/exec/target_page.h | 11 ++++++++++-
 cpu-target.c               |  5 -----
 page-target.c              | 21 ---------------------
 target-info-stub.c         |  4 ++++
 system/meson.build         |  1 +
 6 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 page-target.c

-- 
2.47.2



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

end of thread, other threads:[~2025-09-02  8:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 22:05 [PATCH v2 0/3] single-binary: compile some top level files once Pierrick Bouvier
2025-07-30 22:05 ` [PATCH v2 1/3] cpu-target: build compilation unit once for user/system Pierrick Bouvier
2025-07-30 22:05 ` [PATCH v2 2/3] include/exec/target_page.h: move page-target.c to header Pierrick Bouvier
2025-07-30 22:05 ` [PATCH v2 3/3] system/main.c: compile only once Pierrick Bouvier
2025-09-01 15:07   ` Philippe Mathieu-Daudé
2025-09-01 20:51     ` Philippe Mathieu-Daudé
2025-09-02  8:40       ` Pierrick Bouvier
2025-08-22 14:30 ` [PATCH v2 0/3] single-binary: compile some top level files once Pierrick Bouvier
2025-08-22 14:54 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).