Re: [PATCH v4.5 3/8] VMX: tertiary execution control infrastructure

2024-02-06 Thread Jan Beulich
On 06.02.2024 10:28, Roger Pau Monné wrote: > On Mon, Feb 05, 2024 at 02:37:44PM +0100, Jan Beulich wrote: >> This is a prereq to enabling e.g. the MSRLIST feature. >> >> Note that the PROCBASED_CTLS3 MSR is different from other VMX feature >> reporting MSRs, in that all 64 bits report allowed

Re: [PATCH v4.5 3/8] VMX: tertiary execution control infrastructure

2024-02-06 Thread Roger Pau Monné
On Mon, Feb 05, 2024 at 02:37:44PM +0100, Jan Beulich wrote: > This is a prereq to enabling e.g. the MSRLIST feature. > > Note that the PROCBASED_CTLS3 MSR is different from other VMX feature > reporting MSRs, in that all 64 bits report allowed 1-settings. > > vVMX code is left alone, though,

[PATCH v4.5 3/8] VMX: tertiary execution control infrastructure

2024-02-05 Thread Jan Beulich
This is a prereq to enabling e.g. the MSRLIST feature. Note that the PROCBASED_CTLS3 MSR is different from other VMX feature reporting MSRs, in that all 64 bits report allowed 1-settings. vVMX code is left alone, though, for the time being. Signed-off-by: Jan Beulich --- v4.5: Bump