On Mon, 4 Dec 2017 13:55:03 +0100 David Hildenbrand <da...@redhat.com> 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 <da...@redhat.com> > --- > 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.