summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+2Star
* 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/+3Star
* virtio: vdpa: omit check return of g_mallocLi Qiang2020-09-231-6/+1Star
* 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/+1Star
* vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-071-0/+475