On 01.10.2014 19:01, Stefan Hajnoczi wrote:
Make sure that query-block-jobs acquires the BlockDriverState AioContext so that the blockjob isn't running in another thread while we access its state.Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> --- blockdev.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
This conflicts with patch 7 Markus's BlockBackend series; but in itself, this patch is fine.
Reviewed-by: Max Reitz <mre...@redhat.com>