aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-vdpa.c
AgeCommit message (Expand)Author
2022-05-16vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu
2022-05-16vhost-vdpa: backend feature should set only onceSi-Wei Liu
2022-05-13vdpa: Fix index calculus at vhost_vdpa_svqs_startEugenio Pérez
2022-05-13vdpa: Fix bad index calculus at vhost_vdpa_get_vring_baseEugenio Pérez
2022-04-26vdpa: Add missing tracing to batch mapping functionsEugenio Pérez
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-31vhost-vdpa: fix typo in a commentStefano Garzarella
2022-03-15vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez
2022-03-15vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez
2022-03-15vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez
2022-03-15vdpa: Add custom IOTLB translations to SVQEugenio Pérez
2022-03-15vhost: Shadow virtqueue buffers forwardingEugenio Pérez
2022-03-15vdpa: adapt vhost_ops callbacks to svqEugenio Pérez
2022-03-15vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez
2022-03-15vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez
2022-03-15vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez
2022-03-06vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier
2022-03-06hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier
2022-01-10Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin
2022-01-07vhost-vdpa: stick to -errno error return conventionRoman Kagan
2022-01-06vhost-vdpa: add support for config interruptCindy Lu
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez
2021-11-01vhost-vdpa: Set discarding of RAM broken when initializing the backendDavid Hildenbrand
2021-10-20vhost-vdpa: multiqueue supportJason Wang
2021-10-20vhost-vdpa: prepare for the multiqueue supportJason Wang
2021-10-20vhost-vdpa: classify one time requestJason Wang
2021-10-20vdpa: Check for iova range at mappings changesEugenio Pérez
2021-10-20vdpa: Add vhost_vdpa_section_endEugenio Pérez
2021-10-20vdpa: Skip protected ram IOMMU mappingsEugenio Pérez
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-04vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang
2021-09-04vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang
2021-06-05vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu
2020-10-30hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé
2020-09-29vhost-vdpa: add trace-eventsLaurent Vivier
2020-09-29vhost-vdpa: batch updating IOTLB mappingsJason Wang
2020-09-23vhost-vdpa: remove useless variableLaurent Vivier
2020-09-23virtio: vdpa: omit check return of g_mallocLi Qiang
2020-09-23vhost-vdpa: fix indentation in vdpa_opsStefano Garzarella
2020-07-27vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267Cindy Lu
2020-07-08vhost-vdpa: fix the compile issue without kvmCindy Lu
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu