index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-vdpa.c
Age
Commit message (
Expand
)
Author
2022-01-10
Revert "vhost-vdpa: add support for config interrupt"
Michael S. Tsirkin
2022-01-07
vhost-vdpa: stick to -errno error return convention
Roman Kagan
2022-01-06
vhost-vdpa: add support for config interrupt
Cindy Lu
2021-11-11
vhost: Rename last_index to vq_index_end
Eugenio Pérez
2021-11-01
vhost-vdpa: Set discarding of RAM broken when initializing the backend
David Hildenbrand
2021-10-20
vhost-vdpa: multiqueue support
Jason Wang
2021-10-20
vhost-vdpa: prepare for the multiqueue support
Jason Wang
2021-10-20
vhost-vdpa: classify one time request
Jason Wang
2021-10-20
vdpa: Check for iova range at mappings changes
Eugenio Pérez
2021-10-20
vdpa: Add vhost_vdpa_section_end
Eugenio Pérez
2021-10-20
vdpa: Skip protected ram IOMMU mappings
Eugenio Pérez
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-09-04
vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()
Jason Wang
2021-09-04
vhost-vdpa: Do not send empty IOTLB update batches
Eugenio Pérez
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
vhost: Return 0/-errno in vhost_dev_init()
Kevin Wolf
2021-06-30
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
2021-06-11
vhost-vdpa: don't initialize backend_features
Jason Wang
2021-06-11
vhost-vdpa: map virtqueue notification area if possible
Jason Wang
2021-06-11
vhost-vdpa: skip ram device from the IOTLB mapping
Jason Wang
2021-06-05
vhost-vdpa: Remove redundant declaration of address_space_memory
Xie Yongji
2021-05-14
vhost-vdpa: Make vhost_vdpa_get_device_id() static
Zenghui Yu
2020-10-30
hw/virtio/vhost-vdpa: Fix Coverity CID 1432864
Philippe Mathieu-Daudé
2020-09-29
vhost-vdpa: add trace-events
Laurent Vivier
2020-09-29
vhost-vdpa: batch updating IOTLB mappings
Jason Wang
2020-09-23
vhost-vdpa: remove useless variable
Laurent Vivier
2020-09-23
virtio: vdpa: omit check return of g_malloc
Li Qiang
2020-09-23
vhost-vdpa: fix indentation in vdpa_ops
Stefano Garzarella
2020-07-27
vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267
Cindy Lu
2020-07-08
vhost-vdpa: fix the compile issue without kvm
Cindy Lu
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu