Re: [Qemu-block] [PATCH 2/8] block: allow block jobs in any arbitrary node

2015-04-23 Thread Alberto Garcia
On Wed 22 Apr 2015 10:06:15 PM CEST, Eric Blake wrote: >> -- "device": Device name (json-string) >> +- "device": Device name, or node name if not present (json-string) > > You used this wording for all the events... >> # Throttling can be disabled by setting the speed to 0. >> # >> -# @devi

Re: [Qemu-block] [PATCH 2/8] block: allow block jobs in any arbitrary node

2015-04-22 Thread Eric Blake
On 04/16/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

Re: [Qemu-block] [PATCH 2/8] block: allow block jobs in any arbitrary node

2015-04-22 Thread Max Reitz
On 16.04.2015 17:12, 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 the device

[Qemu-block] [PATCH 2/8] block: allow block jobs in any arbitrary node

2015-04-16 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