Searched hist:"10857 ec0ad5d201d524d20b477da1cf3f7f4a3b0" (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/virtio/ |
H A D | vhost-shadow-virtqueue.h | 10857ec0ad5d201d524d20b477da1cf3f7f4a3b0 Mon Mar 14 17:34:41 UTC 2022 Eugenio Pérez <eperezma@redhat.com> vhost: Add VhostShadowVirtqueue
Vhost shadow virtqueue (SVQ) is an intermediate jump for virtqueue notifications and buffers, allowing qemu to track them. While qemu is forwarding the buffers and virtqueue changes, it is able to commit the memory it's being dirtied, the same way regular qemu's VirtIO devices do.
This commit only exposes basic SVQ allocation and free. Next patches of the series add functionality like notifications and buffers forwarding.
Signed-off-by: Eugenio Pérez <eperezma@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|
H A D | vhost-shadow-virtqueue.c | 10857ec0ad5d201d524d20b477da1cf3f7f4a3b0 Mon Mar 14 17:34:41 UTC 2022 Eugenio Pérez <eperezma@redhat.com> vhost: Add VhostShadowVirtqueue
Vhost shadow virtqueue (SVQ) is an intermediate jump for virtqueue notifications and buffers, allowing qemu to track them. While qemu is forwarding the buffers and virtqueue changes, it is able to commit the memory it's being dirtied, the same way regular qemu's VirtIO devices do.
This commit only exposes basic SVQ allocation and free. Next patches of the series add functionality like notifications and buffers forwarding.
Signed-off-by: Eugenio Pérez <eperezma@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|
H A D | meson.build | 10857ec0ad5d201d524d20b477da1cf3f7f4a3b0 Mon Mar 14 17:34:41 UTC 2022 Eugenio Pérez <eperezma@redhat.com> vhost: Add VhostShadowVirtqueue
Vhost shadow virtqueue (SVQ) is an intermediate jump for virtqueue notifications and buffers, allowing qemu to track them. While qemu is forwarding the buffers and virtqueue changes, it is able to commit the memory it's being dirtied, the same way regular qemu's VirtIO devices do.
This commit only exposes basic SVQ allocation and free. Next patches of the series add functionality like notifications and buffers forwarding.
Signed-off-by: Eugenio Pérez <eperezma@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|