diff options
author | David Hildenbrand <david@redhat.com> | 2017-11-30 17:27:31 +0100 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-12-14 17:56:54 +0100 |
commit | fc21eb6bd9f340e8d2083064e86cf09868e69872 (patch) | |
tree | 0d3a5e5e0ee963498122570ecd0e0b2ee098c03a /include/hw/s390x | |
parent | 7693f77a7f038393b14e54a578cf4b9aeec7a2da (diff) | |
download | qemu-fc21eb6bd9f340e8d2083064e86cf09868e69872.zip qemu-fc21eb6bd9f340e8d2083064e86cf09868e69872.tar.gz qemu-fc21eb6bd9f340e8d2083064e86cf09868e69872.tar.bz2 |
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/hw/s390x')
-rw-r--r-- | include/hw/s390x/css.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/s390x/css.h b/include/hw/s390x/css.h index ab6ebe6..0a14f76 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); |