On Fri, Nov 21, 2014 at 10:48:56AM +, Stefan Hajnoczi wrote:
> These patches make the QMP 'transaction' command work with virtio-blk
> dataplane. Each 'transaction' action must take care to acquire AioContext
> around BlockDriverState accesses. Once that protection is in place we can
> unbloc
These patches make the QMP 'transaction' command work with virtio-blk
dataplane. Each 'transaction' action must take care to acquire AioContext
around BlockDriverState accesses. Once that protection is in place we can
unblock the op blockers for these commands.
The meat is in Patch 3.
Patches 1