summaryrefslogtreecommitdiffstats
path: root/hw/s390x/virtio-ccw.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* virtio-ccw: convert to ioeventfd callbacksCornelia Huck2016-06-241-88/+45Star
* error: Remove unnecessary local_err variablesEduardo Habkost2016-06-201-21/+7Star
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-21/+7Star
* virtio-ccw: Provide traces for indicator changesChristian Borntraeger2016-06-141-0/+1
* s390x/css: introduce property type for device idsCornelia Huck2016-06-141-47/+32Star
* s390x/virtio-ccw: fix spellingMichael Tokarev2016-06-071-1/+1
* s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini2016-05-191-2/+3
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* s390x/css: introduce indicator refcounting interfacesYi Min Zhao2016-03-011-63/+0Star
* s390: Clean up includesPeter Maydell2016-01-291-0/+1
* virtio-ccw: fix sanity check for vectorHalil Pasic2016-01-131-1/+2
* virtio: handle non-virtio-1-capable backend for ccwCornelia Huck2015-12-021-0/+12
* virtio-ccw: enable virtio-1Cornelia Huck2015-09-241-2/+28
* virtio-ccw: feature bits > 31 handlingCornelia Huck2015-09-241-13/+8Star
* virtio-ccw: support ring size changesCornelia Huck2015-09-241-3/+10
* s390/virtio-ccw: Fix migrationChristian Borntraeger2015-07-141-1/+1
* kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger2015-07-061-4/+4
* virtio-ccw: migrate ->revisionCornelia Huck2015-07-021-0/+2
* s390x/virtio-ccw: support virtio-1 set_vq formatCornelia Huck2015-07-021-41/+92
* s390x/virtio-ccw: add virtio set-revision callThomas Huth2015-07-021-2/+76
* virtio-ccw: complete handling of guest-initiated resetsCornelia Huck2015-06-301-17/+22
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star