qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 00/10] Block patches
@ 2018-08-31 14:32 Max Reitz
  2018-08-31 14:32 ` [Qemu-devel] [PULL v2 01/10] tests: fix bdrv-drain leak Max Reitz
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Max Reitz @ 2018-08-31 14:32 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-v2

for you to fetch changes up to e21a1c9831fc80ae3f3c1affdfa43350035d8588:

  jobs: remove job_defer_to_main_loop (2018-08-31 16:28:33 +0200)

----------------------------------------------------------------
Block patches:
- (Block) job exit refactoring, part 1
  (removing job_defer_to_main_loop())
- test-bdrv-drain leak fix

----------------------------------------------------------------
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/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 +-
 12 files changed, 161 insertions(+), 242 deletions(-)

-- 
2.17.1

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

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

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

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