aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-vdpa.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-09-04vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang1-2/+2
2021-09-04vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez1-12/+23
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-1/+1
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf1-1/+3
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf1-1/+1
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang1-3/+0
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang1-0/+85
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang1-10/+2
2021-06-05vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji1-0/+1
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu1-2/+2
2020-10-30hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé1-2/+2
2020-09-29vhost-vdpa: add trace-eventsLaurent Vivier1-5/+87
2020-09-29vhost-vdpa: batch updating IOTLB mappingsJason Wang1-0/+66
2020-09-23vhost-vdpa: remove useless variableLaurent Vivier1-6/+3
2020-09-23virtio: vdpa: omit check return of g_mallocLi Qiang1-6/+1
2020-09-23vhost-vdpa: fix indentation in vdpa_opsStefano Garzarella1-2/+2
2020-07-27vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267Cindy Lu1-2/+2
2020-07-08vhost-vdpa: fix the compile issue without kvmCindy Lu1-2/+1
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu1-0/+475