summaryrefslogtreecommitdiff
path: root/hw/s390x/virtio-ccw.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini1-4/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell1-0/+4
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei1-0/+2
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei1-0/+2
2014-10-15s390x: Convert virtio-ccw to hotplug handler APIIgor Mammedov1-8/+9
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck1-1/+1
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng1-0/+2
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei1-24/+18
2014-09-30virtio-balloon: fix virtio-balloon child refcount in transportsGonglei1-1/+1
2014-09-30virtio-rng: fix virtio-rng child refcount in transportsGonglei1-0/+1
2014-09-30virtio-rng: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio-serial: fix virtio-serial child refcount in transportsGonglei1-0/+1
2014-09-30virtio-serial: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transportsGonglei1-0/+2
2014-09-30virtio/vhost-scsi: use aliases instead of duplicate qdev propertiesGonglei1-2/+2
2014-09-30virtio-net: fix virtio-net child refcount in transportsGonglei1-0/+1
2014-09-30virtio-net: use aliases instead of duplicate qdev propertiesGonglei1-2/+1
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei1-5/+6
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi1-0/+2
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi1-0/+1
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi1-2/+1
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi1-3/+0
2014-06-10s390/virtio-ccw: migration supportJens Freimann1-0/+95
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck1-16/+149
2014-05-20s390x/virtio-ccw: reference-counted indicatorsCornelia Huck1-17/+63
2014-05-20s390x: add I/O adapter registrationCornelia Huck1-0/+4
2014-05-07s390x/css: Don't save orb in subchannel.Cornelia Huck1-1/+0
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+1
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+2
2014-03-05s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck1-7/+95
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+2
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+2
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias1-3/+5
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-8/+10
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+3
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-4/+1
2013-12-23qdev: switch reset to post-orderPaolo Bonzini1-4/+1
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-12-09virtio-ccw: remove vdev fieldPaolo Bonzini1-36/+44
2013-12-09virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplugPaolo Bonzini1-1/+2
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-1/+1
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-7/+7
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-08-30virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber1-3/+5
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell1-7/+7
2013-07-15virtio-ccw: Enable x-data-plane for virtio-ccw-blkDominik Dingel1-0/+3
2013-07-01virtio-ccw: fix build breakage on windowsCornelia Huck1-4/+2