s390x/tcg: wire up SET ADDRESS LIMIT
commit86c34633c5a822e5eebed96ae163426e2615abc1
authorDavid Hildenbrand <david@redhat.com>
Fri, 8 Dec 2017 16:02:01 +0000 (8 17:02 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (14 17:56 +0100)
treef33c87a87d60412c46642b2304d68cf877ad0558
parentf400be1813ee581f15bb2e93b463e2d9857e12f4
s390x/tcg: wire up SET ADDRESS LIMIT

Let's handle it just like KVM:
    Depending on the model, this instruction may not be
    provided. When this instruction is not provided, it is
    checked for operand exception and privileged-opera-
    tion exception, and then is suppressed.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171208160207.26494-9-david@redhat.com>
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