Re: [PATCH v8 7/7] KVM: x86: virtualize cpuid faulting

From: Paolo Bonzini
Date: Tue Nov 01 2016 - 18:51:59 EST




On 01/11/2016 19:33, Thomas Gleixner wrote:
> On Tue, 1 Nov 2016, Paolo Bonzini wrote:
>
>>
>>> + vcpu->arch.cpuid_fault = false;
>>
>> This should be conditional on "if (!init_event)". Most MSRs are untouched
>> on an INIT IPI.
>>
>> Otherwise looks good. The patch is independent of the rest, so I would
>> prefer to take it through the KVM tree.
>>
>
> It depends on the FEATURE_ENABLES MSR define, which is part of that series.

Sure, I usually time my pull request anyway so that generic arch stuff
goes in first (KVM comes after architectures in linux-next, too). If
only the first 6 patches are included in tip, I can handle the seventh
myself.

Paolo