All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] Block patches
@ 2018-08-31 14:24 Max Reitz
  2018-08-31 14:24 ` [Qemu-devel] [PULL 01/11] file-posix: Skip effectiveless OFD lock operations Max Reitz
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Max Reitz @ 2018-08-31 14:24 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, Max Reitz, Peter Maydell, Kevin Wolf

The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)

are available in the Git repository at:

  https://git.xanclic.moe/XanClic/qemu.git tags/pull-block-2018-08-31

for you to fetch changes up to 40954cc7831c4f95f9ce6402ae3d6761f44f31ff:

  jobs: remove job_defer_to_main_loop (2018-08-31 16:11:27 +0200)

----------------------------------------------------------------
Block patches:
- (Block) job exit refactoring, part 1
  (removing job_defer_to_main_loop())
- Locking fix for the file-posix block driver
- test-bdrv-drain leak fix

----------------------------------------------------------------
Fam Zheng (1):
  file-posix: Skip effectiveless OFD lock operations

John Snow (9):
  jobs: change start callback to run callback
  jobs: canonize Error object
  jobs: add exit shim
  block/commit: utilize job_exit shim
  block/mirror: utilize job_exit shim
  jobs: utilize job_exit shim
  block/backup: make function variables consistently named
  jobs: remove ret argument to job_completed; privatize it
  jobs: remove job_defer_to_main_loop

Marc-André Lureau (1):
  tests: fix bdrv-drain leak

 include/qemu/job.h        | 70 ++++++++++++++++-----------------
 block/backup.c            | 81 ++++++++++++++++-----------------------
 block/commit.c            | 29 +++++---------
 block/create.c            | 19 +++------
 block/file-posix.c        | 41 +++++++++++++++-----
 block/mirror.c            | 39 ++++++++-----------
 block/stream.c            | 29 ++++++--------
 job-qmp.c                 |  5 ++-
 job.c                     | 73 ++++++++++++-----------------------
 tests/test-bdrv-drain.c   | 14 +++----
 tests/test-blockjob-txn.c | 25 +++++-------
 tests/test-blockjob.c     | 17 ++++----
 trace-events              |  2 +-
 13 files changed, 192 insertions(+), 252 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-08-31 14:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 14:24 [Qemu-devel] [PULL 00/11] Block patches Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 01/11] file-posix: Skip effectiveless OFD lock operations Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 02/11] tests: fix bdrv-drain leak Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 03/11] jobs: change start callback to run callback Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 04/11] jobs: canonize Error object Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 05/11] jobs: add exit shim Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 06/11] block/commit: utilize job_exit shim Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 07/11] block/mirror: " Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 08/11] jobs: " Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 09/11] block/backup: make function variables consistently named Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 10/11] jobs: remove ret argument to job_completed; privatize it Max Reitz
2018-08-31 14:24 ` [Qemu-devel] [PULL 11/11] jobs: remove job_defer_to_main_loop Max Reitz
2018-08-31 14:27 ` [Qemu-devel] [PULL 00/11] Block patches Max Reitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.