Home
last modified time | relevance | path

Searched hist:"6730 b51f1d128910f628c43bb0d2fb655c7ceefe" (Results 1 – 1 of 1) sorted by relevance

/kvmtool/virtio/
H A Dblk.c6730b51f1d128910f628c43bb0d2fb655c7ceefe Thu Jan 10 14:12:47 UTC 2019 Jean-Philippe Brucker <jean-philippe.brucker@arm.com> virtio/blk: Reset virtqueue

Move pthread creation to init_vq, and kill the thread in exit_vq.
Initialize the virtqueue states at runtime.

All in-flight I/O is canceled with the virtqueue pthreads, except for AIO
threads, but after reading the code I'm not sure if AIO has ever worked
anyway.

Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
Signed-off-by: Julien Thierry <julien.thierry@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>