Age | Commit message (Expand) | Author | Files | Lines |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 1 | -1/+1 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2020-12-19 | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 1 | -1/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -4/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-08-27 | s390_flic: Move KVMS390FLICState typedef to header | Eduardo Habkost | 1 | -2/+2 |
2020-01-27 | s390x: adapter routes error handling | Cornelia Huck | 1 | -0/+8 |
2020-01-27 | intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load() | Daniel Henrique Barboza | 1 | -7/+3 |
2019-12-18 | hw/intc/s390: Simplify error handling in kvm_s390_flic_realize() | Markus Armbruster | 1 | -6/+4 |
2019-12-18 | error: Clean up unusual names of Error * variables | Markus Armbruster | 1 | -5/+5 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-09-23 | s390x/kvm: Officially require at least kernel 3.15 | Thomas Huth | 1 | -6/+0 |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+1 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -2/+2 |
2018-02-09 | s390x/kvm: cache the kvm flic in a central function | David Hildenbrand | 1 | -5/+16 |
2018-02-09 | s390x/flic: factor out injection of floating interrupts | David Hildenbrand | 1 | -5/+58 |
2018-02-09 | s390x/flic: simplify flic initialization | David Hildenbrand | 1 | -12/+0 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -2/+4 |
2017-08-30 | s390x/kvm: move KVM declarations and stubs to separate files | David Hildenbrand | 1 | -0/+1 |
2017-07-14 | s390x/flic: migrate ais states | Yi Min Zhao | 1 | -0/+81 |
2017-07-14 | s390x/cpumodel: add zpci, aen and ais facilities | Yi Min Zhao | 1 | -3/+0 |
2017-07-14 | s390x/flic: introduce inject_airq callback | Yi Min Zhao | 1 | -0/+18 |
2017-07-14 | s390x/flic: introduce modify_ais_mode callback | Fei Li | 1 | -0/+36 |
2017-07-14 | s390x: add flags field for registering I/O adapter | Fei Li | 1 | -1/+2 |
2017-07-05 | s390x: fix realize inheritance for kvm-flic | Halil Pasic | 1 | -0/+17 |
2017-07-05 | s390x: fix error propagation in kvm-flic's realize | Halil Pasic | 1 | -2/+10 |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela | 1 | -1/+0 |
2017-02-24 | s390x/flic: fail migration on source already | Cornelia Huck | 1 | -2/+4 |
2017-01-26 | s390x/flic: fix compilation of kvm flic | Cornelia Huck | 1 | -1/+1 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -2/+6 |
2017-01-20 | s390x/kvm: use kvm_gsi_routing_enabled in flic | Fei Li | 1 | -2/+2 |
2016-09-05 | s390x: wrap flic savevm calls into vmstate | Cornelia Huck | 1 | -19/+23 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -3/+2 |
2016-06-14 | s390x/kvm: add interface for clearing IO irqs | Halil Pasic | 1 | -0/+26 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+2 |
2016-01-29 | hw/intc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-09-07 | s390x/kvm: make setting of in-kernel irq routes more efficient | Jens Freimann | 1 | -0/+2 |
2014-06-10 | s390x/kvm: inject via flic | Cornelia Huck | 1 | -0/+10 |
2014-06-10 | s390x/kvm: make flic play well with old kernels | Cornelia Huck | 1 | -2/+4 |
2014-05-20 | s390x/virtio-ccw: wire up irq routing and irqfds | Cornelia Huck | 1 | -0/+66 |
2014-05-20 | s390x: add I/O adapter registration | Cornelia Huck | 1 | -0/+29 |
2014-05-20 | s390x: split flic into kvm and non-kvm parts | Cornelia Huck | 1 | -0/+325 |