Age | Commit message (Expand) | Author | Files | Lines |
2020-06-18 | s390x/css: Refactor the css_queue_crw() routine | Eric Farman | 1 | -0/+1 |
2020-06-18 | vfio-ccw: Add support for the schib region | Farhan Ali | 2 | -1/+3 |
2020-06-05 | s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name | Janosch Frank | 1 | -2/+2 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -1/+1 |
2020-04-29 | s390x/s390-virtio-ccw: Fix build on systems without KVM | Christian Borntraeger | 1 | -0/+3 |
2020-04-29 | s390x: protvirt: SCLP interpretation | Janosch Frank | 1 | -0/+2 |
2020-04-29 | s390x: protvirt: Support unpack facility | Janosch Frank | 2 | -0/+56 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (manual) | Philippe Mathieu-Daudé | 2 | -5/+5 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 5 | -5/+4 |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster | 4 | -2/+7 |
2019-06-24 | vfio-ccw: support async command subregion | Cornelia Huck | 2 | -0/+5 |
2019-05-17 | s390/css: handle CCW_FLAG_SKIP | Cornelia Huck | 1 | -0/+1 |
2019-04-12 | s390 vfio-ccw: Add bootindex property and IPLB data | Jason J. Herne | 2 | -0/+29 |
2019-02-18 | target/s390x: Split out s390-tod.h | Richard Henderson | 1 | -15/+1 |
2018-12-20 | hw/s390x: Fix bad mask in time2tod() | Thomas Huth | 1 | -1/+1 |
2018-12-12 | s390x/tod: Properly stop the KVM TOD while the guest is not running | David Hildenbrand | 1 | -1/+7 |
2018-10-12 | s390x/ap: base Adjunct Processor (AP) object model | Tony Krowiak | 2 | -0/+41 |
2018-10-04 | s390x: Fence huge pages prior to 3.1 | Janosch Frank | 1 | -0/+3 |
2018-10-04 | hw/s390x/ioinst: Fix alignment problem in struct SubchDev | Thomas Huth | 2 | -9/+16 |
2018-10-04 | hw/s390x/css: Remove QEMU_PACKED from struct SenseId | Thomas Huth | 1 | -1/+1 |
2018-08-20 | s390x: remove 's390-squash-mcss' option | Cornelia Huck | 3 | -8/+3 |
2018-07-02 | s390x/tcg: properly implement the TOD | David Hildenbrand | 1 | -0/+19 |
2018-07-02 | s390x/tod: factor out TOD into separate device | David Hildenbrand | 1 | -0/+46 |
2018-05-14 | s390x: refactor reset/reipl handling | David Hildenbrand | 1 | -2/+0 |
2018-04-30 | hw/s390x: Allow to configure the consoles with the "-serial" parameter | Thomas Huth | 1 | -0/+2 |
2018-04-30 | s390x/sclp: extend SCLP event masks to 64 bits | Claudio Imbrenda | 1 | -1/+1 |
2018-03-08 | s390x/sclp: clean up sclp masks | Claudio Imbrenda | 1 | -9/+13 |
2018-03-08 | s390x/sclpconsole: Remove dead code - remove exit handlers | Nia Alarie | 1 | -1/+0 |
2018-02-26 | s390x: remove s390_get_memslot_count | Cornelia Huck | 1 | -1/+0 |
2018-02-26 | s390x/sclp: remove memory hotplug support | David Hildenbrand | 1 | -25/+0 |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell | 1 | -1/+1 |
2018-02-09 | s390x/flic: cache the common flic class in a central function | David Hildenbrand | 1 | -0/+1 |
2018-02-09 | s390x/tcg: cache the qemu flic in a central function | David Hildenbrand | 1 | -0/+1 |
2018-02-09 | s390x/flic: make floating interrupts on TCG actually floating | David Hildenbrand | 1 | -0/+41 |
2018-02-09 | s390x/flic: factor out injection of floating interrupts | David Hildenbrand | 1 | -0/+5 |
2018-02-09 | s390x/flic: simplify flic initialization | David Hildenbrand | 1 | -9/+0 |
2018-02-09 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -1/+1 |
2017-12-14 | s390x/css: unrestrict cssids | Halil Pasic | 1 | -8/+4 |
2017-12-14 | s390x/tcg: rip out dead tpi code | David Hildenbrand | 1 | -1/+0 |
2017-10-30 | s390x/kvm: use cpu model for gscb on compat machines | Christian Borntraeger | 1 | -3/+0 |
2017-10-20 | s390x: refactor error handling for MSCH handler | Halil Pasic | 1 | -1/+1 |
2017-10-20 | s390x: refactor error handling for HSCH handler | Halil Pasic | 1 | -1/+1 |
2017-10-20 | s390x: refactor error handling for CSCH handler | Halil Pasic | 1 | -1/+1 |
2017-10-20 | s390x: refactor error handling for XSCH handler | Halil Pasic | 1 | -1/+1 |
2017-10-20 | s390x: improve error handling for SSCH and RSCH | Halil Pasic | 2 | -7/+18 |
2017-10-20 | s390x/css: IO instr handler ending control | Halil Pasic | 1 | -0/+16 |
2017-10-20 | s390x/event-facility: variable-length event masks | Cornelia Huck | 1 | -4/+16 |
2017-10-06 | s390x/3270: IDA support for 3270 via CcwDataStream | Halil Pasic | 1 | -3/+2 |
2017-10-06 | 390x/css: introduce maximum data address checking | Halil Pasic | 1 | -0/+1 |
2017-10-06 | s390x/css: introduce css data stream | Halil Pasic | 1 | -0/+67 |