From: "Alejandro Vallejo" <alejandro.vallejo@cloud.com>
To: "Jan Beulich" <jbeulich@suse.com>, "Penny Zheng" <Penny.Zheng@amd.com>
Cc: ray.huang@amd.com,
"Stefano Stabellini" <stefano.stabellini@amd.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Anthony PERARD" <anthony.perard@vates.tech>,
"Michal Orzel" <michal.orzel@amd.com>,
"Julien Grall" <julien@xen.org>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Sergiy Kibrik" <Sergiy_Kibrik@epam.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH v1 01/19] xen: introduce CONFIG_SYSCTL
Date: Fri, 14 Mar 2025 09:51:55 +0000 [thread overview]
Message-ID: <D8FWAI9SCVYQ.1MXWRT6VR9Z9W@cloud.com> (raw)
In-Reply-To: <1f394187-ffb6-4ddf-a6b4-e1f2384b5244@suse.com>
On Thu Mar 13, 2025 at 4:24 PM GMT, Jan Beulich wrote:
> On 13.03.2025 11:58, Alejandro Vallejo wrote:
> > Hi,
> >
> > On Wed Mar 12, 2025 at 4:06 AM GMT, Penny Zheng wrote:
> >> From: Stefano Stabellini <stefano.stabellini@amd.com>
> >>
> >
> > Commit message?
> >
> >> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
> >> Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
> >> Signed-off-by: Penny Zheng <Penny.Zheng@amd.com>
> >> ---
> >> xen/common/Kconfig | 9 +++++++++
> >> 1 file changed, 9 insertions(+)
> >>
> >> diff --git a/xen/common/Kconfig b/xen/common/Kconfig
> >> index 6166327f4d..72e1d7ea97 100644
> >> --- a/xen/common/Kconfig
> >> +++ b/xen/common/Kconfig
> >> @@ -519,6 +519,15 @@ config TRACEBUFFER
> >> to be collected at run time for debugging or performance analysis.
> >> Memory and execution overhead when not active is minimal.
> >>
> >> +menu "Supported hypercall interfaces"
> >> + visible if EXPERT
> >
> > Any particular reason for placing it in the middle of the common menu and not
> > at the end?
> >
> >> +
> >> +config SYSCTL
> >> + bool "Enable sysctl hypercall"
> >
> > meganit: Arguably "sysctl" is a hypercall group rather than a hypercall, so
> > "Enable sysctl hypercalls" sounds (subjectively) more appropriate.
>
> I disagree. I view it as one hypercall with many sub-ops.
One could make the same argument for sysctl and domctl being a single hypercall
with different ops.
Regardless, nit as it is, I don't think it matters much either way.
Cheers,
Alejandro
next prev parent reply other threads:[~2025-03-14 9:52 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-12 4:06 [PATCH v1 00/19] xen: introduce CONFIG_SYSCTL Penny Zheng
2025-03-12 4:06 ` [PATCH v1 01/19] " Penny Zheng
2025-03-12 4:10 ` Penny, Zheng
2025-03-12 8:34 ` Jan Beulich
2025-03-13 10:58 ` Alejandro Vallejo
2025-03-13 16:24 ` Jan Beulich
2025-03-14 9:51 ` Alejandro Vallejo [this message]
2025-03-12 4:06 ` [PATCH v1 02/19] xen/xsm: wrap around xsm_sysctl with CONFIG_SYSCTL Penny Zheng
2025-03-12 8:38 ` Jan Beulich
2025-03-13 11:43 ` Alejandro Vallejo
2025-03-13 12:05 ` Jan Beulich
2025-03-13 14:31 ` Alejandro Vallejo
2025-03-12 4:06 ` [PATCH v1 03/19] xen/sysctl: wrap around XEN_SYSCTL_readconsole Penny Zheng
2025-03-13 12:02 ` Alejandro Vallejo
2025-03-20 8:02 ` Penny, Zheng
2025-03-20 8:46 ` Jan Beulich
2025-03-20 9:01 ` Penny, Zheng
2025-03-12 4:06 ` [PATCH v1 04/19] xen/sysctl: make CONFIG_TRACEBUFFER depend on CONFIG_SYSCTL Penny Zheng
2025-03-12 23:07 ` Stefano Stabellini
2025-03-12 4:06 ` [PATCH v1 05/19] xen/sysctl: wrap around XEN_SYSCTL_sched_id Penny Zheng
2025-03-12 23:09 ` Stefano Stabellini
2025-03-13 12:04 ` Alejandro Vallejo
2025-03-12 4:06 ` [PATCH v1 06/19] xen/sysctl: wrap around XEN_SYSCTL_perfc_op Penny Zheng
2025-03-12 23:12 ` Stefano Stabellini
2025-03-13 8:23 ` Jan Beulich
2025-03-13 21:50 ` Stefano Stabellini
2025-03-12 4:06 ` [PATCH v1 07/19] xen/sysctl: wrap around XEN_SYSCTL_lockprof_op Penny Zheng
2025-03-12 23:13 ` Stefano Stabellini
2025-03-13 8:24 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 08/19] xen/sysctl: introduce CONFIG_PM_STATISTIC Penny Zheng
2025-03-13 8:44 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 09/19] xen/sysctl: make CONFIG_PM_STATISTIC depend on CONFIG_SYSCTL Penny Zheng
2025-03-13 8:45 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 10/19] xen/page: fix return type of online_page() Penny Zheng
2025-03-12 23:17 ` Stefano Stabellini
2025-03-13 8:30 ` Jan Beulich
2025-03-13 15:12 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 11/19] xen/sysctl: wrap around XEN_SYSCTL_page_offline_op Penny Zheng
2025-03-12 23:19 ` Stefano Stabellini
2025-03-13 8:47 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 12/19] xen/sysctl: wrap around XEN_SYSCTL_cpupool_op Penny Zheng
2025-03-12 23:23 ` Stefano Stabellini
2025-03-12 4:06 ` [PATCH v1 13/19] xen/sysctl: wrap around XEN_SYSCTL_scheduler_op Penny Zheng
2025-03-12 23:26 ` Stefano Stabellini
2025-03-12 4:06 ` [PATCH v1 14/19] xen: make avail_domheap_pages() static Penny Zheng
2025-03-12 23:28 ` Stefano Stabellini
2025-03-12 23:34 ` Stefano Stabellini
2025-03-12 4:06 ` [PATCH v1 15/19] xen/sysctl: wrap around XEN_SYSCTL_physinfo Penny Zheng
2025-03-12 23:35 ` Stefano Stabellini
2025-03-13 9:00 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 16/19] xen/sysctl: wrap around XEN_SYSCTL_coverage_op Penny Zheng
2025-03-12 23:37 ` Stefano Stabellini
2025-03-12 4:06 ` [PATCH v1 17/19] xen/sysctl: wrap around XEN_SYSCTL_livepatch_op Penny Zheng
2025-03-12 23:38 ` Stefano Stabellini
2025-03-13 9:04 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 18/19] xen/sysctl: wrap around arch-specific arch_do_sysctl Penny Zheng
2025-03-12 23:44 ` Stefano Stabellini
2025-03-13 9:05 ` Jan Beulich
2025-03-13 16:33 ` Jan Beulich
2025-03-24 7:59 ` Penny, Zheng
2025-03-24 10:09 ` Jan Beulich
2025-03-12 4:06 ` [PATCH v1 19/19] xen/sysctl: wrap around sysctl hypercall Penny Zheng
2025-03-14 9:27 ` Jan Beulich
2025-03-24 6:11 ` Penny, Zheng
2025-03-24 10:12 ` 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=D8FWAI9SCVYQ.1MXWRT6VR9Z9W@cloud.com \
--to=alejandro.vallejo@cloud.com \
--cc=Penny.Zheng@amd.com \
--cc=Sergiy_Kibrik@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=ray.huang@amd.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=stefano.stabellini@amd.com \
--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.