summaryrefslogtreecommitdiffstats
path: root/hw/s390x/virtio-ccw.c
Commit message (Expand)AuthorAgeFilesLines
...
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-8/+10
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+3
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2014-01-101-4/+1Star
|\
| * qdev: switch reset to post-orderPaolo Bonzini2013-12-231-4/+1Star
* | sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+0Star
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
|/
* virtio-ccw: remove vdev fieldPaolo Bonzini2013-12-091-36/+44
* virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplugPaolo Bonzini2013-12-091-1/+2
* qdev: Drop misleading qdev_free() functionStefan Hajnoczi2013-11-051-1/+1
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-7/+7
* qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-2/+2
* virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber2013-08-301-3/+5
* virtio: Remove unnecessary OBJECT() castsPeter Maydell2013-08-301-7/+7
* virtio-ccw: Enable x-data-plane for virtio-ccw-blkDominik Dingel2013-07-151-0/+3
* virtio-ccw: fix build breakage on windowsCornelia Huck2013-07-011-4/+2Star
* virtio-ccw: Wire up guest and host notifies.Cornelia Huck2013-06-251-0/+88
* virtio-ccw: Wire up ioeventfd.Cornelia Huck2013-06-251-0/+117
* s390/virtio-ccw: Fix virtio resetChristian Borntraeger2013-06-251-0/+2
* virtio-rng: Fix crash with non-default backendCole Robinson2013-06-181-1/+1
* virtio-ccw: Fix unsetting of indicators.Cornelia Huck2013-06-061-4/+4
* virtio-net-x: forward the netclient name and type.KONRAD Frederic2013-05-151-0/+3
* virtio-scsi: fix the command line compatibility.KONRAD Frederic2013-05-031-0/+12
* virtio-serial: fix command line compatibility.KONRAD Frederic2013-05-031-0/+12
* virtio-x-bus: force bus name to virtio-bus.KONRAD Frederic2013-05-031-1/+3
* virtio: Fix compilation without CONFIG_VHOST_SCSIEd Maste2013-04-261-0/+2
* virtio-ccw: Check indicators location.Cornelia Huck2013-04-251-0/+6
* virtio: remove virtiobindings.KONRAD Frederic2013-04-241-8/+0Star
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-8/+6Star
* virtio-bus: make virtio_x_bus_new static.KONRAD Frederic2013-04-241-1/+3
* virtio-rng-ccw: switch to the new API.KONRAD Frederic2013-04-241-27/+21Star
* virtio-rng: add virtio-rng device.KONRAD Frederic2013-04-241-2/+1Star
* vhost-scsi-ccw: new device supporting the tcm_vhost Linux kernel modulePaolo Bonzini2013-04-191-0/+51
* virtio-scsi: create VirtIOSCSICommonPaolo Bonzini2013-04-191-1/+1
* virtio-net-ccw: switch to the new API.KONRAD Frederic2013-04-171-14/+17
* virtio-net: add the virtio-net device.KONRAD Frederic2013-04-171-5/+1Star
* virtio-balloon: fix dynamic properties.KONRAD Frederic2013-04-161-0/+34
* virtio-serial-ccw: switch to the new API.KONRAD Frederic2013-04-151-12/+16
* virtio-serial: add the virtio-serial device.KONRAD Frederic2013-04-151-2/+1Star
* hw: move headers to include/Paolo Bonzini2013-04-081-4/+4
* virtio-balloon-ccw: switch to the new API.KONRAD Frederic2013-03-281-11/+14
* virtio-scsi-ccw: switch to new APIKONRAD Frederic2013-03-261-12/+15
* virtio-scsi: moving host_features from properties to transport properties.KONRAD Frederic2013-03-261-1/+2
* virtio-ccw, s390-virtio: Use generic virtio-blk macro.Cornelia Huck2013-03-201-7/+1Star
* s390-virtio, virtio-ccw: Add config_wce for virtio-blk.Cornelia Huck2013-03-201-0/+1
* virtio-ccw: Add missing blk chs properties.Cornelia Huck2013-03-201-0/+1
* virtio-blk-ccw switch to new API.KONRAD Frederic2013-03-181-15/+18
* virtio-x-bus: fix allow_hotplug assertion.KONRAD Frederic2013-03-181-1/+1
* virtio-ccw: Wire up virtio-rng.Cornelia Huck2013-03-121-0/+60
* virtio-ccw: remove qdev_unparent in unplug routingChristian Borntraeger2013-03-121-1/+0Star
* s390/virtio-ccw: remove redundant call to blockdev_mark_auto_delChristian Borntraeger2013-03-081-1/+0Star