commit | a311650ae6ad0c169ade2583f78aa519878ea13f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Oct 27 16:11:13 2017 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Jan 31 01:47:36 2018 +0200 |
tree | 53c54f8ff46aad3afab5de6672178f5271b08b32 | |
parent | f229a55c31a7e12a15c7b4dcf9a97a9bf7a72ce8 [diff] |
virtio/ringtest: virtio_ring: fix up need_event math last kicked event index must be updated unconditionally: even if we don't need to kick, we do not want to re-check the same entry for events. Reported-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Jens Freimann <jfreimann@redhat.com>