From: Alejandro Vallejo <alejandro.vallejo@cloud.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>,
"Jan Beulich" <JBeulich@suse.com>,
"Roger Pau Monné" <roger.pau@citrix.com>, "Wei Liu" <wl@xen.org>
Subject: Re: [PATCH] xen/cpu-policy: Add an IBRS -> AUTO_IBRS dependency
Date: Wed, 31 May 2023 17:01:56 +0100 [thread overview]
Message-ID: <64776f76.df0a0220.3fe7d.ce8b@mx.google.com> (raw)
In-Reply-To: <20230531153028.1224147-1-andrew.cooper3@citrix.com>
On Wed, May 31, 2023 at 04:30:28PM +0100, Andrew Cooper wrote:
> AUTO_IBRS is an extention over regular (AMD) IBRS, and needs hiding if IBRS is
> levelled out for any reason.
True that. My bad.
> ---
> xen/tools/gen-cpuid.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/tools/gen-cpuid.py b/xen/tools/gen-cpuid.py
> index f28ff708a2fc..973fcc1c64e8 100755
> --- a/xen/tools/gen-cpuid.py
> +++ b/xen/tools/gen-cpuid.py
> @@ -319,7 +319,7 @@ def crunch_numbers(state):
> # as dependent features simplifies Xen's logic, and prevents the guest
> # from seeing implausible configurations.
> IBRSB: [STIBP, SSBD, INTEL_PSFD],
> - IBRS: [AMD_STIBP, AMD_SSBD, PSFD,
> + IBRS: [AMD_STIBP, AMD_SSBD, PSFD, AUTO_IBRS,
> IBRS_ALWAYS, IBRS_FAST, IBRS_SAME_MODE],
> AMD_STIBP: [STIBP_ALWAYS],
>
>
> base-commit: 465217b0f872602b4084a1b0fa2ef75377cb3589
> --
> 2.30.2
>
LGTM
Alejandro
next prev parent reply other threads:[~2023-05-31 16:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-31 15:30 [PATCH] xen/cpu-policy: Add an IBRS -> AUTO_IBRS dependency Andrew Cooper
2023-05-31 16:01 ` Alejandro Vallejo [this message]
2023-06-01 8:30 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=64776f76.df0a0220.3fe7d.ce8b@mx.google.com \
--to=alejandro.vallejo@cloud.com \
--cc=JBeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=roger.pau@citrix.com \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.