qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] single-binary: compile once migration files
@ 2025-07-25 20:17 Pierrick Bouvier
  2025-07-25 20:17 ` [PATCH 1/3] migration: compile migration/ram.c once Pierrick Bouvier
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Pierrick Bouvier @ 2025-07-25 20:17 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Peter Xu, Fabiano Rosas,
	Pierrick Bouvier

This series removes target dependencies in migration code.

Pierrick Bouvier (3):
  migration: compile migration/ram.c once
  migration: rename target.c to vfio.c
  migration/vfio: compile only once

 migration/vfio-stub.c          | 16 ++++++++++++++++
 migration/{target.c => vfio.c} | 16 +---------------
 migration/meson.build          |  8 ++++----
 3 files changed, 21 insertions(+), 19 deletions(-)
 create mode 100644 migration/vfio-stub.c
 rename migration/{target.c => vfio.c} (67%)

-- 
2.47.2



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

end of thread, other threads:[~2025-07-28 20:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 20:17 [PATCH 0/3] single-binary: compile once migration files Pierrick Bouvier
2025-07-25 20:17 ` [PATCH 1/3] migration: compile migration/ram.c once Pierrick Bouvier
2025-07-25 20:26   ` Richard Henderson
2025-07-25 20:17 ` [PATCH 2/3] migration: rename target.c to vfio.c Pierrick Bouvier
2025-07-25 20:27   ` Richard Henderson
2025-07-25 20:17 ` [PATCH 3/3] migration/vfio: compile only once Pierrick Bouvier
2025-07-25 20:29   ` Richard Henderson
2025-07-25 21:11 ` [PATCH 0/3] single-binary: compile once migration files Fabiano Rosas
2025-07-28 20:04 ` Peter Xu

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).