Re: [Qemu-devel] [PATCH 1/5] block: allow block jobs in any arbitrary node

2015-03-24 Thread Eric Blake
On 03/23/2015 09:12 AM, Alberto Garcia wrote: > Currently, block jobs can only be owned by root nodes. This patch > allows block jobs to be in any arbitrary node, by making the following > changes: > > - Block jobs can now be identified by the node name of their > BlockDriverState in addition to

[Qemu-devel] [PATCH 1/5] block: allow block jobs in any arbitrary node

2015-03-23 Thread Alberto Garcia
Currently, block jobs can only be owned by root nodes. This patch allows block jobs to be in any arbitrary node, by making the following changes: - Block jobs can now be identified by the node name of their BlockDriverState in addition to the device name. Since both device and node names live