Re: [PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility

2023-11-24 Thread Zhao Liu
Hi Ewan, Look good to me. No other comments. Regards, Zhao On Fri, Oct 27, 2023 at 02:08:57AM -0400, Ewan Hai wrote: > Date: Fri, 27 Oct 2023 02:08:57 -0400 > From: Ewan Hai > Subject: Re: [PATCH] target/i386/kvm: Refine VMX controls setting for > backward compatibility

Re: [PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility

2023-10-27 Thread Ewan Hai
: Mon, 25 Sep 2023 03:14:53 -0400 From: EwanHai Subject: [PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility X-Mailer: git-send-email 2.34.1 Commit 4a910e1 ("target/i386: do not set unsupported VMX secondary execution controls") implemented a workaround

Re: [PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility

2023-10-26 Thread Ewan Hai
On 10/25/23 23:20, Zhao Liu wrote: On Mon, Sep 25, 2023 at 03:14:53AM -0400, EwanHai wrote: Date: Mon, 25 Sep 2023 03:14:53 -0400 From: EwanHai Subject: [PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility X-Mailer: git-send-email 2.34.1 Commit 4a910e1 ("t

Re: [PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility

2023-10-25 Thread Zhao Liu
On Mon, Sep 25, 2023 at 03:14:53AM -0400, EwanHai wrote: > Date: Mon, 25 Sep 2023 03:14:53 -0400 > From: EwanHai > Subject: [PATCH] target/i386/kvm: Refine VMX controls setting for backward > compatibility > X-Mailer: git-send-email 2.34.1 > > Commit 4a910e1 (&qu

[PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility

2023-09-25 Thread EwanHai
Commit 4a910e1 ("target/i386: do not set unsupported VMX secondary execution controls") implemented a workaround for hosts that have specific CPUID features but do not support the corresponding VMX controls, e.g., hosts support RDSEED but do not support RDSEED-Exiting. In detail, commit 4a910e1