From: "Daniel P. Berrangé" <berrange@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH] meson: Display summary of Darwin libraries detected
Date: Mon, 17 Feb 2025 14:02:15 +0000 [thread overview]
Message-ID: <Z7NBZ2up95gpFvAf@redhat.com> (raw)
In-Reply-To: <20250212112958.38023-1-philmd@linaro.org>
On Wed, Feb 12, 2025 at 12:29:58PM +0100, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> meson.build | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/meson.build b/meson.build
> index 18cf9e2913b..10f4c9fd30d 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -4826,6 +4826,13 @@ summary_info += {'libdw': libdw}
> if host_os == 'freebsd'
> summary_info += {'libinotify-kqueue': inotify}
> endif
> +if host_os == 'darwin'
> + summary_info += {'Hypervisor support': hvf}
> + summary_info += {'CoreFoundation support': coref}
> + summary_info += {'IOKit support': iokit}
> + summary_info += {'ParavirtualizedGraphics support': pvg}
> + summary_info += {'Metal support': metal}
These last 4 make sense, but I believe we already report HVF earlier
in the accelerators block:
summary_info += {'KVM support': config_all_accel.has_key('CONFIG_KVM')}
summary_info += {'HVF support': config_all_accel.has_key('CONFIG_HVF')}
summary_info += {'WHPX support': config_all_accel.has_key('CONFIG_WHPX')}
summary_info += {'NVMM support': config_all_accel.has_key('CONFIG_NVMM')}
summary_info += {'Xen support': xen.found()}
IIUC CONFIG_HVF is present if 'hvf.found()'
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2025-02-17 14:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 11:29 [PATCH] meson: Display summary of Darwin libraries detected Philippe Mathieu-Daudé
2025-02-17 14:02 ` Daniel P. Berrangé [this message]
2025-02-17 18:37 ` Paolo Bonzini
2025-02-18 14:55 ` Phil Dennis-Jordan
2025-02-19 10:28 ` Paolo Bonzini
2025-02-19 10:36 ` Phil Dennis-Jordan
2025-02-19 10:38 ` Paolo Bonzini
2025-02-19 13:41 ` 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=Z7NBZ2up95gpFvAf@redhat.com \
--to=berrange@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@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).