]> git.proxmox.com Git - mirror_qemu.git/commit
block: use the block job list in qmp_query_block_jobs()
authorAlberto Garcia <berto@igalia.com>
Fri, 27 May 2016 10:53:37 +0000 (12:53 +0200)
committerMax Reitz <mreitz@redhat.com>
Thu, 16 Jun 2016 13:20:37 +0000 (15:20 +0200)
commitf0f55deda2ac3c742d1dc67526d8834a50870285
tree2fece63a0194dec341144dac4736737d712c5493
parenteb1364ceac3d62f69701d00383b3052a9bdb0df7
block: use the block job list in qmp_query_block_jobs()

qmp_query_block_jobs() uses bdrv_next() to look for block jobs, but
this function can only find those in top-level BlockDriverStates.

This patch uses block_job_next() instead.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-id: a8b7e5497b7c1fa67c12fcceae1630d01c3b1f96.1464346103.git.berto@igalia.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
blockdev.c