Home
last modified time | relevance | path

Searched hist:"8119334918 e86f45877cfc139192d54f2449a239" (Results 1 – 4 of 4) sorted by relevance

/qemu/include/block/
H A Dblockjob_int.h23d702d898bdd8e6772d83ea9789767ed589e17e Tue Apr 24 08:52:40 UTC 2018 Stefan Hajnoczi <stefanha@redhat.com> blockjob: drop block_job_pause/resume_all()

Commit 8119334918e86f45877cfc139192d54f2449a239 ("block: Don't
block_job_pause_all() in bdrv_drain_all()") removed the only callers of
block_job_pause/resume_all().

Pausing and resuming now happens in child_job_drained_begin/end() so
it's no longer necessary to globally pause/resume jobs.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 20180424085240.5798-1-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
/qemu/tests/unit/
H A Dtest-bdrv-drain.c8119334918e86f45877cfc139192d54f2449a239 Thu Dec 14 09:12:42 UTC 2017 Kevin Wolf <kwolf@redhat.com> block: Don't block_job_pause_all() in bdrv_drain_all()

Block jobs are already paused using the BdrvChildRole drain callbacks,
so we don't need an additional block_job_pause_all() call.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
/qemu/
H A Dblockjob.c23d702d898bdd8e6772d83ea9789767ed589e17e Tue Apr 24 08:52:40 UTC 2018 Stefan Hajnoczi <stefanha@redhat.com> blockjob: drop block_job_pause/resume_all()

Commit 8119334918e86f45877cfc139192d54f2449a239 ("block: Don't
block_job_pause_all() in bdrv_drain_all()") removed the only callers of
block_job_pause/resume_all().

Pausing and resuming now happens in child_job_drained_begin/end() so
it's no longer necessary to globally pause/resume jobs.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 20180424085240.5798-1-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
/qemu/block/
H A Dio.c8119334918e86f45877cfc139192d54f2449a239 Thu Dec 14 09:12:42 UTC 2017 Kevin Wolf <kwolf@redhat.com> block: Don't block_job_pause_all() in bdrv_drain_all()

Block jobs are already paused using the BdrvChildRole drain callbacks,
so we don't need an additional block_job_pause_all() call.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>