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-shadow-virtqueue.c
Age
Commit message (
Expand
)
Author
2023-10-18
vhost: Expose vhost_svq_available_slots()
Hawkins Jiawei
2023-10-04
vhost: Add count argument to vhost_svq_poll()
Hawkins Jiawei
2023-07-10
vhost: Fix false positive out-of-bounds
Hawkins Jiawei
2023-06-26
vdpa: map shadow vrings with MAP_SHARED
Eugenio Pérez
2023-05-19
vhost: fix possible wrap in SVQ descriptor ring
Hawkins Jiawei
2023-03-07
vdpa: rewind at get_base, not set_base
Eugenio Pérez
2023-03-02
vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()
Carlos López
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
vhost: set SVQ device call handler at SVQ start
Eugenio Pérez
2022-10-28
vhost: Accept event idx flag
Eugenio Pérez
2022-10-28
vhost: use avail event idx on vhost_svq_kick
Eugenio Pérez
2022-10-28
vhost: toggle device callbacks using used event idx
Eugenio Pérez
2022-10-28
vhost: allocate event_idx fields on vring
Eugenio Pérez
2022-09-29
hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
Bernhard Beschow
2022-09-02
vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
Eugenio Pérez
2022-09-02
vhost: Delete useless read memory barrier
Eugenio Pérez
2022-09-02
vhost: use SVQ element ndescs instead of opaque data for desc validation
Eugenio Pérez
2022-09-02
vhost: stop transfer elem ownership in vhost_handle_guest_kick
Eugenio Pérez
2022-09-02
vhost: Always store new kick fd on vhost_svq_set_svq_kick_fd
Eugenio Pérez
2022-07-20
vhost: Add svq avail_handler callback
Eugenio Pérez
2022-07-20
vhost: add vhost_svq_poll
Eugenio Pérez
2022-07-20
vhost: Expose vhost_svq_add
Eugenio Pérez
2022-07-20
vhost: add vhost_svq_push_elem
Eugenio Pérez
2022-07-20
vhost: Track number of descs in SVQDescState
Eugenio Pérez
2022-07-20
vhost: Add SVQDescState
Eugenio Pérez
2022-07-20
vhost: Decouple vhost_svq_add from VirtQueueElement
Eugenio Pérez
2022-07-20
vhost: Check for queue full at vhost_svq_add
Eugenio Pérez
2022-07-20
vhost: Move vhost_svq_kick call to vhost_svq_add
Eugenio Pérez
2022-07-20
vhost: Reorder vhost_svq_kick
Eugenio Pérez
2022-07-20
vdpa: Avoid compiler to squash reads to used idx
Eugenio Pérez
2022-07-20
vhost: move descriptor translation to vhost_svq_vring_write_descs
Eugenio Pérez
2022-05-13
vhost: Fix element in vhost_svq_add failure
Eugenio Pérez
2022-05-13
vhost: Fix device's used descriptor dequeue
Eugenio Pérez
2022-05-13
vhost: Track descriptor chain in private at SVQ
Eugenio Pérez
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
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
virtio: Add vhost_svq_get_vring_addr
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-15
vhost: Add VhostShadowVirtqueue
Eugenio Pérez