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
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
2022-03-15
vdpa: Never set log_base addr if SVQ is enabled
Eugenio Pérez
2022-03-15
vdpa: Adapt vhost_vdpa_get_vring_base to SVQ
Eugenio Pérez
2022-03-15
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
2022-03-15
vhost: Shadow virtqueue buffers forwarding
Eugenio Pérez
2022-03-15
vdpa: adapt vhost_ops callbacks to svq
Eugenio Pérez
2022-03-15
vhost: Add vhost_svq_valid_features to shadow vq
Eugenio Pérez
2022-03-15
vhost: Add Shadow VirtQueue call forwarding capabilities
Eugenio Pérez
2022-03-15
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
2022-03-06
vhost-vdpa: make notifiers _init()/_uninit() symmetric
Laurent Vivier
2022-03-06
hw/virtio: vdpa: Fix leak of host-notifier memory-region
Laurent Vivier
2022-01-10
Revert "vhost-vdpa: add support for config interrupt"
Michael S. Tsirkin
2022-01-07
vhost-vdpa: stick to -errno error return convention
Roman Kagan
2022-01-06
vhost-vdpa: add support for config interrupt
Cindy Lu
2021-11-11
vhost: Rename last_index to vq_index_end
Eugenio Pérez
2021-11-01
vhost-vdpa: Set discarding of RAM broken when initializing the backend
David Hildenbrand
2021-10-20
vhost-vdpa: multiqueue support
Jason Wang
2021-10-20
vhost-vdpa: prepare for the multiqueue support
Jason Wang
2021-10-20
vhost-vdpa: classify one time request
Jason Wang
2021-10-20
vdpa: Check for iova range at mappings changes
Eugenio Pérez
2021-10-20
vdpa: Add vhost_vdpa_section_end
Eugenio Pérez
2021-10-20
vdpa: Skip protected ram IOMMU mappings
Eugenio Pérez
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-09-04
vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()
Jason Wang
2021-09-04
vhost-vdpa: Do not send empty IOTLB update batches
Eugenio Pérez
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
vhost: Return 0/-errno in vhost_dev_init()
Kevin Wolf
2021-06-30
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
2021-06-11
vhost-vdpa: don't initialize backend_features
Jason Wang
[next]