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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2024-03-26
vdpa-dev: Fix initialisation order to restore VDUSE compatibility
Kevin Wolf
1
-3
/
+26
2024-03-12
vdpa: trace skipped memory sections
Eugenio Pérez
1
-0
/
+3
2024-03-12
vdpa: stash memory region properties in vars
Eugenio Pérez
1
-6
/
+8
2024-03-12
vdpa: fix network breakage after cancelling migration
Si-Wei Liu
1
-1
/
+9
2024-03-12
vdpa: add vhost_vdpa_set_dev_vring_base trace for svq mode
Si-Wei Liu
1
-1
/
+4
2024-03-12
vdpa: add vhost_vdpa_get_vring_base trace for svq mode
Si-Wei Liu
1
-1
/
+2
2024-03-12
vdpa: factor out vhost_vdpa_last_dev
Si-Wei Liu
1
-2
/
+7
2023-12-26
vdpa: move memory listener to vhost_vdpa_shared
Eugenio Pérez
1
-45
/
+39
2023-12-26
vdpa: use dev_shared in vdpa_iommu
Eugenio Pérez
1
-8
/
+8
2023-12-26
vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
Eugenio Pérez
1
-25
/
+25
2023-12-26
vdpa: move iommu_list to vhost_vdpa_shared
Eugenio Pérez
1
-2
/
+2
2023-12-26
vdpa: remove msg type of vhost_vdpa
Eugenio Pérez
1
-5
/
+4
2023-12-26
vdpa: move backend_cap to vhost_vdpa_shared
Eugenio Pérez
1
-3
/
+5
2023-12-26
vdpa: move iotlb_batch_begin_sent to vhost_vdpa_shared
Eugenio Pérez
1
-4
/
+4
2023-12-26
vdpa: move file descriptor to vhost_vdpa_shared
Eugenio Pérez
1
-7
/
+7
2023-12-26
vdpa: use vdpa shared for tracing
Eugenio Pérez
1
-12
/
+14
2023-12-26
vdpa: move shadow_data to vhost_vdpa_shared
Eugenio Pérez
1
-3
/
+3
2023-12-26
vdpa: move iova_range to vhost_vdpa_shared
Eugenio Pérez
1
-6
/
+10
2023-12-26
vdpa: move iova tree to the shared struct
Eugenio Pérez
1
-9
/
+10
2023-12-26
vdpa: do not set virtio status bits if unneeded
Eugenio Pérez
1
-0
/
+4
2023-10-12
vhost: Remove vhost_backend_can_merge() callback
David Hildenbrand
1
-1
/
+0
2023-10-04
vdpa: move vhost_vdpa_set_vring_ready to the caller
Eugenio Pérez
1
-3
/
+0
2023-10-04
vdpa: export vhost_vdpa_set_vring_ready
Eugenio Pérez
1
-12
/
+13
2023-10-04
hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()
Philippe Mathieu-Daudé
1
-15
/
+19
2023-10-04
hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macro
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-04
hw/virtio: Propagate page_mask to vhost_vdpa_section_end()
Philippe Mathieu-Daudé
1
-5
/
+6
2023-10-04
hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()
Philippe Mathieu-Daudé
1
-3
/
+4
2023-07-10
vhost-vdpa: mute unaligned memory error report
Laurent Vivier
1
-2
/
+6
2023-07-10
vdpa: Remove status in reset tracing
Eugenio Pérez
1
-1
/
+1
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-05-19
vhost-vdpa: Add support for vIOMMU.
Cindy Lu
1
-7
/
+138
2023-05-19
vhost-vdpa: Add check for full 64-bit in region delete
Cindy Lu
1
-1
/
+19
2023-05-19
vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()
Cindy Lu
1
-1
/
+2
2023-03-07
vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices
Eugenio Pérez
1
-2
/
+1
2023-03-07
vdpa: block migration if SVQ does not admit a feature
Eugenio Pérez
1
-0
/
+15
2023-03-07
vdpa net: block migration if the device has CVQ
Eugenio Pérez
1
-0
/
+1
2023-03-07
vdpa: disable RAM block discard only for the first device
Eugenio Pérez
1
-11
/
+14
2023-03-07
vdpa: move vhost reset after get vring base
Eugenio Pérez
1
-6
/
+16
2023-03-07
vdpa: add vhost_vdpa_suspend
Eugenio Pérez
1
-0
/
+26
2023-03-07
vdpa: add vhost_vdpa->suspended parameter
Eugenio Pérez
1
-0
/
+8
2023-03-07
vdpa: rewind at get_base, not set_base
Eugenio Pérez
1
-11
/
+0
2023-03-07
vdpa: Negotiate _F_SUSPEND feature
Eugenio Pérez
1
-1
/
+2
2023-03-07
vdpa: Remember last call fd set
Eugenio Pérez
1
-6
/
+6
2023-03-02
vdpa: stop all svq on device deletion
Eugenio Pérez
1
-15
/
+2
2023-01-08
vdpa: commit all host notifier MRs in a single MR transaction
Longpeng
1
-6
/
+19
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
1
-0
/
+7
2023-01-08
vhost-vdpa: add support for config interrupt
Cindy Lu
1
-0
/
+8
2022-12-21
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
1
-1
/
+2
2022-12-21
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
1
-3
/
+3
2022-12-21
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
1
-11
/
+25
[next]