[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v1 for-2.12 3/5] s390x/tcg: implement SET CLOCK
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v1 for-2.12 3/5] s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELD |
Date: |
Tue, 5 Dec 2017 12:05:38 +0100 |
On Mon, 4 Dec 2017 13:55:03 +0100
David Hildenbrand <address@hidden> wrote:
> Needed for machine check handling inside Linux (when restoring registers).
>
> Except for SIGP and machine checks, we don't make use of the register
> yet. Suficient for now.
s/Suficient/Sufficient/
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
> target/s390x/helper.h | 1 +
> target/s390x/insn-data.def | 2 ++
> target/s390x/misc_helper.c | 11 +++++++++++
> target/s390x/translate.c | 7 +++++++
> 4 files changed, 21 insertions(+)
Looks good to me.
- [qemu-s390x] [PATCH v1 for-2.12 0/5] s390x/tcg: CCW hotplug support, David Hildenbrand, 2017/12/04
- [qemu-s390x] [PATCH v1 for-2.12 2/5] s390x/tcg: fix and cleanup mcck injection, David Hildenbrand, 2017/12/04
- [qemu-s390x] [PATCH v1 for-2.12 3/5] s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELD, David Hildenbrand, 2017/12/04
- [qemu-s390x] [PATCH v1 for-2.12 4/5] s390x/tcg: indicate value of TODPR in STCKE, David Hildenbrand, 2017/12/04
- [qemu-s390x] [PATCH v1 for-2.12 1/5] s390x/kvm: factor out build_channel_report_mcic() into cpu.h, David Hildenbrand, 2017/12/04
- [qemu-s390x] [PATCH v1 for-2.12 5/5] s390x/tcg: wire up STORE CHANNEL REPORT WORD, David Hildenbrand, 2017/12/04