mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
63685bc489
commit
f68ecdd4f3
4 changed files with 22 additions and 10 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue