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
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2023-05-19
vhost-vdpa: Add support for vIOMMU.
Cindy Lu
2023-05-19
vhost-vdpa: Add check for full 64-bit in region delete
Cindy Lu
2023-05-19
vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()
Cindy Lu
2023-03-07
vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices
Eugenio Pérez
2023-03-07
vdpa: block migration if SVQ does not admit a feature
Eugenio Pérez
2023-03-07
vdpa net: block migration if the device has CVQ
Eugenio Pérez
2023-03-07
vdpa: disable RAM block discard only for the first device
Eugenio Pérez
2023-03-07
vdpa: move vhost reset after get vring base
Eugenio Pérez
2023-03-07
vdpa: add vhost_vdpa_suspend
Eugenio Pérez
2023-03-07
vdpa: add vhost_vdpa->suspended parameter
Eugenio Pérez
2023-03-07
vdpa: rewind at get_base, not set_base
Eugenio Pérez
2023-03-07
vdpa: Negotiate _F_SUSPEND feature
Eugenio Pérez
2023-03-07
vdpa: Remember last call fd set
Eugenio Pérez
2023-03-02
vdpa: stop all svq on device deletion
Eugenio Pérez
2023-01-08
vdpa: commit all host notifier MRs in a single MR transaction
Longpeng
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
2023-01-08
vhost-vdpa: add support for config interrupt
Cindy Lu
2022-12-21
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
2022-12-21
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
2022-12-21
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
2022-12-21
vdpa: allocate SVQ array unconditionally
Eugenio Pérez
2022-12-21
vdpa: move SVQ vring features check to net/
Eugenio Pérez
2022-12-21
vdpa: request iova_range only once
Eugenio Pérez
2022-12-21
vhost: move iova_tree set to vhost_svq_start
Eugenio Pérez
2022-12-21
vhost: allocate SVQ device file descriptors at device start
Eugenio Pérez
2022-12-21
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
Eugenio Pérez
2022-12-14
error: Move ERRP_GUARD() to the beginning of the function
Markus Armbruster
2022-09-02
vdpa: Delete CVQ migration blocker
Eugenio Pérez
2022-09-02
vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ring
Eugenio Pérez
2022-09-02
vdpa: Make SVQ vring unmapping return void
Eugenio Pérez
2022-09-02
vdpa: Remove SVQ vring from iova_tree at shutdown
Eugenio Pérez
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
2022-09-02
vdpa: do not save failed dma maps in SVQ iova tree
Eugenio Pérez
2022-09-02
vdpa: Skip the maps not in the iova tree
Eugenio Pérez
2022-07-26
vdpa: Fix memory listener deletions of iova tree
Eugenio Pérez
2022-07-26
vhost: Get vring base from vq, not svq
Eugenio Pérez
2022-07-20
vdpa: Add device migration blocker
Eugenio Pérez
2022-07-20
vdpa: manual forward CVQ buffers
Eugenio Pérez
2022-07-20
vdpa: Export vhost_vdpa_dma_map and unmap calls
Eugenio Pérez
2022-07-20
vhost: Add svq avail_handler callback
Eugenio Pérez
2022-05-16
vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()
Si-Wei Liu
2022-05-16
vhost-vdpa: backend feature should set only once
Si-Wei Liu
2022-05-13
vdpa: Fix index calculus at vhost_vdpa_svqs_start
Eugenio Pérez
2022-05-13
vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
Eugenio Pérez
2022-04-26
vdpa: Add missing tracing to batch mapping functions
Eugenio Pérez
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-31
vhost-vdpa: fix typo in a comment
Stefano Garzarella
2022-03-15
vdpa: Expose VHOST_F_LOG_ALL on SVQ
Eugenio Pérez
[next]