summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* memfd: add error argument, instead of perror()Marc-André Lureau2018-02-071-1/+7
* memory: do explicit cleanup when remove listenersPeter Xu2018-02-071-4/+0Star
* vhost: add traces for memory listenersPeter Xu2018-02-072-0/+13
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin2018-01-241-11/+8Star
* Revert "virtio: improve virtio devices initialization time"Michael S. Tsirkin2018-01-241-5/+0Star
* vhost: remove assertion to prevent crashJay Zhou2018-01-181-1/+4
* vhost-user: fix misaligned access to payloadMichael S. Tsirkin2018-01-181-15/+24
* vhost-user: factor out msg head and payloadMichael S. Tsirkin2018-01-181-97/+101
* virtio: improve virtio devices initialization timeGal Hammer2018-01-181-0/+5
* virtio: postpone the execution of event_notifier_cleanup functionGal Hammer2018-01-181-8/+11
* vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu2018-01-182-0/+73
* vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2018-01-182-0/+150
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-112-2/+2
|\
| * hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+1
| * hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé2017-12-181-1/+1
* | virtio-pci: Don't force Subsystem Vendor ID = Vendor IDLadi Prosek2017-12-221-3/+5
* | virtio_error: don't invoke status callbacksMichael S. Tsirkin2017-12-191-1/+1
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-2/+2
|/
* virtio: check VirtQueue Vring object is setPrasad J Pandit2017-12-011-3/+11
* vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz2017-12-011-3/+3
* vhost: restore avail index from vring used index on disconnectionMaxime Coquelin2017-12-011-0/+4
* virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin2017-12-011-0/+10
* fix: unrealize virtio device if we fail to hotplug itlinzhecheng2017-11-161-0/+1
* virtio-pci: Replace modern_as with direct access to modern_barAlexey Kardashevskiy2017-10-152-38/+54
* virtio: fix descriptor counting in virtqueue_popWolfgang Bumiller2017-10-151-3/+3
* pci: Add interface names to hybrid PCI devicesEduardo Habkost2017-10-151-0/+5
* virtio/pci/migration: Convert to VMStateDr. David Alan Gilbert2017-10-151-81/+27Star
* virtio/vhost: reset dev->log after syncingFelipe Franciosi2017-10-151-2/+3
* migration: Route more error pathsDr. David Alan Gilbert2017-09-271-6/+7
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* osdep.h: Prohibit disabling assert() in supported buildsEric Blake2017-09-191-4/+2Star
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+2
* vhost: Release memory references on cleanupAlex Williamson2017-09-081-0/+4
* vhost: use QEMU_ALIGN_DOWNMarc-André Lureau2017-08-311-1/+1
* build-sys: add --disable-vhost-userMarc-André Lureau2017-08-031-2/+2
* vhost-user: fix legacy cross-endian configurationsFelipe Franciosi2017-08-011-2/+21
* vhost: fix a memory leakPeng Hao2017-08-011-0/+2
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-3/+3
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng2017-07-142-22/+7Star
* virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng2017-07-142-13/+1Star
* virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
* virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-2/+0Star
* qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-1/+1
* vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin2017-07-031-0/+1
* vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin2017-07-031-2/+8
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-4/+8
* virtio-pci: use ioeventfd even when KVM is disabledStefan Hajnoczi2017-06-301-1/+1