From: Anthony PERARD <anthony@xenproject.org>
To: Teddy Astie <teddy.astie@vates.tech>,
Julien Grall <julien@xen.org>,
Stefano Stabellini <sstabellini@kernel.org>,
Bertrand Marquis <bertrand.marquis@arm.com>,
Michal Orzel <michal.orzel@amd.com>,
Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Cc: xen-devel@lists.xenproject.org,
Oleksii Kurochko <oleksii.kurochko@gmail.com>,
Community Manager <community.manager@xenproject.org>,
Anthony PERARD <anthony.perard@vates.tech>,
Jan Beulich <jbeulich@suse.com>
Subject: Re: [PATCH v4 2/4] xenpm: Don't build outside of x86
Date: Wed, 7 Jan 2026 16:58:57 +0100 [thread overview]
Message-ID: <aV6CwQx3sNuIMbxl@l14> (raw)
In-Reply-To: <77dc07c4b4431fb53aa5b226d302f437e4314d8c.1766158766.git.teddy.astie@vates.tech>
On Fri, Dec 19, 2025 at 03:42:17PM +0000, Teddy Astie wrote:
> xenpm doesn't provide any interesting usable features outside of x86,
> skip building it if we are not x86.
>
> Suggested-by: Jan Beulich <jbeulich@suse.com>
> Signed-off-by: Teddy Astie <teddy.astie@vates.tech>
Happy with that on the Arm side? Julien suggested so on #XenDevel.
For me, this seems fine:
Acked-by: Anthony PERARD <anthony.perard@vates.tech>
> ---
> CHANGELOG.md | 3 +++
> tools/misc/Makefile | 2 +-
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 3aaf598623..1fa58ce848 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
> deprecated in Xen 4.7 and noted not to work correctly with AMD CPUs from
> 2011 onwards.
>
> + - Removed xenpm on non-x86 platforms as it doesn't actually provide anything
> + useful outside of x86.
> +
> ## [4.21.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.21.0) - 2025-11-19
>
> ### Changed
> diff --git a/tools/misc/Makefile b/tools/misc/Makefile
> index c26e544e83..672df02c3b 100644
> --- a/tools/misc/Makefile
> +++ b/tools/misc/Makefile
> @@ -23,13 +23,13 @@ INSTALL_SBIN-$(CONFIG_X86) += xen-lowmemd
> INSTALL_SBIN-$(CONFIG_X86) += xen-mceinj
> INSTALL_SBIN-$(CONFIG_X86) += xen-memshare
> INSTALL_SBIN-$(CONFIG_X86) += xen-mfndump
> +INSTALL_SBIN-$(CONFIG_X86) += xenpm
Nit: I would sort this by taking the dash `-` into account since we do
so for the arch-common list, so xenpm would go after xen-vmtrace.
> INSTALL_SBIN-$(CONFIG_X86) += xen-ucode
> INSTALL_SBIN-$(CONFIG_X86) += xen-vmtrace
> INSTALL_SBIN += xencov
> INSTALL_SBIN += xenhypfs
> INSTALL_SBIN += xenlockprof
> INSTALL_SBIN += xenperf
> -INSTALL_SBIN += xenpm
> INSTALL_SBIN += xenwatchdogd
> INSTALL_SBIN += xen-access
> INSTALL_SBIN += xen-livepatch
--
Anthony PERARD
next prev parent reply other threads:[~2026-01-07 15:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-19 15:42 [PATCH v4 0/4] Support for Intel temperature sensors (DTS) Teddy Astie
2025-12-19 15:42 ` [PATCH v4 4/4] xenpm: Add get-intel-temp subcommand Teddy Astie
2025-12-22 10:48 ` Jan Beulich
2025-12-19 15:42 ` [PATCH v4 1/4] x86/cpu-policy: define bits of leaf 6 Teddy Astie
2025-12-22 8:12 ` Jan Beulich
2025-12-19 15:42 ` [PATCH v4 3/4] x86/platform: Expose DTS sensors MSR Teddy Astie
2025-12-22 12:40 ` Jan Beulich
2025-12-19 15:42 ` [PATCH v4 2/4] xenpm: Don't build outside of x86 Teddy Astie
2025-12-22 10:44 ` Jan Beulich
2026-01-07 15:58 ` Anthony PERARD [this message]
2026-01-12 11:54 ` Jan Beulich
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=aV6CwQx3sNuIMbxl@l14 \
--to=anthony@xenproject.org \
--cc=Volodymyr_Babchuk@epam.com \
--cc=anthony.perard@vates.tech \
--cc=bertrand.marquis@arm.com \
--cc=community.manager@xenproject.org \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=oleksii.kurochko@gmail.com \
--cc=sstabellini@kernel.org \
--cc=teddy.astie@vates.tech \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.