qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Subject: Re: [PATCH 1/3] migration: compile migration/ram.c once
Date: Fri, 25 Jul 2025 10:26:52 -1000	[thread overview]
Message-ID: <a5b33bb7-18db-403a-920d-542feaace8df@linaro.org> (raw)
In-Reply-To: <20250725201729.17100-2-pierrick.bouvier@linaro.org>

On 7/25/25 10:17, Pierrick Bouvier wrote:
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> ---
>   migration/meson.build | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/migration/meson.build b/migration/meson.build
> index 9aa48b290e2..36fb950b3b1 100644
> --- a/migration/meson.build
> +++ b/migration/meson.build
> @@ -31,6 +31,7 @@ system_ss.add(files(
>     'multifd-zero-page.c',
>     'options.c',
>     'postcopy-ram.c',
> +  'ram.c',
>     'savevm.c',
>     'socket.c',
>     'tls.c',
> @@ -50,5 +51,4 @@ system_ss.add(when: uadk, if_true: files('multifd-uadk.c'))
>   system_ss.add(when: qatzip, if_true: files('multifd-qatzip.c'))
>   
>   specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
> -                if_true: files('ram.c',
> -                               'target.c'))
> +                if_true: files('target.c'))

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


  reply	other threads:[~2025-07-25 20:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a5b33bb7-18db-403a-920d-542feaace8df@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).