Re: [Qemu-devel] [PATCH v2 0/7] finish coroutinization of drivers

2011-10-21 Thread Kevin Wolf
Am 20.10.2011 13:16, schrieb Paolo Bonzini: > Drivers that only implement the bdrv_read and bdrv_write callbacks > were unwillingly converted to be reentrant when bdrv_read and > bdrv_write were changed to always create coroutines. So, > we need locks aroudn read and write operations. > > This se

[Qemu-devel] [PATCH v2 0/7] finish coroutinization of drivers

2011-10-20 Thread Paolo Bonzini
Drivers that only implement the bdrv_read and bdrv_write callbacks were unwillingly converted to be reentrant when bdrv_read and bdrv_write were changed to always create coroutines. So, we need locks aroudn read and write operations. This series does this (patches 4-6) and removes the flush/disca