From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
To: qemu-devel@nongnu.org
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
alex.bennee@linaro.org, kvm@vger.kernel.org, philmd@linaro.org,
manos.pitsidianakis@linaro.org, pierrick.bouvier@linaro.org,
richard.henderson@linaro.org, Paolo Bonzini <pbonzini@redhat.com>,
"Maciej S. Szmigiero" <maciej.szmigiero@oracle.com>
Subject: [PATCH v5 5/8] hw/hyperv/balloon: common balloon compilation units
Date: Thu, 24 Apr 2025 16:28:26 -0700 [thread overview]
Message-ID: <20250424232829.141163-6-pierrick.bouvier@linaro.org> (raw)
In-Reply-To: <20250424232829.141163-1-pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
hw/hyperv/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/hyperv/meson.build b/hw/hyperv/meson.build
index a9f2045a9af..5acd709bdd5 100644
--- a/hw/hyperv/meson.build
+++ b/hw/hyperv/meson.build
@@ -2,5 +2,5 @@ specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
specific_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.c'))
system_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
system_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))
-specific_ss.add(when: 'CONFIG_HV_BALLOON', if_true: files('hv-balloon.c', 'hv-balloon-page_range_tree.c', 'hv-balloon-our_range_memslots.c'))
+system_ss.add(when: 'CONFIG_HV_BALLOON', if_true: files('hv-balloon.c', 'hv-balloon-page_range_tree.c', 'hv-balloon-our_range_memslots.c'))
system_ss.add(when: 'CONFIG_HV_BALLOON', if_false: files('hv-balloon-stub.c'))
--
2.39.5
next prev parent reply other threads:[~2025-04-24 23:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-24 23:28 [PATCH v5 0/8] hw/hyperv: remove duplication compilation units Pierrick Bouvier
2025-04-24 23:28 ` [PATCH v5 1/8] hw/hyperv/hv-balloon-stub: common compilation unit Pierrick Bouvier
2025-04-24 23:28 ` [PATCH v5 2/8] hw/hyperv/hyperv.h: header cleanup Pierrick Bouvier
2025-04-24 23:28 ` [PATCH v5 3/8] hw/hyperv/vmbus: common compilation unit Pierrick Bouvier
2025-04-24 23:28 ` [PATCH v5 4/8] hw/hyperv/syndbg: " Pierrick Bouvier
2025-04-24 23:28 ` Pierrick Bouvier [this message]
2025-04-24 23:28 ` [PATCH v5 6/8] hw/hyperv/hyperv_testdev: " Pierrick Bouvier
2025-04-24 23:28 ` [PATCH v5 7/8] include/system: make functions accessible from common code Pierrick Bouvier
2025-04-25 11:10 ` Philippe Mathieu-Daudé
2025-04-28 15:53 ` Richard Henderson
2025-04-29 16:38 ` Maciej S. Szmigiero
2025-04-24 23:28 ` [PATCH v5 8/8] hw/hyperv/hyperv: common compilation unit Pierrick Bouvier
2025-04-28 15:54 ` Richard Henderson
2025-04-24 23:30 ` [PATCH v5 0/8] hw/hyperv: remove duplication compilation units Pierrick Bouvier
2025-04-29 16:39 ` Maciej S. Szmigiero
2025-04-29 16:44 ` Philippe Mathieu-Daudé
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=20250424232829.141163-6-pierrick.bouvier@linaro.org \
--to=pierrick.bouvier@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=maciej.szmigiero@oracle.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=mtosatti@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).