mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
s390x/flic: cache the common flic class in a central function
This avoids tons of conversions when handling interrupts. Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20180129125623.21729-19-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
c21a6106c1
commit
6762808fda
5 changed files with 23 additions and 11 deletions
|
@ -136,6 +136,7 @@ void s390_flic_init(void);
|
|||
|
||||
S390FLICState *s390_get_flic(void);
|
||||
QEMUS390FLICState *s390_get_qemu_flic(S390FLICState *fs);
|
||||
S390FLICStateClass *s390_get_flic_class(S390FLICState *fs);
|
||||
bool ais_needed(void *opaque);
|
||||
|
||||
#endif /* HW_S390_FLIC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue