From: Jan Beulich <jbeulich@suse.com>
To: Penny Zheng <Penny.Zheng@amd.com>
Cc: ray.huang@amd.com,
"Daniel P. Smith" <dpsmith@apertussolutions.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH v2 06/26] xen/xsm: wrap xsm_vm_event_control() with CONFIG_VM_EVENT
Date: Thu, 11 Sep 2025 13:03:29 +0200 [thread overview]
Message-ID: <ed59f809-4b6d-4792-a778-1d71efdf313e@suse.com> (raw)
In-Reply-To: <20250910073827.3622177-7-Penny.Zheng@amd.com>
On 10.09.2025 09:38, Penny Zheng wrote:
> Function xsm_vm_event_control() is only invoked under CONFIG_VM_EVENT, so
> it shall be wrapped with it
>
> Signed-off-by: Penny Zheng <Penny.Zheng@amd.com>
> ---
> v1 -> v2:
> - new commit
> ---
> xen/include/xsm/xsm.h | 4 ++--
> xen/xsm/dummy.c | 2 +-
> xen/xsm/flask/hooks.c | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
What about xen/include/xsm/dummy.h?
Jan
next prev parent reply other threads:[~2025-09-11 11:03 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-10 7:38 [PATCH v2 00/26] Disable domctl-op via CONFIG_MGMT_HYPERCALLS Penny Zheng
2025-09-10 7:38 ` [PATCH v2 01/26] xen/x86: move domctl.o out of PV_SHIM_EXCLUSIVE Penny Zheng
2025-09-10 13:47 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 02/26] xen/sysctl: replace CONFIG_SYSCTL with CONFIG_MGMT_DOMCTL Penny Zheng
2025-09-11 1:34 ` Stefano Stabellini
2025-09-11 2:18 ` Stefano Stabellini
2025-09-10 7:38 ` [PATCH v2 03/26] xen/x86: consolidate vram tracking support Penny Zheng
2025-09-10 14:08 ` Jan Beulich
2025-09-11 7:15 ` Penny, Zheng
2025-09-11 7:54 ` Penny, Zheng
2025-09-11 8:10 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 04/26] xen: consolidate CONFIG_VM_EVENT Penny Zheng
2025-09-10 14:56 ` Jan Beulich
2025-09-11 9:20 ` Penny, Zheng
2025-09-11 9:52 ` Jan Beulich
2025-09-13 23:31 ` Tamas K Lengyel
2025-09-14 14:04 ` Jan Beulich
2025-09-24 6:39 ` Penny, Zheng
2025-09-25 5:45 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 05/26] xen/x86: make VM_EVENT depend on CONFIG_MGMT_HYPERCALLS Penny Zheng
2025-09-10 15:06 ` Jan Beulich
2025-09-13 23:21 ` Tamas K Lengyel
2025-09-10 7:38 ` [PATCH v2 06/26] xen/xsm: wrap xsm_vm_event_control() with CONFIG_VM_EVENT Penny Zheng
2025-09-10 13:51 ` Jan Beulich
2025-09-11 1:37 ` Stefano Stabellini
2025-09-11 2:08 ` Stefano Stabellini
2025-09-11 11:03 ` Jan Beulich [this message]
2025-09-10 7:38 ` [PATCH v2 07/26] xen/domctl: wrap domain_pause_by_systemcontroller() with MGMT_HYPERCALLS Penny Zheng
2025-09-10 15:08 ` Jan Beulich
2025-09-24 7:11 ` Penny, Zheng
2025-09-25 5:47 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 08/26] xen/domctl: wrap domain_soft_reset() with CONFIG_MGMT_HYPERCALLS Penny Zheng
2025-09-10 15:13 ` Jan Beulich
2025-09-12 7:18 ` Penny, Zheng
2025-09-12 7:34 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 09/26] xen/domctl: wrap domain_resume() " Penny Zheng
2025-09-11 2:27 ` Stefano Stabellini
2025-09-10 7:38 ` [PATCH v2 10/26] xen/domctl: wrap domain_kill() " Penny Zheng
2025-09-11 2:29 ` Stefano Stabellini
2025-09-10 7:38 ` [PATCH v2 11/26] xen/domctl: wrap domain_set_node_affinity() " Penny Zheng
2025-09-11 2:29 ` Stefano Stabellini
2025-09-10 7:38 ` [PATCH v2 12/26] xen/domctl: wrap vcpu_affinity_domctl() " Penny Zheng
2025-09-10 15:52 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 13/26] xen/domctl: wrap sched_adjust() " Penny Zheng
2025-09-11 2:30 ` Stefano Stabellini
2025-09-11 10:42 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 14/26] xen/domctl: wrap arch-specific arch_get_info_guest() " Penny Zheng
2025-09-11 2:31 ` Stefano Stabellini
2025-09-11 10:45 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 15/26] xen/domctl: wrap xsm_{irq_permission,iomem_permission} " Penny Zheng
2025-09-11 2:34 ` Stefano Stabellini
2025-09-11 11:02 ` Jan Beulich
2025-09-25 7:43 ` Penny, Zheng
2025-09-10 7:38 ` [PATCH v2 16/26] xen/domctl: wrap arch-specific domain_set_time_offset() " Penny Zheng
2025-09-11 2:36 ` Stefano Stabellini
2025-09-11 11:27 ` Jan Beulich
2025-09-25 8:01 ` Penny, Zheng
2025-09-10 7:38 ` [PATCH v2 17/26] xen/domctl: wrap xsm_set_target() " Penny Zheng
2025-09-11 2:37 ` Stefano Stabellini
2025-09-11 11:33 ` Jan Beulich
2025-09-25 8:10 ` Penny, Zheng
2025-09-10 7:38 ` [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() " Penny Zheng
2025-09-11 13:30 ` Jan Beulich
2025-09-25 9:41 ` Penny, Zheng
2025-09-25 14:28 ` Jan Beulich
2025-09-26 4:41 ` Penny, Zheng
2025-09-26 6:53 ` Jan Beulich
2025-09-26 6:57 ` Penny, Zheng
2025-09-26 7:14 ` Jan Beulich
2025-09-26 8:22 ` Penny, Zheng
2025-09-26 8:30 ` Jan Beulich
2025-09-29 15:41 ` Oleksii Kurochko
2025-09-26 19:24 ` Stefano Stabellini
2025-09-28 14:38 ` Jan Beulich
2025-09-29 16:59 ` Stefano Stabellini
2025-09-29 17:04 ` Stefano Stabellini
2025-09-10 7:38 ` [PATCH v2 19/26] xen/domctl: wrap set_global_virq_handler() " Penny Zheng
2025-09-11 2:40 ` Stefano Stabellini
2025-09-10 7:38 ` [PATCH v2 20/26] xen/domctl: wrap iommu-related domctl op " Penny Zheng
2025-09-11 3:12 ` Stefano Stabellini
2025-09-11 11:58 ` Jan Beulich
2025-09-26 9:45 ` Penny, Zheng
2025-09-10 7:38 ` [PATCH v2 21/26] xen/xsm: wrap xsm-iommu-related functions " Penny Zheng
2025-09-11 12:05 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 22/26] xen/domctl: wrap arch_{get,set}_paging_mempool_size() " Penny Zheng
2025-09-11 3:18 ` Stefano Stabellini
2025-09-11 12:12 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 23/26] xen/x86: make CONFIG_X86_PSR depend on CONFIG_MGMT_HYPERCALLS Penny Zheng
2025-09-11 3:22 ` Stefano Stabellini
2025-09-11 12:19 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 24/26] xen/domctl: wrap arch-specific domctl-op with CONFIG_MGMT_HYPERCALLS Penny Zheng
2025-09-11 13:02 ` Jan Beulich
2025-10-11 6:44 ` Penny, Zheng
2025-10-13 6:41 ` Jan Beulich
2025-10-13 7:18 ` Penny, Zheng
2025-10-13 8:30 ` Jan Beulich
2025-10-13 9:25 ` Penny, Zheng
2025-09-10 7:38 ` [PATCH v2 25/26] xen/xsm: wrap xsm functions " Penny Zheng
2025-09-11 13:13 ` Jan Beulich
2025-09-10 7:38 ` [PATCH v2 26/26] xen/domctl: wrap common/domctl.c " Penny Zheng
2025-09-10 13:43 ` Jan Beulich
2025-09-11 13:26 ` 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=ed59f809-4b6d-4792-a778-1d71efdf313e@suse.com \
--to=jbeulich@suse.com \
--cc=Penny.Zheng@amd.com \
--cc=dpsmith@apertussolutions.com \
--cc=ray.huang@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.