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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-shadow-virtqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-02
vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()
Carlos López
1
-1
/
+1
2022-12-21
vhost: move iova_tree set to vhost_svq_start
Eugenio Pérez
1
-5
/
+4
2022-12-21
vhost: allocate SVQ device file descriptors at device start
Eugenio Pérez
1
-29
/
+2
2022-12-21
vhost: set SVQ device call handler at SVQ start
Eugenio Pérez
1
-2
/
+2
2022-10-28
vhost: Accept event idx flag
Eugenio Pérez
1
-0
/
+1
2022-10-28
vhost: use avail event idx on vhost_svq_kick
Eugenio Pérez
1
-1
/
+11
2022-10-28
vhost: toggle device callbacks using used event idx
Eugenio Pérez
1
-3
/
+15
2022-10-28
vhost: allocate event_idx fields on vring
Eugenio Pérez
1
-4
/
+4
2022-09-29
hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
Bernhard Beschow
1
-1
/
+1
2022-09-02
vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
Eugenio Pérez
1
-4
/
+7
2022-09-02
vhost: Delete useless read memory barrier
Eugenio Pérez
1
-3
/
+0
2022-09-02
vhost: use SVQ element ndescs instead of opaque data for desc validation
Eugenio Pérez
1
-1
/
+2
2022-09-02
vhost: stop transfer elem ownership in vhost_handle_guest_kick
Eugenio Pérez
1
-6
/
+4
2022-09-02
vhost: Always store new kick fd on vhost_svq_set_svq_kick_fd
Eugenio Pérez
1
-2
/
+2
2022-07-20
vhost: Add svq avail_handler callback
Eugenio Pérez
1
-2
/
+12
2022-07-20
vhost: add vhost_svq_poll
Eugenio Pérez
1
-0
/
+27
2022-07-20
vhost: Expose vhost_svq_add
Eugenio Pérez
1
-3
/
+3
2022-07-20
vhost: add vhost_svq_push_elem
Eugenio Pérez
1
-0
/
+16
2022-07-20
vhost: Track number of descs in SVQDescState
Eugenio Pérez
1
-2
/
+2
2022-07-20
vhost: Add SVQDescState
Eugenio Pérez
1
-8
/
+8
2022-07-20
vhost: Decouple vhost_svq_add from VirtQueueElement
Eugenio Pérez
1
-11
/
+22
2022-07-20
vhost: Check for queue full at vhost_svq_add
Eugenio Pérez
1
-26
/
+33
2022-07-20
vhost: Move vhost_svq_kick call to vhost_svq_add
Eugenio Pérez
1
-1
/
+1
2022-07-20
vhost: Reorder vhost_svq_kick
Eugenio Pérez
1
-14
/
+14
2022-07-20
vdpa: Avoid compiler to squash reads to used idx
Eugenio Pérez
1
-1
/
+2
2022-07-20
vhost: move descriptor translation to vhost_svq_vring_write_descs
Eugenio Pérez
1
-11
/
+27
2022-05-13
vhost: Fix element in vhost_svq_add failure
Eugenio Pérez
1
-0
/
+8
2022-05-13
vhost: Fix device's used descriptor dequeue
Eugenio Pérez
1
-2
/
+15
2022-05-13
vhost: Track descriptor chain in private at SVQ
Eugenio Pérez
1
-5
/
+7
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-4
/
+4
2022-03-15
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
1
-9
/
+77
2022-03-15
vhost: Shadow virtqueue buffers forwarding
Eugenio Pérez
1
-6
/
+346
2022-03-15
virtio: Add vhost_svq_get_vring_addr
Eugenio Pérez
1
-0
/
+29
2022-03-15
vhost: Add vhost_svq_valid_features to shadow vq
Eugenio Pérez
1
-0
/
+44
2022-03-15
vhost: Add Shadow VirtQueue call forwarding capabilities
Eugenio Pérez
1
-0
/
+38
2022-03-15
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
1
-0
/
+55
2022-03-15
vhost: Add VhostShadowVirtqueue
Eugenio Pérez
1
-0
/
+62