index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-vdpa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpa: Fix memory listener deletions of iova tree
Eugenio Pérez
2022-07-26
1
-1
/
+1
*
vhost: Get vring base from vq, not svq
Eugenio Pérez
2022-07-26
1
-12
/
+12
*
vdpa: Add device migration blocker
Eugenio Pérez
2022-07-20
1
-0
/
+15
*
vdpa: manual forward CVQ buffers
Eugenio Pérez
2022-07-20
1
-1
/
+2
*
vdpa: Export vhost_vdpa_dma_map and unmap calls
Eugenio Pérez
2022-07-20
1
-4
/
+3
*
vhost: Add svq avail_handler callback
Eugenio Pérez
2022-07-20
1
-1
/
+2
*
vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()
Si-Wei Liu
2022-05-16
1
-8
/
+15
*
vhost-vdpa: backend feature should set only once
Si-Wei Liu
2022-05-16
1
-1
/
+1
*
vdpa: Fix index calculus at vhost_vdpa_svqs_start
Eugenio Pérez
2022-05-13
1
-1
/
+1
*
vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
Eugenio Pérez
2022-05-13
1
-2
/
+2
*
vdpa: Add missing tracing to batch mapping functions
Eugenio Pérez
2022-04-26
1
-0
/
+2
*
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-3
/
+3
*
vhost-vdpa: fix typo in a comment
Stefano Garzarella
2022-03-31
1
-1
/
+1
*
vdpa: Expose VHOST_F_LOG_ALL on SVQ
Eugenio Pérez
2022-03-15
1
-4
/
+35
*
vdpa: Never set log_base addr if SVQ is enabled
Eugenio Pérez
2022-03-15
1
-1
/
+2
*
vdpa: Adapt vhost_vdpa_get_vring_base to SVQ
Eugenio Pérez
2022-03-15
1
-0
/
+17
*
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
2022-03-15
1
-20
/
+102
*
vhost: Shadow virtqueue buffers forwarding
Eugenio Pérez
2022-03-15
1
-5
/
+150
*
vdpa: adapt vhost_ops callbacks to svq
Eugenio Pérez
2022-03-15
1
-7
/
+41
*
vhost: Add vhost_svq_valid_features to shadow vq
Eugenio Pérez
2022-03-15
1
-0
/
+15
*
vhost: Add Shadow VirtQueue call forwarding capabilities
Eugenio Pérez
2022-03-15
1
-2
/
+29
*
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
2022-03-15
1
-2
/
+142
*
vhost-vdpa: make notifiers _init()/_uninit() symmetric
Laurent Vivier
2022-03-06
1
-10
/
+10
*
hw/virtio: vdpa: Fix leak of host-notifier memory-region
Laurent Vivier
2022-03-06
1
-0
/
+1
*
Revert "vhost-vdpa: add support for config interrupt"
Michael S. Tsirkin
2022-01-10
1
-7
/
+0
*
vhost-vdpa: stick to -errno error return convention
Roman Kagan
2022-01-07
1
-14
/
+23
*
vhost-vdpa: add support for config interrupt
Cindy Lu
2022-01-06
1
-0
/
+7
*
vhost: Rename last_index to vq_index_end
Eugenio Pérez
2021-11-11
1
-1
/
+1
*
vhost-vdpa: Set discarding of RAM broken when initializing the backend
David Hildenbrand
2021-11-01
1
-0
/
+13
*
vhost-vdpa: multiqueue support
Jason Wang
2021-10-20
1
-1
/
+1
*
vhost-vdpa: prepare for the multiqueue support
Jason Wang
2021-10-20
1
-2
/
+2
*
vhost-vdpa: classify one time request
Jason Wang
2021-10-20
1
-6
/
+47
*
vdpa: Check for iova range at mappings changes
Eugenio Pérez
2021-10-20
1
-16
/
+48
*
vdpa: Add vhost_vdpa_section_end
Eugenio Pérez
2021-10-20
1
-7
/
+15
*
vdpa: Skip protected ram IOMMU mappings
Eugenio Pérez
2021-10-20
1
-0
/
+1
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
1
-0
/
+1
*
vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()
Jason Wang
2021-09-04
1
-2
/
+2
*
vhost-vdpa: Do not send empty IOTLB update batches
Eugenio Pérez
2021-09-04
1
-12
/
+23
*
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
1
-1
/
+1
*
vhost: Return 0/-errno in vhost_dev_init()
Kevin Wolf
2021-06-30
1
-1
/
+3
*
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
2021-06-30
1
-1
/
+1
*
vhost-vdpa: don't initialize backend_features
Jason Wang
2021-06-11
1
-3
/
+0
*
vhost-vdpa: map virtqueue notification area if possible
Jason Wang
2021-06-11
1
-0
/
+85
*
vhost-vdpa: skip ram device from the IOTLB mapping
Jason Wang
2021-06-11
1
-10
/
+2
*
vhost-vdpa: Remove redundant declaration of address_space_memory
Xie Yongji
2021-06-05
1
-0
/
+1
*
vhost-vdpa: Make vhost_vdpa_get_device_id() static
Zenghui Yu
2021-05-14
1
-2
/
+2
*
hw/virtio/vhost-vdpa: Fix Coverity CID 1432864
Philippe Mathieu-Daudé
2020-10-30
1
-2
/
+2
*
vhost-vdpa: add trace-events
Laurent Vivier
2020-09-29
1
-5
/
+87
*
vhost-vdpa: batch updating IOTLB mappings
Jason Wang
2020-09-29
1
-0
/
+66
[next]