qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] Block jobs patches
@ 2021-12-29 19:21 Vladimir Sementsov-Ogievskiy
  2021-12-29 19:21 ` [PULL 1/6] job.c: add missing notifier initialization Vladimir Sementsov-Ogievskiy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2021-12-29 19:21 UTC (permalink / raw)
  To: qemu-block
  Cc: qemu-devel, kwolf, hreitz, richard.henderson, peter.maydell,
	vsementsov, jsnow

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(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-29 23:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-29 19:21 [PULL 0/6] Block jobs patches Vladimir Sementsov-Ogievskiy
2021-12-29 19:21 ` [PULL 1/6] job.c: add missing notifier initialization Vladimir Sementsov-Ogievskiy
2021-12-29 19:21 ` [PULL 2/6] blockjob: implement and use block_job_get_aio_context Vladimir Sementsov-Ogievskiy
2021-12-29 19:21 ` [PULL 3/6] test-blockjob-txn: don't abuse job->blk Vladimir Sementsov-Ogievskiy
2021-12-29 19:21 ` [PULL 4/6] block/stream: add own blk Vladimir Sementsov-Ogievskiy
2021-12-29 19:21 ` [PULL 5/6] test-bdrv-drain: don't use BlockJob.blk Vladimir Sementsov-Ogievskiy
2021-12-29 19:21 ` [PULL 6/6] blockjob: drop BlockJob.blk field Vladimir Sementsov-Ogievskiy
2021-12-29 23:50 ` [PULL 0/6] Block jobs patches Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).