Age | Commit message (Expand) | Author | Files | Lines |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 1 | -3/+3 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -2/+2 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2018-02-26 | qmp: expose s390-specific CPU info | Viktor Mihajlovski | 1 | -2/+2 |
2018-02-09 | s390x/flic: cache the common flic class in a central function | David Hildenbrand | 1 | -1/+12 |
2018-02-09 | s390x/tcg: cache the qemu flic in a central function | David Hildenbrand | 1 | -6/+17 |
2018-02-09 | s390x/flic: optimize CPU wakeup for TCG | David Hildenbrand | 1 | -2/+29 |
2018-02-09 | s390x/flic: implement qemu_s390_clear_io_flic() | David Hildenbrand | 1 | -2/+29 |
2018-02-09 | s390x/flic: make floating interrupts on TCG actually floating | David Hildenbrand | 1 | -10/+134 |
2018-02-09 | s390x/flic: no need to call s390_io_interrupt() from flic | David Hildenbrand | 1 | -1/+2 |
2018-02-09 | s390x/flic: factor out injection of floating interrupts | David Hildenbrand | 1 | -0/+31 |
2018-02-09 | s390x/tcg: simplify lookup of flic | David Hildenbrand | 1 | -5/+3 |
2018-02-09 | s390x/flic: simplify flic initialization | David Hildenbrand | 1 | -2/+5 |
2017-07-14 | s390x/flic: migrate ais states | Yi Min Zhao | 1 | -0/+20 |
2017-07-14 | s390x/cpumodel: add zpci, aen and ais facilities | Yi Min Zhao | 1 | -1/+2 |
2017-07-14 | s390x/css: add missing css state conditionally | Halil Pasic | 1 | -0/+20 |
2017-07-14 | s390x/flic: introduce inject_airq callback | Yi Min Zhao | 1 | -0/+27 |
2017-07-14 | s390x/flic: introduce modify_ais_mode callback | Fei Li | 1 | -1/+36 |
2017-07-14 | s390x: add flags field for registering I/O adapter | Fei Li | 1 | -1/+1 |
2017-07-05 | s390x: fix realize inheritance for kvm-flic | Halil Pasic | 1 | -2/+2 |
2017-07-05 | s390x: vmstatify config migration for virtio-ccw | Halil Pasic | 1 | -0/+28 |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela | 1 | -1/+0 |
2017-04-21 | s390x/flic: cache flic in s390_get_flic | Fei Li | 1 | -3/+6 |
2017-02-24 | s390x: add property adapter_routes_max_batch | Halil Pasic | 1 | -0/+28 |
2016-06-14 | s390x/kvm: add interface for clearing IO irqs | Halil Pasic | 1 | -0/+8 |
2016-01-29 | hw/intc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-03-16 | s390x: Replace unchecked qdev_init() by qdev_init_nofail() | Markus Armbruster | 1 | -5/+1 |
2014-05-20 | s390x/virtio-ccw: wire up irq routing and irqfds | Cornelia Huck | 1 | -0/+21 |
2014-05-20 | s390x: add I/O adapter registration | Cornelia Huck | 1 | -0/+16 |
2014-05-20 | s390x: split flic into kvm and non-kvm parts | Cornelia Huck | 1 | -287/+31 |
2014-02-27 | s390x/async_pf: Check for apf extension and enable pfault | Dominik Dingel | 1 | -0/+36 |
2014-02-27 | s390x/kvm: implement floating-interrupt controller device | Jens Freimann | 1 | -0/+286 |