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.zh...@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