diff options
| author | David Hildenbrand <david@redhat.com> | 2018-01-29 13:56:21 +0100 |
|---|---|---|
| committer | Cornelia Huck <cohuck@redhat.com> | 2018-02-09 09:37:13 +0100 |
| commit | f68ecdd4f3584130cf0cb8f545b7359fae150fe0 (patch) | |
| tree | 2f3f4a7b5c17dc1cd3b7aa3a17c63282124da43c /include/hw/s390x/s390_flic.h | |
| parent | 63685bc489f68530d50f381a241d8fef5924f41c (diff) | |
| download | focaccia-qemu-f68ecdd4f3584130cf0cb8f545b7359fae150fe0.tar.gz focaccia-qemu-f68ecdd4f3584130cf0cb8f545b7359fae150fe0.zip | |
s390x/tcg: cache the qemu flic in a central function
This avoids tons of conversions when handling interrupts. Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20180129125623.21729-17-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include/hw/s390x/s390_flic.h')
| -rw-r--r-- | include/hw/s390x/s390_flic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/s390x/s390_flic.h b/include/hw/s390x/s390_flic.h index 566d153371..a636afce42 100644 --- a/include/hw/s390x/s390_flic.h +++ b/include/hw/s390x/s390_flic.h @@ -135,6 +135,7 @@ bool qemu_s390_flic_has_any(QEMUS390FLICState *flic); void s390_flic_init(void); S390FLICState *s390_get_flic(void); +QEMUS390FLICState *s390_get_qemu_flic(S390FLICState *fs); bool ais_needed(void *opaque); #endif /* HW_S390_FLIC_H */ |