diff options
author | Eugenio Pérez <eperezma@redhat.com> | 2022-08-23 20:30:29 +0200 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2022-09-02 10:22:39 +0800 |
commit | d368c0b052ad95d3bf4fcc5a5d25715a35c91d4b (patch) | |
tree | 154152cd2de62ba32795c9f59f6415aa8eee2aa4 /hw/rdma/rdma_backend.h | |
parent | 9e193cec5db949e4001070442a2f7de7042ef09b (diff) | |
download | qemu-d368c0b052ad95d3bf4fcc5a5d25715a35c91d4b.zip qemu-d368c0b052ad95d3bf4fcc5a5d25715a35c91d4b.tar.gz qemu-d368c0b052ad95d3bf4fcc5a5d25715a35c91d4b.tar.bz2 |
vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
Since QEMU will be able to inject new elements on CVQ to restore the
state, we need not to depend on a VirtQueueElement to know if a new
element has been used by the device or not. Instead of check that, check
if there are new elements only using used idx on vhost_svq_flush.
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/rdma/rdma_backend.h')
0 files changed, 0 insertions, 0 deletions