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

Pierrick Bouvier posted 3 patches 2 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250725201729.17100-1-pierrick.bouvier@linaro.org
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
There is a newer version of this series
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%)
[PATCH 0/3] single-binary: compile once migration files
Posted by Pierrick Bouvier 2 months, 3 weeks ago
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
Re: [PATCH 0/3] single-binary: compile once migration files
Posted by Peter Xu 2 months, 2 weeks ago
On Fri, Jul 25, 2025 at 01:17:26PM -0700, Pierrick Bouvier wrote:
> 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%)

Reviewed-by: Peter Xu <peterx@redhat.com>

-- 
Peter Xu
Re: [PATCH 0/3] single-binary: compile once migration files
Posted by Fabiano Rosas 2 months, 3 weeks ago
Pierrick Bouvier <pierrick.bouvier@linaro.org> writes:

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

Series:

Acked-by: Fabiano Rosas <farosas@suse.de>