[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 22/30] x86/domctl: Update PV domain cpumasks when setting cpuid policy
On 17/02/16 08:22, Jan Beulich wrote: >>>> On 05.02.16 at 14:42, <andrew.cooper3@xxxxxxxxxx> wrote: >> @@ -87,6 +88,93 @@ static void update_domain_cpuid_info(struct domain *d, >> d->arch.x86_model = (ctl->eax >> 4) & 0xf; >> if ( d->arch.x86 >= 0x6 ) >> d->arch.x86_model |= (ctl->eax >> 12) & 0xf0; >> + >> + if ( is_pv_domain(d) ) > For clarity, wouldn't it be reasonable to check the respective > capability flag in all of these conditionals, even if without such > checks what gets set below simply won't ever get used? Even > more, the earlier patch allocating d->arch.pv_domain.cpuidmasks > could skip this allocation if none of the masking capability bits > are set (in which case checking the pointer to be non-NULL would > seem to be the right check here then). Can do. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |