Re: [PATCH v3 0/2] KVM: MSR-based features

2018-04-17 Thread Paolo Bonzini
On 17/04/2018 10:39, Wanpeng Li wrote: > 2018-02-22 3:39 GMT+08:00 Tom Lendacky : >> The following series implements support within KVM for MSR-based features. >> The first patch creates the MSR-based feature framework used to retrieve >> the available MSR-based features. The second patch makes us

Re: [PATCH v3 0/2] KVM: MSR-based features

2018-04-17 Thread Wanpeng Li
2018-02-22 3:39 GMT+08:00 Tom Lendacky : > The following series implements support within KVM for MSR-based features. > The first patch creates the MSR-based feature framework used to retrieve > the available MSR-based features. The second patch makes use of the > framework to allow a guest to det

Re: [PATCH v3 0/2] KVM: MSR-based features

2018-02-26 Thread Tom Lendacky
On 2/23/2018 5:38 PM, Paolo Bonzini wrote: > On 21/02/2018 20:39, Tom Lendacky wrote: >> The following series implements support within KVM for MSR-based features. >> The first patch creates the MSR-based feature framework used to retrieve >> the available MSR-based features. The second patch make

Re: [PATCH v3 0/2] KVM: MSR-based features

2018-02-23 Thread Paolo Bonzini
On 21/02/2018 20:39, Tom Lendacky wrote: > The following series implements support within KVM for MSR-based features. > The first patch creates the MSR-based feature framework used to retrieve > the available MSR-based features. The second patch makes use of the > framework to allow a guest to det

[PATCH v3 0/2] KVM: MSR-based features

2018-02-21 Thread Tom Lendacky
The following series implements support within KVM for MSR-based features. The first patch creates the MSR-based feature framework used to retrieve the available MSR-based features. The second patch makes use of the framework to allow a guest to determine if the LFENCE instruction is serializing o