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

2016-05-13 Thread Max Reitz
On 04.05.2016 11:39, Kevin Wolf wrote: > From: 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

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

2016-05-04 Thread Kevin Wolf
From: 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 des