OSDN Git Service

s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNAL
authorDavid Hildenbrand <david@redhat.com>
Thu, 28 Sep 2017 20:37:01 +0000 (22:37 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 20 Oct 2017 11:32:10 +0000 (13:32 +0200)
commita6880d213b371cec59f780ed16a99f0b1e0df88d
treefa3eeb601d2c293cce2b97994dfbf6f8cde3eced
parentc50105d47c3e13108d4d6d37360c4b105a81ab32
s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNAL

Mostly analogous to the kernel/KVM version (so I assume the checks are
correct :) ). As a preparation for TCG.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170928203708.9376-24-david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.h
target/s390x/sigp.c