]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: Implement STORE CHANNEL PATH STATUS
authorDavid Hildenbrand <david@redhat.com>
Fri, 8 Dec 2017 16:02:03 +0000 (17:02 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (17:56 +0100)
commitb9b0a4dc13cc6180c79056a7d15e828e93a24a41
treea0b5652ffcf863cd58155a655c8ecf551e5891db
parenta9de75a0b8b5acb26f26bd0048f0a33b416e5f66
s390x/tcg: Implement STORE CHANNEL PATH STATUS

Just like KVM does, we should suppress this instruction:
    When this instruction is not provided, it is
    checked for privileged operation exception and the
    instruction is suppressed by the machine

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