aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/virtio-ccw.c
AgeCommit message (Expand)Author
2020-07-22virtio: verify that legacy support is not accidentally onCornelia Huck
2020-07-03virtio-ccw: fix virtio_set_ind_atomicHalil Pasic
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-27s390x: adapter routes error handlingCornelia Huck
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-12-12hw/s390x/virtio-ccw.c: Don't take address of fields in packed structsPeter Maydell
2018-08-28hw/s390x: Move virtio-ccw-blk code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-net code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-input code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-gpu code to a separate fileThomas Huth
2018-08-28hw/s390x: Move vhost-vsock-ccw code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-crypto code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-9p code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-rng code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-scsi code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-balloon code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-serial code to a separate fileThomas Huth
2018-08-28hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()Thomas Huth
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck
2018-07-11error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé
2018-06-18virtio-ccw: clean up notifyHalil Pasic
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-14s390x/ccw: make sure all ccw devices are properly resetCornelia Huck
2018-05-14virtio-ccw: common reset handlerCornelia Huck
2018-03-08s390x/virtio: Convert virtio-ccw from *_exit to *_unrealizeNia Alarie
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand
2018-01-22hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()Alistair Francis
2017-12-18Remove empty statementsLadi Prosek
2017-12-14s390x/css: unrestrict cssidsHalil Pasic
2017-10-20virtio-ccw: Add the virtio-input devices for CCW busFarhan Ali
2017-10-06virtio-ccw: use ccw data streamHalil Pasic
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-19virtio-ccw: Create a virtio gpu device for the ccw busFarhan Ali
2017-09-19virtio-ccw: remove stale comments on endiannessHalil Pasic
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell
2017-07-14s390x/css: update css_adapter_interruptYi Min Zhao
2017-07-14virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-05virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao
2017-07-05s390x: vmstatify config migration for virtio-ccwHalil Pasic
2017-06-06s390x/css: catch section mismatch on loadHalil Pasic
2017-05-19s390x/css: ccw translation infrastructureXiao Feng Ren