summaryrefslogtreecommitdiff
path: root/hw/s390x/s390-virtio-bus.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-13s390x: remove s390-virtio devicesPierre Morel1-758/+0
2015-09-11hw/s390x/s390-virtio-bus: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-05-31virtio-s390: introduce virtio_s390_device_plugged()Jason Wang1-0/+14
2015-05-31virtio-s390: introduce virito s390 queue limitJason Wang1-2/+4
2015-05-31virtio: move host_featuresCornelia Huck1-16/+2
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-13/+0
2015-05-08s390-virtio: clear {used,avail}_event_idx on reset as wellChristian Borntraeger1-0/+8
2015-05-08s390-virtio: use common featuresCornelia Huck1-14/+6
2015-04-30s390-virtio: sort into categoriesCornelia Huck1-0/+9
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao1-1/+0
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao1-2/+0
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-25/+48
2015-03-16s390x/virtio-bus: Remove unused function s390_virtio_bus_console()Thomas Huth1-5/+0
2015-03-10virtio-s390: Convert to realize()Markus Armbruster1-34/+46
2015-03-10virtio-s390: s390_virtio_device_init() can't fail, simplifyMarkus Armbruster1-14/+15
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 s390-virtio to hotplug handler APIIgor Mammedov1-5/+5
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei1-24/+18
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-0/+2
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-8/+1
2014-06-10s390x: cleanup interrupt injectionCornelia Huck1-4/+2
2014-06-10s390x: consolidate floating interruptsCornelia Huck1-11/+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-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias1-5/+11
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-3/+5
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+2
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+3
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+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-08-30qom: Pass available size to object_initialize()Andreas Färber1-6/+6
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-08-30s390-virtio-bus: Pass size to virtio_s390_bus_new()Andreas Färber1-3/+5