On 12/29/21 11:21 AM, Vladimir Sementsov-Ogievskiy wrote:
The following changes since commit 89f3bfa3265554d1d591ee4d7f1197b6e3397e84:
Merge tag 'pull-pa-20211223' of https://gitlab.com/rth7680/qemu into staging
(2021-12-23 17:53:36 -0800)
are available in the Git repository at:
https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-jobs-2021-12-29
for you to fetch changes up to 985cac8f200443ad952becc03b07c51ff4f80983:
blockjob: drop BlockJob.blk field (2021-12-28 15:18:59 +0100)
----------------------------------------------------------------
Jobs patches:
- small fix of job_create()
- refactoring: drop BlockJob.blk field
----------------------------------------------------------------
Emanuele Giuseppe Esposito (1):
job.c: add missing notifier initialization
Vladimir Sementsov-Ogievskiy (5):
blockjob: implement and use block_job_get_aio_context
test-blockjob-txn: don't abuse job->blk
block/stream: add own blk
test-bdrv-drain: don't use BlockJob.blk
blockjob: drop BlockJob.blk field
include/block/blockjob.h | 10 +++++++---
block/mirror.c | 7 -------
block/stream.c | 24 +++++++++++++++++------
blockdev.c | 6 +++---
blockjob.c | 36 ++++++++++++++++------------------
job.c | 1 +
qemu-img.c | 2 +-
tests/unit/test-bdrv-drain.c | 12 ++++++++----
tests/unit/test-blockjob-txn.c | 10 +---------
tests/qemu-iotests/141.out | 2 +-
tests/qemu-iotests/283 | 3 ++-
tests/qemu-iotests/283.out | 2 +-
12 files changed, 60 insertions(+), 55 deletions(-)
Applied, thanks.
r~