aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann1-0/+1
2017-05-05vhost-scsi: create a vhost-scsi-common abstractionFelipe Franciosi3-9/+52
2017-04-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...Peter Maydell1-0/+2
2017-04-24virtio-gpu: add xres and yres propertiesGerd Hoffmann1-0/+2
2017-04-24scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng1-3/+5
2017-04-21virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier1-0/+2
2017-03-30vhost: generalize iommu memory regionJason Wang1-0/+11
2017-03-29virtio: fix vring_align() on 64-bit windowsAndrew Baumann1-1/+1
2017-03-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+14
2017-03-27virtio-input: fix eventq batchingLadi Prosek1-1/+4
2017-03-24virtio-scsi: Make virtio_scsi_acquire/release publicFam Zheng1-0/+14
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini1-0/+1
2017-02-17virtio: add virtio_*_phys_cachedPaolo Bonzini1-0/+52
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng3-6/+6
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert1-2/+2
2017-02-01virtio: make virtio_should_notify staticPaolo Bonzini1-1/+0
2017-01-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell1-0/+1
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin1-0/+1
2017-01-18vhost_net: device IOTLB supportJason Wang2-0/+17
2017-01-10virtio-net: Add MTU feature supportMaxime Coquelin1-0/+1
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin1-0/+2
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich1-0/+1
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich1-0/+1
2017-01-10virtio: convert to use DMA apiJason Wang3-13/+28
2016-12-20virtio-gpu: track and limit host memory allocationsGerd Hoffmann1-0/+3
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini2-2/+1
2016-11-18virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini2-0/+16
2016-11-15virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz1-2/+0
2016-11-15vhost: drop legacy vring layout bitsGreg Kurz1-3/+0
2016-11-15vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz1-0/+4
2016-11-15virtio: allow per-device-class legacy featuresMichael S. Tsirkin1-0/+5
2016-11-15virtio: make virtqueue_alloc_element staticLadi Prosek1-1/+0
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek1-2/+2
2016-11-01virtio-crypto: using bh to handle dataq's requestsGonglei1-1/+7
2016-11-01virtio-crypto: add data queue processing handlerGonglei1-0/+4
2016-11-01virtio-crypto: set capacity of algorithms supportedGonglei1-0/+18
2016-11-01virtio-crypto: add virtio crypto device emulationGonglei1-0/+73
2016-10-30virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini1-2/+1
2016-10-30virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini1-5/+0
2016-10-30virtio: remove ioeventfd_disabled altogetherPaolo Bonzini1-6/+0
2016-10-30virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini1-1/+1
2016-10-30Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini1-3/+0
2016-10-30virtio-scsi: always use dataplane path if ioeventfd is activePaolo Bonzini1-3/+3
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2-3/+6
2016-10-30virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini2-1/+10
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini1-10/+7
2016-10-30virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini1-2/+6
2016-10-30virtio/migration: Add VMStateDescription to VirtioDeviceClassDr. David Alan Gilbert1-0/+4
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-27/+0
2016-10-10virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic1-0/+16