From: Hendrik Brueckner <brueckner@linux.ibm.com>
To: Janosch Frank <frankja@linux.ibm.com>
Cc: Hendrik Brueckner <brueckner@linux.ibm.com>,
qemu-devel@nongnu.org, qemu-s390x@nongnu.org, thuth@redhat.com,
nsg@linux.ibm.com, mimu@linux.ibm.com, borntraeger@linux.ibm.com
Subject: Re: [RFC PATCH v2 03/15] s390x/cpumodel: add msa12 changes
Date: Mon, 9 Dec 2024 16:54:55 +0100 [thread overview]
Message-ID: <Z1cSz8uBCZ6SDOrX@linux.ibm.com> (raw)
In-Reply-To: <3601af1b-1324-4635-b64b-00f965551550@linux.ibm.com>
On Mon, Dec 09, 2024 at 04:45:25PM +0100, Janosch Frank wrote:
> On 12/9/24 4:24 PM, Hendrik Brueckner wrote:
> > On Mon, Dec 09, 2024 at 03:48:11PM +0100, Janosch Frank wrote:
> > > On 12/6/24 1:27 PM, Hendrik Brueckner wrote:
> > > > MSA12 changes the KIMD/KLMD instruction format for SHA3/SHAKE.
> > > >
> > > > Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com>
> > > > Reviewed-by: Christian Borntraeger <borntraeger@linux.ibm.com>
> > >
> > > MSA6 is a prereq, no?
> >
> > MSA6 is the prereq. However, there is no explicit feature definition
> > for the MSA_EXT_6 due to no STFLE and subfunctions only. The only
> > way would be to pick one or more / all MSA6 subfunctions for which
> > there is a feature defined...
>
> Which you did for MSA11, no?
The other way around.
Here: MSA_EXT_12 would check/have a dependency on all(?) subfuncs
introduced with MSA_EXT_6.
>
> I'm not saying that subfunc handling is great :)
Let me have a look which functions come with MSA_6 related to KIMD/KLMD.
Would it be OK to have those checks as a separate patch so that cpu
model in general is not blocked?
next prev parent reply other threads:[~2024-12-09 15:56 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 12:27 [RFC PATCH v2 00/15] KVM: s390: CPU model for gen17 Hendrik Brueckner
2024-12-06 12:27 ` [RFC PATCH v2 01/15] s390x/cpumodel: add msa10 subfunctions Hendrik Brueckner
2024-12-06 12:27 ` [RFC PATCH v2 02/15] s390x/cpumodel: add msa11 subfunctions Hendrik Brueckner
2024-12-09 15:04 ` Janosch Frank
2024-12-09 15:29 ` Hendrik Brueckner
2024-12-10 11:52 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 03/15] s390x/cpumodel: add msa12 changes Hendrik Brueckner
2024-12-09 14:48 ` Janosch Frank
2024-12-09 15:24 ` Hendrik Brueckner
2024-12-09 15:45 ` Janosch Frank
2024-12-09 15:54 ` Hendrik Brueckner [this message]
2024-12-10 7:45 ` Janosch Frank
2024-12-10 12:51 ` [RFC PATCH] s390x/cpumodel: add MSA 12 consistency checks Hendrik Brueckner
2024-12-06 12:27 ` [RFC PATCH v2 04/15] s390x/cpumodel: add msa13 subfunctions Hendrik Brueckner
2024-12-09 14:34 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 05/15] s390x/cpumodel: Add ptff Query Time-Stamp Event (QTSE) support Hendrik Brueckner
2024-12-10 12:41 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 06/15] linux-headers: Update to Linux 6.13-rc1 Hendrik Brueckner
2024-12-06 12:27 ` [RFC PATCH v2 07/15] s390x/cpumodel: add Concurrent-functions facility support Hendrik Brueckner
2024-12-10 11:47 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 08/15] s390x/cpumodel: add Vector Enhancements facility 3 Hendrik Brueckner
2024-12-10 11:42 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 09/15] s390x/cpumodel: add Miscellaneous-Instruction-Extensions Facility 4 Hendrik Brueckner
2024-12-10 11:44 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 10/15] s390x/cpumodel: add Vector-Packed-Decimal-Enhancement facility 3 Hendrik Brueckner
2024-12-10 11:43 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 11/15] s390x/cpumodel: add Ineffective-nonconstrained-transaction facility Hendrik Brueckner
2024-12-10 11:49 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 12/15] s390x/cpumodel: Add Sequential-Instruction-Fetching facility Hendrik Brueckner
2024-12-10 11:50 ` Janosch Frank
2024-12-06 12:27 ` [RFC PATCH v2 13/15] s390x/cpumodel: correct PLO feature wording Hendrik Brueckner
2024-12-06 12:27 ` [RFC PATCH v2 14/15] s390x/cpumodel: Add PLO-extension facility Hendrik Brueckner
2024-12-06 12:27 ` [RFC PATCH v2 15/15] s390x/cpumodel: gen17 model Hendrik Brueckner
2024-12-06 14:14 ` [RFC PATCH v2 00/15] KVM: s390: CPU model for gen17 Richard Henderson
2024-12-09 10:14 ` Janosch Frank
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=Z1cSz8uBCZ6SDOrX@linux.ibm.com \
--to=brueckner@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=frankja@linux.ibm.com \
--cc=mimu@linux.ibm.com \
--cc=nsg@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.com \
/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.