RE: [PATCH v3 4/6] target/i386: add support for VMX FRED controls

2024-07-06 Thread Li, Xin3
On 7/6/2024 9:23 AM, Paolo Bonzini wrote: > > > Il sab 6 lug 2024, 17:57 Li, Xin3 > ha scritto: > > >> The bits in the secondary vmexit controls are not supported, and > in general the same > >> is true for the secondary vmexit case. I think it's better

Re: [PATCH v3 4/6] target/i386: add support for VMX FRED controls

2024-07-06 Thread Paolo Bonzini
Il sab 6 lug 2024, 17:57 Li, Xin3 ha scritto: > >> The bits in the secondary vmexit controls are not supported, and in > general the same > >> is true for the secondary vmexit case. I think it's better to not > include the vmx-entry- > >> load-fred bit either, and only do the vmxcap changes. > >

RE: [PATCH v3 4/6] target/i386: add support for VMX FRED controls

2024-07-06 Thread Li, Xin3
>> The bits in the secondary vmexit controls are not supported, and in general >> the same >> is true for the secondary vmexit case. I think it's better to not include >> the vmx-entry- >> load-fred bit either, and only do the vmxcap changes. > Right, we don't need it at all. Hi Paolo, We act

RE: [PATCH v3 4/6] target/i386: add support for VMX FRED controls

2024-06-07 Thread Li, Xin3
> The bits in the secondary vmexit controls are not supported, and in general > the same > is true for the secondary vmexit case. I think it's better to not include > the vmx-entry- > load-fred bit either, and only do the vmxcap changes. Right, we don't need it at all. > > Also, in patch 1 th

Re: [PATCH v3 4/6] target/i386: add support for VMX FRED controls

2024-06-06 Thread Paolo Bonzini
On 11/9/23 08:20, Xin Li wrote: Add VMX FRED controls used to enable save/load of FRED MSRs. Tested-by: Shan Kang Signed-off-by: Xin Li --- scripts/kvm/vmxcap | 3 +++ target/i386/cpu.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/kvm/vmxcap b/scripts/kvm/