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