s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELD
authorDavid Hildenbrand <david@redhat.com>
Fri, 8 Dec 2017 16:01:56 +0000 (17:01 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (17:56 +0100)
commit257a119ee3464a0558d47f692fb007b2713e24ec
tree6cc73936402fd257779615049a0cca003ade66a2
parentb8d55db07089493da8cc264ab5991253e1102822
s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELD

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. Sufficient for now.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171208160207.26494-4-david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/misc_helper.c
target/s390x/translate.c