index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
s390_flic.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-07-02
hw/intc/s390_flic: Fix interrupt controller migration on s390x with TCG
Thomas Huth
2024-05-17
hw/intc/s390_flic: Fix crash that occurs when saving the machine state
Thomas Huth
2024-05-10
s390_flic: add migration-enabled property
Paolo Bonzini
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-12-29
hw/intc: Constify VMState
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-02-26
qmp: expose s390-specific CPU info
Viktor Mihajlovski
2018-02-09
s390x/flic: cache the common flic class in a central function
David Hildenbrand
2018-02-09
s390x/tcg: cache the qemu flic in a central function
David Hildenbrand
2018-02-09
s390x/flic: optimize CPU wakeup for TCG
David Hildenbrand
2018-02-09
s390x/flic: implement qemu_s390_clear_io_flic()
David Hildenbrand
2018-02-09
s390x/flic: make floating interrupts on TCG actually floating
David Hildenbrand
2018-02-09
s390x/flic: no need to call s390_io_interrupt() from flic
David Hildenbrand
2018-02-09
s390x/flic: factor out injection of floating interrupts
David Hildenbrand
2018-02-09
s390x/tcg: simplify lookup of flic
David Hildenbrand
2018-02-09
s390x/flic: simplify flic initialization
David Hildenbrand
2017-07-14
s390x/flic: migrate ais states
Yi Min Zhao
2017-07-14
s390x/cpumodel: add zpci, aen and ais facilities
Yi Min Zhao
2017-07-14
s390x/css: add missing css state conditionally
Halil Pasic
2017-07-14
s390x/flic: introduce inject_airq callback
Yi Min Zhao
2017-07-14
s390x/flic: introduce modify_ais_mode callback
Fei Li
2017-07-14
s390x: add flags field for registering I/O adapter
Fei Li
2017-07-05
s390x: fix realize inheritance for kvm-flic
Halil Pasic
2017-07-05
s390x: vmstatify config migration for virtio-ccw
Halil Pasic
2017-06-01
migration: Split qemu-file.h
Juan Quintela
2017-04-21
s390x/flic: cache flic in s390_get_flic
Fei Li
2017-02-24
s390x: add property adapter_routes_max_batch
Halil Pasic
2016-06-14
s390x/kvm: add interface for clearing IO irqs
Halil Pasic
2016-01-29
hw/intc: Clean up includes
Peter Maydell
2015-03-16
s390x: Replace unchecked qdev_init() by qdev_init_nofail()
Markus Armbruster
2014-05-20
s390x/virtio-ccw: wire up irq routing and irqfds
Cornelia Huck
2014-05-20
s390x: add I/O adapter registration
Cornelia Huck
2014-05-20
s390x: split flic into kvm and non-kvm parts
Cornelia Huck
2014-02-27
s390x/async_pf: Check for apf extension and enable pfault
Dominik Dingel
2014-02-27
s390x/kvm: implement floating-interrupt controller device
Jens Freimann