[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] x86/vmx: Virtualize architectural LBRs


  • To: ngoc-tu.dinh@xxxxxxxxxx
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Tue, 26 Nov 2024 12:49:35 +0100
  • Autocrypt: addr=jbeulich@xxxxxxxx; keydata= xsDiBFk3nEQRBADAEaSw6zC/EJkiwGPXbWtPxl2xCdSoeepS07jW8UgcHNurfHvUzogEq5xk hu507c3BarVjyWCJOylMNR98Yd8VqD9UfmX0Hb8/BrA+Hl6/DB/eqGptrf4BSRwcZQM32aZK 7Pj2XbGWIUrZrd70x1eAP9QE3P79Y2oLrsCgbZJfEwCgvz9JjGmQqQkRiTVzlZVCJYcyGGsD /0tbFCzD2h20ahe8rC1gbb3K3qk+LpBtvjBu1RY9drYk0NymiGbJWZgab6t1jM7sk2vuf0Py O9Hf9XBmK0uE9IgMaiCpc32XV9oASz6UJebwkX+zF2jG5I1BfnO9g7KlotcA/v5ClMjgo6Gl MDY4HxoSRu3i1cqqSDtVlt+AOVBJBACrZcnHAUSuCXBPy0jOlBhxPqRWv6ND4c9PH1xjQ3NP nxJuMBS8rnNg22uyfAgmBKNLpLgAGVRMZGaGoJObGf72s6TeIqKJo/LtggAS9qAUiuKVnygo 3wjfkS9A3DRO+SpU7JqWdsveeIQyeyEJ/8PTowmSQLakF+3fote9ybzd880fSmFuIEJldWxp Y2ggPGpiZXVsaWNoQHN1c2UuY29tPsJgBBMRAgAgBQJZN5xEAhsDBgsJCAcDAgQVAggDBBYC AwECHgECF4AACgkQoDSui/t3IH4J+wCfQ5jHdEjCRHj23O/5ttg9r9OIruwAn3103WUITZee e7Sbg12UgcQ5lv7SzsFNBFk3nEQQCACCuTjCjFOUdi5Nm244F+78kLghRcin/awv+IrTcIWF hUpSs1Y91iQQ7KItirz5uwCPlwejSJDQJLIS+QtJHaXDXeV6NI0Uef1hP20+y8qydDiVkv6l IreXjTb7DvksRgJNvCkWtYnlS3mYvQ9NzS9PhyALWbXnH6sIJd2O9lKS1Mrfq+y0IXCP10eS FFGg+Av3IQeFatkJAyju0PPthyTqxSI4lZYuJVPknzgaeuJv/2NccrPvmeDg6Coe7ZIeQ8Yj t0ARxu2xytAkkLCel1Lz1WLmwLstV30g80nkgZf/wr+/BXJW/oIvRlonUkxv+IbBM3dX2OV8 AmRv1ySWPTP7AAMFB/9PQK/VtlNUJvg8GXj9ootzrteGfVZVVT4XBJkfwBcpC/XcPzldjv+3 HYudvpdNK3lLujXeA5fLOH+Z/G9WBc5pFVSMocI71I8bT8lIAzreg0WvkWg5V2WZsUMlnDL9 mpwIGFhlbM3gfDMs7MPMu8YQRFVdUvtSpaAs8OFfGQ0ia3LGZcjA6Ik2+xcqscEJzNH+qh8V m5jjp28yZgaqTaRbg3M/+MTbMpicpZuqF4rnB0AQD12/3BNWDR6bmh+EkYSMcEIpQmBM51qM EKYTQGybRCjpnKHGOxG0rfFY1085mBDZCH5Kx0cl0HVJuQKC+dV2ZY5AqjcKwAxpE75MLFkr wkkEGBECAAkFAlk3nEQCGwwACgkQoDSui/t3IH7nnwCfcJWUDUFKdCsBH/E5d+0ZnMQi+G0A nAuWpQkjM1ASeQwSHEeAWPgskBQL
  • Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • Delivery-date: Tue, 26 Nov 2024 11:49:51 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 18.11.2024 09:49, ngoc-tu.dinh@xxxxxxxxxx wrote:
> --- a/xen/arch/x86/cpu-policy.c
> +++ b/xen/arch/x86/cpu-policy.c
> @@ -788,6 +788,9 @@ static void __init calculate_hvm_max_policy(void)
>  
>          if ( !cpu_has_vmx_xsaves )
>              __clear_bit(X86_FEATURE_XSAVES, fs);
> +
> +        if ( !cpu_has_vmx_guest_lbr_ctl )
> +            __clear_bit(X86_FEATURE_ARCH_LBR, fs);

How will this be reflected onto leaf 1C? Patch 3 doesn't check this bit.
In fact I wonder whether patch 1 shouldn't introduce dependencies of all
leaf 1C bits upon this one bit (in tools/gen-cpuid.py).

> --- a/xen/arch/x86/hvm/vmx/vmx.c
> +++ b/xen/arch/x86/hvm/vmx/vmx.c
> @@ -423,65 +423,96 @@ static int cf_check vmx_pi_update_irte(const struct 
> vcpu *v,
>      return rc;
>  }
>  
> -static const struct lbr_info {
> +struct lbr_info {
>      u32 base, count;
> -} p4_lbr[] = {
> -    { MSR_P4_LER_FROM_LIP,          1 },
> -    { MSR_P4_LER_TO_LIP,            1 },
> -    { MSR_P4_LASTBRANCH_TOS,        1 },
> -    { MSR_P4_LASTBRANCH_0_FROM_LIP, NUM_MSR_P4_LASTBRANCH_FROM_TO },
> -    { MSR_P4_LASTBRANCH_0_TO_LIP,   NUM_MSR_P4_LASTBRANCH_FROM_TO },
> -    { 0, 0 }
> +    u64 initial;

uint64_t please in new code.

> +};
> +
> +static const struct lbr_info p4_lbr[] = {
> +    { MSR_P4_LER_FROM_LIP,          1, 0 },
> +    { MSR_P4_LER_TO_LIP,            1, 0 },
> +    { MSR_P4_LASTBRANCH_TOS,        1, 0 },
> +    { MSR_P4_LASTBRANCH_0_FROM_LIP, NUM_MSR_P4_LASTBRANCH_FROM_TO, 0 },
> +    { MSR_P4_LASTBRANCH_0_TO_LIP,   NUM_MSR_P4_LASTBRANCH_FROM_TO, 0 },
> +    { 0, 0, 0 }

If these adjustments are really needed, I'd wonder whether we wouldn't be
better of switching to C99 initializers instead.

> +static struct lbr_info __ro_after_init architectural_lbr[] = {
> +    { MSR_IA32_LASTINTFROMIP,        1, 0 },
> +    { MSR_IA32_LASTINTTOIP,          1, 0 },
> +    { MSR_IA32_LER_INFO,             1, 0 },
> +    /* to be updated by update_arch_lbr */

Nit: Comment style (start with a capital letter).

> +    { MSR_IA32_LASTBRANCH_0_INFO,    MAX_MSR_ARCH_LASTBRANCH_FROM_TO, 0 },
> +    { MSR_IA32_LASTBRANCH_0_FROM_IP, MAX_MSR_ARCH_LASTBRANCH_FROM_TO, 0 },
> +    { MSR_IA32_LASTBRANCH_0_TO_IP,   MAX_MSR_ARCH_LASTBRANCH_FROM_TO, 0 },
> +    { 0, 0, 0 }
> +};
> +static uint64_t __ro_after_init host_lbr_depth = 0;

No need for the initializer.

> +static void __init update_arch_lbr(void)
> +{
> +    struct lbr_info *lbr = architectural_lbr;
> +
> +    if ( boot_cpu_has(X86_FEATURE_ARCH_LBR) )
> +        rdmsrl(MSR_IA32_LASTBRANCH_DEPTH, host_lbr_depth);

Again you're reading an MSR here which was never written. Are you perhaps
assuming that the reset value is still in place?

> +    ASSERT((host_lbr_depth % 8) == 0 && (host_lbr_depth <= 64));
> +
> +    for ( ; lbr->count; lbr++ ) {
> +        if ( lbr->base == MSR_IA32_LASTBRANCH_0_INFO ||
> +             lbr->base == MSR_IA32_LASTBRANCH_0_FROM_IP ||
> +             lbr->base == MSR_IA32_LASTBRANCH_0_TO_IP )
> +            lbr->count = (u32)host_lbr_depth;

You don't want to use presently undefined bits here which may happen to
become defined on future hardware. IOW a cast is insufficient here.
(Comment applies to patch 2 as well.)

> @@ -3303,25 +3336,36 @@ static void __init ler_to_fixup_check(void)
>      }
>  }
>  
> -static int is_last_branch_msr(u32 ecx)
> +static const struct lbr_info * find_last_branch_msr(struct vcpu *v, u32 ecx)

Nit: Excess blank after the first *, and please take the opportunity to
switch to uint32_t.

>  {
> +    /*
> +     * Model-specific and architectural LBRs are mutually exclusive.
> +     * It's not necessary to check both lbr_info lists.
> +     */
>      const struct lbr_info *lbr = model_specific_lbr;
> +    const struct cpu_policy *cp = v->domain->arch.cpu_policy;
>  
> -    if ( lbr == NULL )
> -        return 0;
> +    if ( lbr == NULL ) {
> +        if ( cp->feat.arch_lbr )
> +            lbr = architectural_lbr;

I'm inclined to think that this should be independent of lbr being NULL.
That would then also eliminate the style issue (with the placement of the
figure brace).

By the end of the patch / series, what I'm missing are context switch and
migration handling. You want to engage XSAVES to cover both (it being the
first XSS component we support, there'll be prereq work necessary, as I
think Andrew did already point out). Or did I overlook anything?

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.