aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/virtio-ccw.c
AgeCommit message (Expand)Author
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei
2014-10-15s390x: Convert virtio-ccw to hotplug handler APIIgor Mammedov
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei
2014-09-30virtio-balloon: fix virtio-balloon child refcount in transportsGonglei
2014-09-30virtio-rng: fix virtio-rng child refcount in transportsGonglei
2014-09-30virtio-rng: use aliases instead of duplicate qdev propertiesGonglei
2014-09-30virtio-serial: fix virtio-serial child refcount in transportsGonglei
2014-09-30virtio-serial: use aliases instead of duplicate qdev propertiesGonglei
2014-09-30virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transportsGonglei
2014-09-30virtio/vhost-scsi: use aliases instead of duplicate qdev propertiesGonglei
2014-09-30virtio-net: fix virtio-net child refcount in transportsGonglei
2014-09-30virtio-net: use aliases instead of duplicate qdev propertiesGonglei
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi
2014-06-10s390/virtio-ccw: migration supportJens Freimann
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck
2014-05-20s390x/virtio-ccw: reference-counted indicatorsCornelia Huck
2014-05-20s390x: add I/O adapter registrationCornelia Huck
2014-05-07s390x/css: Don't save orb in subchannel.Cornelia Huck
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-03-05s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-12-23qdev: switch reset to post-orderPaolo Bonzini
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-09virtio-ccw: remove vdev fieldPaolo Bonzini
2013-12-09virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplugPaolo Bonzini
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell
2013-07-15virtio-ccw: Enable x-data-plane for virtio-ccw-blkDominik Dingel
2013-07-01virtio-ccw: fix build breakage on windowsCornelia Huck