Searched hist:"99 d6a32469debf1a48921125879b614d15acfb7a" (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/virtio/ |
H A D | vhost-shadow-virtqueue.h | 99d6a32469debf1a48921125879b614d15acfb7a Fri Oct 13 08:09:41 UTC 2023 Hawkins Jiawei <yin31149@gmail.com> vhost: Expose vhost_svq_available_slots()
Next patches in this series will delay the polling and checking of buffers until either the SVQ is full or control commands shadow buffers are full, no longer perform an immediate poll and check of the device's used buffers for each CVQ state load command.
To achieve this, this patch exposes vhost_svq_available_slots(), allowing QEMU to know whether the SVQ is full.
Signed-off-by: Hawkins Jiawei <yin31149@gmail.com> Acked-by: Eugenio Pérez <eperezma@redhat.com> Message-Id: <25938079f0bd8185fd664c64e205e629f7a966be.1697165821.git.yin31149@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | vhost-shadow-virtqueue.c | 99d6a32469debf1a48921125879b614d15acfb7a Fri Oct 13 08:09:41 UTC 2023 Hawkins Jiawei <yin31149@gmail.com> vhost: Expose vhost_svq_available_slots()
Next patches in this series will delay the polling and checking of buffers until either the SVQ is full or control commands shadow buffers are full, no longer perform an immediate poll and check of the device's used buffers for each CVQ state load command.
To achieve this, this patch exposes vhost_svq_available_slots(), allowing QEMU to know whether the SVQ is full.
Signed-off-by: Hawkins Jiawei <yin31149@gmail.com> Acked-by: Eugenio Pérez <eperezma@redhat.com> Message-Id: <25938079f0bd8185fd664c64e205e629f7a966be.1697165821.git.yin31149@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|