[PATCH v2 0/2] single-binary: compile once migration files

Pierrick Bouvier posted 2 patches 2 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250730220435.1139101-1-pierrick.bouvier@linaro.org
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
migration/vfio-stub.c | 16 ++++++++++++++++
migration/vfio.c      | 14 --------------
migration/meson.build |  8 ++++----
3 files changed, 20 insertions(+), 18 deletions(-)
create mode 100644 migration/vfio-stub.c
[PATCH v2 0/2] single-binary: compile once migration files
Posted by Pierrick Bouvier 2 months, 2 weeks ago
This series removes target dependencies in migration code.

v2
--

- rebase on top of master (one patch was already merged)

Pierrick Bouvier (2):
  migration: compile migration/ram.c once
  migration/vfio: compile only once

 migration/vfio-stub.c | 16 ++++++++++++++++
 migration/vfio.c      | 14 --------------
 migration/meson.build |  8 ++++----
 3 files changed, 20 insertions(+), 18 deletions(-)
 create mode 100644 migration/vfio-stub.c

-- 
2.47.2
Re: [PATCH v2 0/2] single-binary: compile once migration files
Posted by Philippe Mathieu-Daudé 1 month, 3 weeks ago
On 31/7/25 00:04, Pierrick Bouvier wrote:
> This series removes target dependencies in migration code.


> Pierrick Bouvier (2):
>    migration: compile migration/ram.c once
>    migration/vfio: compile only once

Series queued, thanks!
Re: [PATCH v2 0/2] single-binary: compile once migration files
Posted by Pierrick Bouvier 1 month, 3 weeks ago
On 2025-07-30 15:04, Pierrick Bouvier wrote:
> This series removes target dependencies in migration code.
> 
> v2
> --
> 
> - rebase on top of master (one patch was already merged)
> 
> Pierrick Bouvier (2):
>    migration: compile migration/ram.c once
>    migration/vfio: compile only once
> 
>   migration/vfio-stub.c | 16 ++++++++++++++++
>   migration/vfio.c      | 14 --------------
>   migration/meson.build |  8 ++++----
>   3 files changed, 20 insertions(+), 18 deletions(-)
>   create mode 100644 migration/vfio-stub.c
> 


Ping on this series.
I'll be out next week, but it should be ready to be pulled once the 
trunk reopens.

Regards,
Pierrick