summaryrefslogtreecommitdiff
path: root/hw/s390x/virtio-ccw.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-19s390x/css: realize css_create_schDong Jia Shi1-1/+5
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng1-3/+1
2017-04-21s390x: register I/O adapters per ISC during initFei Li1-7/+6
2017-04-21s390x/css: consolidate the devno property for ccw devicesDong Jia Shi1-12/+2
2017-04-21s390x/css: provide introspection for virtual subchannel and device busidDong Jia Shi1-6/+21
2017-02-24virtio-ccw: support VIRTIO_QUEUE_MAX virtqueuesHalil Pasic1-8/+8
2017-02-24virtio-ccw: check flic->adapter_routes_max_batchHalil Pasic1-0/+7
2017-02-24virtio-ccw: Check the number of vqs in CCW_CMD_SET_INDHalil Pasic1-0/+7
2017-02-24virtio-ccw: add virtio-crypto-ccw deviceHalil Pasic1-0/+61
2017-02-24virtio-ccw: handle virtio 1 only devicesHalil Pasic1-1/+17
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin1-1/+1
2016-12-16virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang1-2/+2
2016-11-15virtio: allow per-device-class legacy featuresMichael S. Tsirkin1-1/+3
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini1-3/+3
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini1-21/+0
2016-10-30virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini1-10/+1
2016-10-30virtio: disable ioeventfd as early as possiblePaolo Bonzini1-4/+4
2016-09-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160919' into stagingPeter Maydell1-0/+20
2016-09-19virtio-ccw: respond to READ_STATUS commandPierre Morel1-0/+20
2016-09-15virtio-bus: Plug devices after features are negotiatedMaxime Coquelin1-15/+15
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi1-0/+54
2016-07-11s390x/css: Unplug handler of virtual css bridgeJing Liu1-42/+44
2016-07-11s390x/css: Factor out virtual css bridge and busJing Liu1-76/+3
2016-07-11s390x/css: use define for "virtual-css-bridge" literalSascha Silbe1-2/+2
2016-07-11s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe1-108/+14
2016-06-24virtio-ccw: convert to ioeventfd callbacksCornelia Huck1-88/+45
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost1-21/+7
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-21/+7
2016-06-14virtio-ccw: Provide traces for indicator changesChristian Borntraeger1-0/+1
2016-06-14s390x/css: introduce property type for device idsCornelia Huck1-47/+32
2016-06-07s390x/virtio-ccw: fix spellingMichael Tokarev1-1/+1
2016-05-19s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini1-2/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-01s390x/css: introduce indicator refcounting interfacesYi Min Zhao1-63/+0
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-13virtio-ccw: fix sanity check for vectorHalil Pasic1-1/+2
2015-12-02virtio: handle non-virtio-1-capable backend for ccwCornelia Huck1-0/+12
2015-09-24virtio-ccw: enable virtio-1Cornelia Huck1-2/+28
2015-09-24virtio-ccw: feature bits > 31 handlingCornelia Huck1-13/+8
2015-09-24virtio-ccw: support ring size changesCornelia Huck1-3/+10