index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
s390_flic_kvm.c
Age
Commit message (
Expand
)
Author
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
s390_flic: Move KVMS390FLICState typedef to header
Eduardo Habkost
2020-01-27
s390x: adapter routes error handling
Cornelia Huck
2020-01-27
intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()
Daniel Henrique Barboza
2019-12-18
hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()
Markus Armbruster
2019-12-18
error: Clean up unusual names of Error * variables
Markus Armbruster
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-09-23
s390x/kvm: Officially require at least kernel 3.15
Thomas Huth
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
2018-02-09
s390x/kvm: cache the kvm flic in a central function
David Hildenbrand
2018-02-09
s390x/flic: factor out injection of floating interrupts
David Hildenbrand
2018-02-09
s390x/flic: simplify flic initialization
David Hildenbrand
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-08-30
s390x/kvm: move KVM declarations and stubs to separate files
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/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: fix error propagation in kvm-flic's realize
Halil Pasic
2017-06-01
migration: Split qemu-file.h
Juan Quintela
2017-02-24
s390x/flic: fail migration on source already
Cornelia Huck
2017-01-26
s390x/flic: fix compilation of kvm flic
Cornelia Huck
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
2017-01-20
s390x/kvm: use kvm_gsi_routing_enabled in flic
Fei Li
2016-09-05
s390x: wrap flic savevm calls into vmstate
Cornelia Huck
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-14
s390x/kvm: add interface for clearing IO irqs
Halil Pasic
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-01-29
hw/intc: Clean up includes
Peter Maydell
2015-09-07
s390x/kvm: make setting of in-kernel irq routes more efficient
Jens Freimann
2014-06-10
s390x/kvm: inject via flic
Cornelia Huck
2014-06-10
s390x/kvm: make flic play well with old kernels
Cornelia Huck
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