Re: [RFC PATCH 04/10] xsm: convert rewrite privilege check function

2021-06-18 Thread Jan Beulich
On 14.05.2021 22:54, Daniel P. Smith wrote: In the title, did you mean just one of "convert" or "rewrite", or did you omit some punctuation? > --- a/xen/include/xen/sched.h > +++ b/xen/include/xen/sched.h > @@ -475,6 +475,12 @@ struct domain > #define XSM_XENSTORE (1U<<31) /* Xenstore: domain t

[RFC PATCH 04/10] xsm: convert rewrite privilege check function

2021-05-14 Thread Daniel P. Smith
This converts the previous XSM hook dummy checks over to using equivalent domain role privileges. Signed-off-by: Daniel P. Smith --- xen/arch/arm/dm.c | 2 +- xen/arch/arm/domctl.c | 6 +- xen/arch/arm/hvm.c| 2 +- xen/arch/arm/mm.c