Re: [Qemu-devel] [PATCH v9 01/11] block: keep a list of block jobs

2016-04-29 Thread Kevin Wolf
Am 04.04.2016 um 15:43 hat Alberto Garcia geschrieben: > The current way to obtain the list of existing block jobs is to > iterate over all root nodes and check which ones own a job. > > Since we want to be able to support block jobs in other nodes as well, > this patch keeps a list of jobs that i

Re: [Qemu-devel] [PATCH v9 01/11] block: keep a list of block jobs

2016-04-27 Thread Max Reitz
On 04.04.2016 15:43, Alberto Garcia wrote: > The current way to obtain the list of existing block jobs is to > iterate over all root nodes and check which ones own a job. > > Since we want to be able to support block jobs in other nodes as well, > this patch keeps a list of jobs that is updated ev

[Qemu-devel] [PATCH v9 01/11] block: keep a list of block jobs

2016-04-04 Thread Alberto Garcia
The current way to obtain the list of existing block jobs is to iterate over all root nodes and check which ones own a job. Since we want to be able to support block jobs in other nodes as well, this patch keeps a list of jobs that is updated every time one is created or destroyed. Signed-off-by: