From: Max Reitz <mreitz@redhat.com>
To: qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org, Max Reitz <mreitz@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
Kevin Wolf <kwolf@redhat.com>
Subject: [Qemu-devel] [PULL v2 00/10] Block patches
Date: Fri, 31 Aug 2018 16:32:31 +0200 [thread overview]
Message-ID: <20180831143241.31787-1-mreitz@redhat.com> (raw)
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
next reply other threads:[~2018-08-31 14:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-31 14:32 Max Reitz [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180831143241.31787-1-mreitz@redhat.com \
--to=mreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).