summaryrefslogtreecommitdiffstats
path: root/hw/s390x/virtio-ccw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao2017-07-051-1/+1
* s390x: vmstatify config migration for virtio-ccwHalil Pasic2017-07-051-78/+80
* s390x/css: catch section mismatch on loadHalil Pasic2017-06-061-1/+5
* s390x/css: ccw translation infrastructureXiao Feng Ren2017-05-191-0/+1
* s390x/css: realize css_create_schDong Jia Shi2017-05-191-1/+5
* error: Apply error_propagate_null.cocci againFam Zheng2017-04-241-3/+1Star
* s390x: register I/O adapters per ISC during initFei Li2017-04-211-7/+6Star
* s390x/css: consolidate the devno property for ccw devicesDong Jia Shi2017-04-211-12/+2Star
* s390x/css: provide introspection for virtual subchannel and device busidDong Jia Shi2017-04-211-6/+21
* virtio-ccw: support VIRTIO_QUEUE_MAX virtqueuesHalil Pasic2017-02-241-8/+8
* virtio-ccw: check flic->adapter_routes_max_batchHalil Pasic2017-02-241-0/+7
* virtio-ccw: Check the number of vqs in CCW_CMD_SET_INDHalil Pasic2017-02-241-0/+7
* virtio-ccw: add virtio-crypto-ccw deviceHalil Pasic2017-02-241-0/+61
* virtio-ccw: handle virtio 1 only devicesHalil Pasic2017-02-241-1/+17
* virtio-ccw: fix ring sizingMichael S. Tsirkin2017-01-201-1/+1
* virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang2016-12-161-2/+2
* virtio: allow per-device-class legacy featuresMichael S. Tsirkin2016-11-151-1/+3
* virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2016-10-301-3/+3
* virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-301-21/+0Star
* virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini2016-10-301-10/+1Star
* virtio: disable ioeventfd as early as possiblePaolo Bonzini2016-10-301-4/+4
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160919' into stagingPeter Maydell2016-09-191-0/+20
|\
| * virtio-ccw: respond to READ_STATUS commandPierre Morel2016-09-191-0/+20
* | virtio-bus: Plug devices after features are negotiatedMaxime Coquelin2016-09-151-15/+15
|/
* vhost-vsock: add virtio sockets deviceStefan Hajnoczi2016-09-091-0/+54
* s390x/css: Unplug handler of virtual css bridgeJing Liu2016-07-111-42/+44
* s390x/css: Factor out virtual css bridge and busJing Liu2016-07-111-76/+3Star
* s390x/css: use define for "virtual-css-bridge" literalSascha Silbe2016-07-111-2/+2
* s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe2016-07-111-108/+14Star