Re: [PATCH v2 01/17] xen/xsm: Add XSM_HW_PRIV

2025-07-30 Thread Jason Andryuk
On 2025-07-30 05:28, Jan Beulich wrote: On 16.07.2025 23:14, Jason Andryuk wrote: Xen includes disctinct concepts of a control domain (privileged) and a hardware domain, but there is only a single XSM_PRIV check. For dom0 this is not an issue as they are one and the same. With hyperlaunch and

Re: [PATCH v2 01/17] xen/xsm: Add XSM_HW_PRIV

2025-07-30 Thread Jan Beulich
On 16.07.2025 23:14, Jason Andryuk wrote: > Xen includes disctinct concepts of a control domain (privileged) and a > hardware domain, but there is only a single XSM_PRIV check. For dom0 > this is not an issue as they are one and the same. > > With hyperlaunch and its build capabilities, a non-pri

[PATCH v2 01/17] xen/xsm: Add XSM_HW_PRIV

2025-07-16 Thread Jason Andryuk
Xen includes disctinct concepts of a control domain (privileged) and a hardware domain, but there is only a single XSM_PRIV check. For dom0 this is not an issue as they are one and the same. With hyperlaunch and its build capabilities, a non-privileged hwdom and a privileged control domain should