summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: enable configurable tx queue sizeWei Wang2017-07-031-0/+1
* vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2017-06-152-0/+37
* vhost: rework IOTLB messagingMaxime Coquelin2017-06-021-8/+15
* vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin2017-06-021-1/+1
* virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin2017-05-252-0/+2
* virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann2017-05-121-0/+1
* vhost-scsi: create a vhost-scsi-common abstractionFelipe Franciosi2017-05-053-9/+52
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...Peter Maydell2017-04-241-0/+2
|\
| * virtio-gpu: add xres and yres propertiesGerd Hoffmann2017-04-241-0/+2
* | scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng2017-04-241-3/+5
|/
* virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier2017-04-211-0/+2
* vhost: generalize iommu memory regionJason Wang2017-03-301-0/+11
* virtio: fix vring_align() on 64-bit windowsAndrew Baumann2017-03-291-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-03-271-0/+14
|\
| * virtio-scsi: Make virtio_scsi_acquire/release publicFam Zheng2017-03-241-0/+14
* | virtio-input: fix eventq batchingLadi Prosek2017-03-271-1/+4
|/
* virtio: add MemoryListener to cache ring translationsPaolo Bonzini2017-02-171-0/+1
* virtio: add virtio_*_phys_cachedPaolo Bonzini2017-02-171-0/+52
* virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-173-6/+6
* virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert2017-02-131-2/+2
* virtio: make virtio_should_notify staticPaolo Bonzini2017-02-011-1/+0Star
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell2017-01-201-0/+1
|\
| * virtio-ccw: fix ring sizingMichael S. Tsirkin2017-01-201-0/+1
* | vhost_net: device IOTLB supportJason Wang2017-01-182-0/+17
|/
* virtio-net: Add MTU feature supportMaxime Coquelin2017-01-101-0/+1
* vhost-user: Add MTU protocol feature and opMaxime Coquelin2017-01-101-0/+2
* virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2017-01-101-0/+1
* net: Add virtio queue interface to update used index from vring stateYuri Benditovich2017-01-101-0/+1
* virtio: convert to use DMA apiJason Wang2017-01-103-13/+28
* virtio-gpu: track and limit host memory allocationsGerd Hoffmann2016-12-201-0/+3
* virtio: set ISR on dataplane notificationsPaolo Bonzini2016-11-182-2/+1Star
* virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini2016-11-182-0/+16
* virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz2016-11-151-2/+0Star
* vhost: drop legacy vring layout bitsGreg Kurz2016-11-151-3/+0Star
* vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz2016-11-151-0/+4
* virtio: allow per-device-class legacy featuresMichael S. Tsirkin2016-11-151-0/+5
* virtio: make virtqueue_alloc_element staticLadi Prosek2016-11-151-1/+0Star
* virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek2016-11-151-2/+2
* virtio-crypto: using bh to handle dataq's requestsGonglei2016-11-011-1/+7
* virtio-crypto: add data queue processing handlerGonglei2016-11-011-0/+4
* virtio-crypto: set capacity of algorithms supportedGonglei2016-11-011-0/+18
* virtio-crypto: add virtio crypto device emulationGonglei2016-11-011-0/+73
* virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini2016-10-301-2/+1Star
* virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini2016-10-301-5/+0Star
* virtio: remove ioeventfd_disabled altogetherPaolo Bonzini2016-10-301-6/+0Star
* virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini2016-10-301-1/+1
* Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini2016-10-301-3/+0Star
* virtio-scsi: always use dataplane path if ioeventfd is activePaolo Bonzini2016-10-301-3/+3
* virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2016-10-302-3/+6
* virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini2016-10-302-1/+10