index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-vdpa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-21
vdpa: move SVQ vring features check to net/
Eugenio Pérez
1
-30
/
+2
2022-12-21
vdpa: request iova_range only once
Eugenio Pérez
1
-15
/
+0
2022-12-21
vhost: move iova_tree set to vhost_svq_start
Eugenio Pérez
1
-3
/
+2
2022-12-21
vhost: allocate SVQ device file descriptors at device start
Eugenio Pérez
1
-7
/
+28
2022-12-21
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
Eugenio Pérez
1
-2
/
+2
2022-12-14
error: Move ERRP_GUARD() to the beginning of the function
Markus Armbruster
1
-1
/
+1
2022-09-02
vdpa: Delete CVQ migration blocker
Eugenio Pérez
1
-15
/
+0
2022-09-02
vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ring
Eugenio Pérez
1
-9
/
+8
2022-09-02
vdpa: Make SVQ vring unmapping return void
Eugenio Pérez
1
-22
/
+10
2022-09-02
vdpa: Remove SVQ vring from iova_tree at shutdown
Eugenio Pérez
1
-0
/
+6
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
1
-3
/
+3
2022-09-02
vdpa: do not save failed dma maps in SVQ iova tree
Eugenio Pérez
1
-7
/
+13
2022-09-02
vdpa: Skip the maps not in the iova tree
Eugenio Pérez
1
-0
/
+4
2022-07-26
vdpa: Fix memory listener deletions of iova tree
Eugenio Pérez
1
-1
/
+1
2022-07-26
vhost: Get vring base from vq, not svq
Eugenio Pérez
1
-12
/
+12
2022-07-20
vdpa: Add device migration blocker
Eugenio Pérez
1
-0
/
+15
2022-07-20
vdpa: manual forward CVQ buffers
Eugenio Pérez
1
-1
/
+2
2022-07-20
vdpa: Export vhost_vdpa_dma_map and unmap calls
Eugenio Pérez
1
-4
/
+3
2022-07-20
vhost: Add svq avail_handler callback
Eugenio Pérez
1
-1
/
+2
2022-05-16
vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()
Si-Wei Liu
1
-8
/
+15
2022-05-16
vhost-vdpa: backend feature should set only once
Si-Wei Liu
1
-1
/
+1
2022-05-13
vdpa: Fix index calculus at vhost_vdpa_svqs_start
Eugenio Pérez
1
-1
/
+1
2022-05-13
vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
Eugenio Pérez
1
-2
/
+2
2022-04-26
vdpa: Add missing tracing to batch mapping functions
Eugenio Pérez
1
-0
/
+2
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-3
/
+3
2022-03-31
vhost-vdpa: fix typo in a comment
Stefano Garzarella
1
-1
/
+1
2022-03-15
vdpa: Expose VHOST_F_LOG_ALL on SVQ
Eugenio Pérez
1
-4
/
+35
2022-03-15
vdpa: Never set log_base addr if SVQ is enabled
Eugenio Pérez
1
-1
/
+2
2022-03-15
vdpa: Adapt vhost_vdpa_get_vring_base to SVQ
Eugenio Pérez
1
-0
/
+17
2022-03-15
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
1
-20
/
+102
2022-03-15
vhost: Shadow virtqueue buffers forwarding
Eugenio Pérez
1
-5
/
+150
2022-03-15
vdpa: adapt vhost_ops callbacks to svq
Eugenio Pérez
1
-7
/
+41
2022-03-15
vhost: Add vhost_svq_valid_features to shadow vq
Eugenio Pérez
1
-0
/
+15
2022-03-15
vhost: Add Shadow VirtQueue call forwarding capabilities
Eugenio Pérez
1
-2
/
+29
2022-03-15
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
1
-2
/
+142
2022-03-06
vhost-vdpa: make notifiers _init()/_uninit() symmetric
Laurent Vivier
1
-10
/
+10
2022-03-06
hw/virtio: vdpa: Fix leak of host-notifier memory-region
Laurent Vivier
1
-0
/
+1
2022-01-10
Revert "vhost-vdpa: add support for config interrupt"
Michael S. Tsirkin
1
-7
/
+0
2022-01-07
vhost-vdpa: stick to -errno error return convention
Roman Kagan
1
-14
/
+23
2022-01-06
vhost-vdpa: add support for config interrupt
Cindy Lu
1
-0
/
+7
2021-11-11
vhost: Rename last_index to vq_index_end
Eugenio Pérez
1
-1
/
+1
2021-11-01
vhost-vdpa: Set discarding of RAM broken when initializing the backend
David Hildenbrand
1
-0
/
+13
2021-10-20
vhost-vdpa: multiqueue support
Jason Wang
1
-1
/
+1
2021-10-20
vhost-vdpa: prepare for the multiqueue support
Jason Wang
1
-2
/
+2
2021-10-20
vhost-vdpa: classify one time request
Jason Wang
1
-6
/
+47
2021-10-20
vdpa: Check for iova range at mappings changes
Eugenio Pérez
1
-16
/
+48
2021-10-20
vdpa: Add vhost_vdpa_section_end
Eugenio Pérez
1
-7
/
+15
2021-10-20
vdpa: Skip protected ram IOMMU mappings
Eugenio Pérez
1
-0
/
+1
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-0
/
+1
[prev]
[next]