>>> On 04.01.17 at 13:39, <andrew.coop...@citrix.com> wrote:
> --- a/xen/include/asm-x86/domain.h
> +++ b/xen/include/asm-x86/domain.h
> @@ -340,6 +340,9 @@ struct arch_domain
>      /* Is PHYSDEVOP_eoi to automatically unmask the event channel? */
>      bool_t auto_unmask;
>  
> +    /* CPUID Policy. */
> +    struct cpuid_policy *cpuid;
> +
>      /* Values snooped from updates to cpuids[] (below). */
>      u8 x86;                  /* CPU family */
>      u8 x86_vendor;           /* CPU vendor */

This is rather undesirable placement, producing 2 4-byte holes. With
it moved to a better spot
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


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

Reply via email to