On 16/09/2019 12:09, Jan Beulich wrote:
> On 13.09.2019 21:27, Andrew Cooper wrote:
>> @@ -932,6 +932,13 @@ int xc_cpuid_set(
>>              goto fail;
>>          }
>>  
>> +        /*
>> +         * Notes for following this algorithm:
>> +         *
>> +         * While it will accept any leaf data, it only makes sense to use on
>> +         * feature leaves.  regs[] initially contains the host values.  
>> This,
>> +         * with the fall-through chain is how the 's' and 'k' options works.
>> +         */
> Nit: Stray "s" at the very end. And doesn't there want to be a 2nd
> comma after "chain" (I admit this is purely from a German language
> perspective).

Both correct observations.  I was a bit too lazy when adding 's' into
the mix.

Fixed.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to