diff options
author | David Hildenbrand | 2017-11-30 17:27:31 +0100 |
---|---|---|
committer | Cornelia Huck | 2017-12-14 17:56:54 +0100 |
commit | fc21eb6bd9f340e8d2083064e86cf09868e69872 (patch) | |
tree | 0d3a5e5e0ee963498122570ecd0e0b2ee098c03a /target/s390x/internal.h | |
parent | s390x/tcg: get rid of runtime_exception() (diff) | |
download | qemu-fc21eb6bd9f340e8d2083064e86cf09868e69872.tar.gz qemu-fc21eb6bd9f340e8d2083064e86cf09868e69872.tar.xz qemu-fc21eb6bd9f340e8d2083064e86cf09868e69872.zip |
s390x/tcg: rip out dead tpi code
It is broken and not even wired up. We'll add a new handler soon, but
that will live somewhere else.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171130162744.25442-4-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/internal.h')
-rw-r--r-- | target/s390x/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/s390x/internal.h b/target/s390x/internal.h index db39d5bfac..603b0d7a7c 100644 --- a/target/s390x/internal.h +++ b/target/s390x/internal.h @@ -388,7 +388,6 @@ void ioinst_handle_stcrw(S390CPU *cpu, uint32_t ipb); void ioinst_handle_stsch(S390CPU *cpu, uint64_t reg1, uint32_t ipb); int ioinst_handle_tsch(S390CPU *cpu, uint64_t reg1, uint32_t ipb); void ioinst_handle_chsc(S390CPU *cpu, uint32_t ipb); -int ioinst_handle_tpi(S390CPU *cpu, uint32_t ipb); void ioinst_handle_schm(S390CPU *cpu, uint64_t reg1, uint64_t reg2, uint32_t ipb); void ioinst_handle_rsch(S390CPU *cpu, uint64_t reg1); |