summaryrefslogtreecommitdiffstats
path: root/hw/s390x/virtio-ccw.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-ccw: commands on revision-less devicesCornelia Huck2021-03-041-7/+14
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-3/+12
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* virtio: add Virtio*BusClass sizesCornelia Huck2020-09-021-0/+1
* virtio: verify that legacy support is not accidentally onCornelia Huck2020-07-221-0/+6
* virtio-ccw: fix virtio_set_ind_atomicHalil Pasic2020-07-031-8/+10
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-4/+4
* misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé2020-03-161-1/+1
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* s390x: adapter routes error handlingCornelia Huck2020-01-271-0/+4
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/s390x/virtio-ccw.c: Don't take address of fields in packed structsPeter Maydell2018-12-121-20/+22
* hw/s390x: Move virtio-ccw-blk code to a separate fileThomas Huth2018-08-281-46/+0Star
* hw/s390x: Move virtio-ccw-net code to a separate fileThomas Huth2018-08-281-49/+0Star
* hw/s390x: Move virtio-ccw-input code to a separate fileThomas Huth2018-08-281-98/+0Star
* hw/s390x: Move virtio-ccw-gpu code to a separate fileThomas Huth2018-08-281-47/+0Star
* hw/s390x: Move vhost-vsock-ccw code to a separate fileThomas Huth2018-08-281-47/+0Star
* hw/s390x: Move virtio-ccw-crypto code to a separate fileThomas Huth2018-08-281-55/+0Star
* hw/s390x: Move virtio-ccw-9p code to a separate fileThomas Huth2018-08-281-48/+0Star
* hw/s390x: Move virtio-ccw-rng code to a separate fileThomas Huth2018-08-281-53/+0Star
* hw/s390x: Move virtio-ccw-scsi code to a separate fileThomas Huth2018-08-281-104/+0Star
* hw/s390x: Move virtio-ccw-balloon code to a separate fileThomas Huth2018-08-281-49/+0Star
* hw/s390x: Move virtio-ccw-serial code to a separate fileThomas Huth2018-08-281-58/+0Star
* hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()Thomas Huth2018-08-281-15/+7Star
* s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-201-4/+1Star
* error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé2018-07-111-3/+1Star
* virtio-ccw: clean up notifyHalil Pasic2018-06-181-4/+9
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* s390x/ccw: make sure all ccw devices are properly resetCornelia Huck2018-05-141-3/+6
* virtio-ccw: common reset handlerCornelia Huck2018-05-141-12/+1Star
* s390x/virtio: Convert virtio-ccw from *_exit to *_unrealizeNia Alarie2018-03-081-17/+17
* s390x/flic: cache the common flic class in a central functionDavid Hildenbrand2018-02-091-2/+2
* hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()Alistair Francis2018-01-221-2/+3
* Remove empty statementsLadi Prosek2017-12-181-1/+1
* s390x/css: unrestrict cssidsHalil Pasic2017-12-141-1/+1
* virtio-ccw: Add the virtio-input devices for CCW busFarhan Ali2017-10-201-0/+100
* virtio-ccw: use ccw data streamHalil Pasic2017-10-061-109/+46Star
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* virtio-ccw: Create a virtio gpu device for the ccw busFarhan Ali2017-09-191-0/+49
* virtio-ccw: remove stale comments on endiannessHalil Pasic2017-09-191-2/+0Star
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-141-1/+1
|\
| * s390x/css: update css_adapter_interruptYi Min Zhao2017-07-141-1/+1
* | virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-3/+0Star
* | virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
* | virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
* | virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
|/