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