summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Hildenbrand2017-11-30 17:27:31 +0100
committerCornelia Huck2017-12-14 17:56:54 +0100
commitfc21eb6bd9f340e8d2083064e86cf09868e69872 (patch)
tree0d3a5e5e0ee963498122570ecd0e0b2ee098c03a /include
parents390x/tcg: get rid of runtime_exception() (diff)
downloadqemu-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 'include')
-rw-r--r--include/hw/s390x/css.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/s390x/css.h b/include/hw/s390x/css.h
index ab6ebe66b5..0a14f76fea 100644
--- a/include/hw/s390x/css.h
+++ b/include/hw/s390x/css.h
@@ -248,7 +248,6 @@ int css_do_tsch_get_irb(SubchDev *sch, IRB *irb, int *irb_len);
void css_do_tsch_update_subch(SubchDev *sch);
int css_do_stcrw(CRW *crw);
void css_undo_stcrw(CRW *crw);
-int css_do_tpi(IOIntCode *int_code, int lowcore);
int css_collect_chp_desc(int m, uint8_t cssid, uint8_t f_chpid, uint8_t l_chpid,
int rfmt, void *buf);
void css_do_schm(uint8_t mbk, int update, int dct, uint64_t mbo);