[Qemu-devel] [PATCH 10/20] sheepdog: use BDRV_POLL_WHILE

2016-10-27 Thread Paolo Bonzini
This is important when the sheepdog driver works on a BlockDriverState that is attached to an I/O thread other than the main thread. Signed-off-by: Paolo Bonzini --- block/sheepdog.c | 64 +++- 1 file changed, 35

[Qemu-devel] [PATCH 10/20] sheepdog: use BDRV_POLL_WHILE

2016-10-17 Thread Paolo Bonzini
This is important when the sheepdog driver works on a BlockDriverState that is attached to an I/O thread other than the main thread. Signed-off-by: Paolo Bonzini --- v1->v2: no bdrv_wakeup yet block/sheepdog.c | 64