summaryrefslogtreecommitdiff
path: root/hw/s390x/virtio-ccw.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-29virtio-ccw: complete handling of guest-initiated resetsCornelia Huck1-17/+22
2015-03-30virtio-ccw: range check in READ_VQ_CONFCornelia Huck1-0/+4
2015-03-30virtio-ccw: fix range check for SET_VQCornelia Huck1-1/+1
2015-03-16virtio-ccw: assure BE accessesCornelia Huck1-9/+13
2015-03-10virtio-ccw: Convert to realize()Markus Armbruster1-60/+74
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev1-3/+2
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-2/+2
2015-02-26virtio: cull virtio_bus_set_vdev_featuresCornelia Huck1-2/+1
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