summary refs log tree commit diff stats
path: root/hw/virtio/vhost-vdpa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang2021-09-041-2/+2
* vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez2021-09-041-12/+23
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-1/+1
* vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf2021-06-301-1/+3
* vhost: Distinguish errors in vhost_backend_init()Kevin Wolf2021-06-301-1/+1
* vhost-vdpa: don't initialize backend_featuresJason Wang2021-06-111-3/+0
* vhost-vdpa: map virtqueue notification area if possibleJason Wang2021-06-111-0/+85
* vhost-vdpa: skip ram device from the IOTLB mappingJason Wang2021-06-111-10/+2
* vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji2021-06-051-0/+1
* vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu2021-05-141-2/+2
* hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé2020-10-301-2/+2
* vhost-vdpa: add trace-eventsLaurent Vivier2020-09-291-5/+87
* vhost-vdpa: batch updating IOTLB mappingsJason Wang2020-09-291-0/+66
* vhost-vdpa: remove useless variableLaurent Vivier2020-09-231-6/+3
* virtio: vdpa: omit check return of g_mallocLi Qiang2020-09-231-6/+1
* vhost-vdpa: fix indentation in vdpa_opsStefano Garzarella2020-09-231-2/+2
* vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267Cindy Lu2020-07-271-2/+2
* vhost-vdpa: fix the compile issue without kvmCindy Lu2020-07-081-2/+1
* vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-071-0/+475