summary refs log tree commit diff stats
path: root/hw/virtio/virtio-pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* virtio-pci: Convert to realize()Markus Armbruster2015-03-111-53/+35
* balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev2015-03-011-3/+2
* virtio: feature bit manipulation helpersCornelia Huck2015-02-261-2/+2
* virtio-pci: use standard headersMichael S. Tsirkin2015-02-261-49/+5
* vhost-scsi: add bootindex propertyGonglei2015-02-111-0/+2
* virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2014-11-021-18/+11
* virtio: link the rng backend through an alias propertyPaolo Bonzini2014-10-301-5/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell2014-10-161-0/+4
|\
| * virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei2014-10-151-0/+2
| * virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei2014-10-151-0/+2
* | virtio-pci: Drop BusState::allow_hotplugIgor Mammedov2014-10-151-3/+0
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-301-24/+24
|\
| * virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng2014-09-301-0/+2
| * virtio: add a wrapper for virtio-backend initializationGonglei2014-09-301-28/+21
| * virtio-9p: fix virtio-9p child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-9p: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio-balloon: fix virtio-balloon child refcount in transportsGonglei2014-09-301-1/+1
| * virtio-rng: fix virtio-rng child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-rng: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio-serial: fix virtio-serial child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-serial: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transportsGonglei2014-09-301-0/+2
| * virtio/vhost-scsi: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-2/+2
| * virtio-net: fix virtio-net child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-net: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-2/+1
* | Revert "virtio-pci: fix migration for pci bus master"Michael S. Tsirkin2014-09-291-20/+19
|/
* virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2014-09-181-19/+20
* virtio-pci: enable bus master for old guestsMichael S. Tsirkin2014-09-181-0/+10
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0
* virtio-pci: fix MSI memory region use after freePaolo Bonzini2014-07-061-2/+2
* virtio: move common virtio properties to bus class deviceMing Lei2014-07-061-6/+6
* virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi2014-07-011-0/+2
* virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi2014-07-011-0/+1
* virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi2014-07-011-2/+1
* virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi2014-07-011-3/+0
* virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz2014-06-291-4/+4
* exec: introduce target_words_bigendian() helperGreg Kurz2014-06-291-3/+0
* virtio-pci: Report an error when msix vectors init failsFam Zheng2014-06-231-0/+2
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+1
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-1/+2
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-3/+3
* virtio-pci: add device_unplugged callbackPaolo Bonzini2013-12-091-2/+10
* virtio-pci: remove vdev fieldPaolo Bonzini2013-12-091-45/+65
* virtio-bus: remove vdev fieldPaolo Bonzini2013-12-091-1/+1
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-2/+2
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-031-2/+1
|\
| * virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin2013-09-011-2/+1
* | qom: Pass available size to object_initialize()Andreas Färber2013-08-301-8/+8
* | qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-1/+1