[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 0/8] s390x/tcg: Implement some z14 facilities
From: |
Richard Henderson |
Subject: |
Re: [PATCH v1 0/8] s390x/tcg: Implement some z14 facilities |
Date: |
Fri, 25 Sep 2020 15:43:21 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 9/22/20 3:31 AM, David Hildenbrand wrote:
> With this patchset, I can boot a kernel compiled for z14 (requiring
> Miscellaneous-Instruction-Extensions Facility 2) (using -cpu max).
Excellent.
Looks like it wouldn't take too much additional work for z15, if you're of a
mind while we're at it.
Message-Security-Assist 9:
KDSA to ignore, like KMA.
Miscellaneous-Instruction-Extensions 3:
A bunch of logical operations, all of which
already have tcg primitives.
SELECT, which can re-use op_loc with different inputs.
MOVE RIGHT TO LEFT, which can't reuse do_helper_mvc
directly, but could be a copy with trivial changes.
Trivial changes to op_popcnt.
Vector-Enhancements 2:
Mostly load/store byte-reversed.
New vector shift insns.
FP/Int conversions.
Vector string search.
r~
- [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), (continued)
- [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), David Hildenbrand, 2020/09/22
- Re: [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), Richard Henderson, 2020/09/22
- Re: [PATCH v1 6/8] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), Richard Henderson, 2020/09/25
- [PATCH v1 7/8] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2, David Hildenbrand, 2020/09/22
- [PATCH v1 8/8] s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA), David Hildenbrand, 2020/09/22
- Re: [PATCH v1 0/8] s390x/tcg: Implement some z14 facilities, no-reply, 2020/09/22
- Re: [PATCH v1 0/8] s390x/tcg: Implement some z14 facilities,
Richard Henderson <=