aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-344/+224
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský1-0/+1
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-08virtio-blk: enable multiple vectors when using multiple I/O queuesChangpeng Liu1-2/+12
2018-02-08vhost: Move log_dirty checkDr. David Alan Gilbert2-7/+14
2018-02-08vhost: Merge and delete unused callbacksDr. David Alan Gilbert1-28/+5
2018-02-08vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert1-251/+0
2018-02-08vhost: Regenerate region list from changed sections listDr. David Alan Gilbert2-4/+36
2018-02-08vhost: Merge sections added to temporary listDr. David Alan Gilbert2-9/+71
2018-02-08vhost: Simplify ring verification checksDr. David Alan Gilbert1-37/+42
2018-02-08vhost: Build temporary section list and deref after commitDr. David Alan Gilbert1-26/+47
2018-02-08virtio: improve virtio devices initialization timeGal Hammer1-2/+20
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer3-4/+14
2018-02-08Revert "vhost: add traces for memory listeners"Michael S. Tsirkin2-13/+0
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau1-1/+7
2018-02-07memory: do explicit cleanup when remove listenersPeter Xu1-4/+0
2018-02-07vhost: add traces for memory listenersPeter Xu2-0/+13
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-24Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin1-11/+8
2018-01-24Revert "virtio: improve virtio devices initialization time"Michael S. Tsirkin1-5/+0
2018-01-18vhost: remove assertion to prevent crashJay Zhou1-1/+4
2018-01-18vhost-user: fix misaligned access to payloadMichael S. Tsirkin1-15/+24
2018-01-18vhost-user: factor out msg head and payloadMichael S. Tsirkin1-97/+101
2018-01-18virtio: improve virtio devices initialization timeGal Hammer1-0/+5
2018-01-18virtio: postpone the execution of event_notifier_cleanup functionGal Hammer1-8/+11
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu2-0/+73
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2-0/+150
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2-2/+2
2017-12-22virtio-pci: Don't force Subsystem Vendor ID = Vendor IDLadi Prosek1-3/+5
2017-12-19virtio_error: don't invoke status callbacksMichael S. Tsirkin1-1/+1
2017-12-18hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+1
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-1/+1
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-2/+2
2017-12-01virtio: check VirtQueue Vring object is setPrasad J Pandit1-3/+11
2017-12-01vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz1-3/+3
2017-12-01vhost: restore avail index from vring used index on disconnectionMaxime Coquelin1-0/+4
2017-12-01virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin1-0/+10
2017-11-16fix: unrealize virtio device if we fail to hotplug itlinzhecheng1-0/+1
2017-10-15virtio-pci: Replace modern_as with direct access to modern_barAlexey Kardashevskiy2-38/+54
2017-10-15virtio: fix descriptor counting in virtqueue_popWolfgang Bumiller1-3/+3
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-10-15virtio/pci/migration: Convert to VMStateDr. David Alan Gilbert1-81/+27
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi1-2/+3
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-6/+7
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake1-4/+2
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-09-08vhost: Release memory references on cleanupAlex Williamson1-0/+4
2017-08-31vhost: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1