aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-virtio-bus.c
AgeCommit message (Expand)Author
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 s390-virtio to hotplug handler APIIgor Mammedov
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei
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-06-10s390x: cleanup interrupt injectionCornelia Huck
2014-06-10s390x: consolidate floating interruptsCornelia 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-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias
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 ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
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-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-30s390-virtio-bus: Pass size to virtio_s390_bus_new()Andreas Färber
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell
2013-07-29s390x: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson
2013-05-15virtio-net-x: forward the netclient name and type.KONRAD Frederic
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic
2013-05-03virtio-x-bus: force bus name to virtio-bus.KONRAD Frederic
2013-04-26virtio-rng-s390: add properties.KONRAD Frederic
2013-04-26virtio: Fix compilation without CONFIG_VHOST_SCSIEd Maste
2013-04-24virtio: remove virtiobindings.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic
2013-04-24virtio-rng-s390: switch to the new API.KONRAD Frederic
2013-04-19vhost-scsi-s390: new device supporting the tcm_vhost Linux kernel modulePaolo Bonzini
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini
2013-04-17virtio-net-s390: switch to the new API.KONRAD Frederic
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic