Re: [PATCH] x86: Don't allow HVM alongside PV_SHIM_EXCLUSIVE

2025-07-20 Thread Jan Beulich
On 18.07.2025 18:12, Alejandro Vallejo wrote: > On Fri Jul 18, 2025 at 5:41 PM CEST, Andrew Cooper wrote: >> On 18/07/2025 4:12 pm, Alejandro Vallejo wrote: >>> Otherwise compile-time errors ensue. It's a nonsensical configuration, >>> but it's supriously triggered in randconfig jobs. >>> >>> Fixes

Re: [PATCH] x86: Don't allow HVM alongside PV_SHIM_EXCLUSIVE

2025-07-18 Thread Alejandro Vallejo
On Fri Jul 18, 2025 at 5:41 PM CEST, Andrew Cooper wrote: > On 18/07/2025 4:12 pm, Alejandro Vallejo wrote: >> Otherwise compile-time errors ensue. It's a nonsensical configuration, >> but it's supriously triggered in randconfig jobs. >> >> Fixes: 8b5b49ceb3d9("x86: don't include domctl and alike i

Re: [PATCH] x86: Don't allow HVM alongside PV_SHIM_EXCLUSIVE

2025-07-18 Thread Andrew Cooper
On 18/07/2025 4:12 pm, Alejandro Vallejo wrote: > Otherwise compile-time errors ensue. It's a nonsensical configuration, > but it's supriously triggered in randconfig jobs. > > Fixes: 8b5b49ceb3d9("x86: don't include domctl and alike in shim-excl...") > Signed-off-by: Alejandro Vallejo > --- > xe

[PATCH] x86: Don't allow HVM alongside PV_SHIM_EXCLUSIVE

2025-07-18 Thread Alejandro Vallejo
Otherwise compile-time errors ensue. It's a nonsensical configuration, but it's supriously triggered in randconfig jobs. Fixes: 8b5b49ceb3d9("x86: don't include domctl and alike in shim-excl...") Signed-off-by: Alejandro Vallejo --- xen/arch/x86/hvm/Kconfig | 1 + 1 file changed, 1 insertion(+)