Home
last modified time | relevance | path

Searched hist:"32 f1b53f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/virtio/
H A Dvirtio_test.c32f1b53f Tue Jan 18 09:06:31 CST 2022 Stefano Garzarella <sgarzare@redhat.com> tools/virtio: fix virtio_test execution

virtio_test hangs on __vring_new_virtqueue() because `vqs_list_lock`
is not initialized.

Let's initialize it in vdev_info_init().

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20220118150631.167015-1-sgarzare@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>