[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v1 for-2.12 6/9] s390x/tcg: Implement SIGA instr
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v1 for-2.12 6/9] s390x/tcg: Implement SIGA instruction |
Date: |
Mon, 4 Dec 2017 18:29:28 +0100 |
On Mon, 4 Dec 2017 15:01:47 +0100
David Hildenbrand <address@hidden> wrote:
> I have no idea what that instruction does, but KVM seems to suppress it,
> setting cc=3 (and as it seems to be an io instruction, it should be
> protected). Let's do the same for TCG, so we're at least equal.
>
> (it is used in the kernel for qdio, I wasn't even able to find the real
> name of that instruction)
<arcane knowledge from previous life>
It's called SIGNAL ADAPTER, and we don't indicate qdio in the chsc
stuff.
</arcane knowledge from previous life>
Following the KVM lead for undocumented stuff is the way to go,
unsatisfying though it is.
[Don't binutils etc. know the name?]
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
> target/s390x/insn-data.def | 1 +
> target/s390x/translate.c | 8 ++++++++
> 2 files changed, 9 insertions(+)
- [qemu-s390x] [PATCH v1 for-2.12 2/9] s390x/tcg: implement Interlocked-Access Facility 2, (continued)
[qemu-s390x] [PATCH v1 for-2.12 6/9] s390x/tcg: Implement SIGA instruction, David Hildenbrand, 2017/12/04
- Re: [qemu-s390x] [PATCH v1 for-2.12 6/9] s390x/tcg: Implement SIGA instruction,
Cornelia Huck <=
[qemu-s390x] [PATCH v1 for-2.12 5/9] s390x/tcg: Implement STORE CHANNEL PATH STATUS, David Hildenbrand, 2017/12/04
[qemu-s390x] [PATCH v1 for-2.12 8/9] s390x/tcg: we already implement the Set-Program-Parameter facility, David Hildenbrand, 2017/12/04
[qemu-s390x] [PATCH v1 for-2.12 7/9] s390x/tcg: implement extract-CPU-time facility, David Hildenbrand, 2017/12/04
[qemu-s390x] [PATCH v1 for-2.12 9/9] s390x: change the QEMU cpu model to a stripped down z12, David Hildenbrand, 2017/12/04