From: Alberto Garcia <berto@igalia.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
Max Reitz <mreitz@redhat.com>, Alberto Garcia <berto@igalia.com>
Subject: [Qemu-devel] [PATCH 0/4] Misc block job patches
Date: Fri, 27 May 2016 12:53:35 +0200 [thread overview]
Message-ID: <cover.1464346103.git.berto@igalia.com> (raw)
Hi,
here's a few patches from my block-stream series that I think are
ready to be merged now.
I don't think there's anything controversial here:
- Patches 1 and 2 simply use block_job_next() in places where
bdrv_next() was being used to look for block jobs.
- Patch 3 is a fix that was already proposed in the list.
- Patch 4 is quite simple and it deals with the failure of
block_job_create() in commit_start().
Regards,
Berto
Alberto Garcia (4):
block: use the block job list in bdrv_drain_all()
block: use the block job list in qmp_query_block_jobs()
block: Prevent sleeping jobs from resuming if they have been paused
block: Create the commit block job before reopening any image
block/commit.c | 11 ++++++-----
block/io.c | 24 ++++++++++++++++++------
blockdev.c | 20 ++++++++------------
blockjob.c | 6 ++++--
4 files changed, 36 insertions(+), 25 deletions(-)
--
2.8.1
next reply other threads:[~2016-05-27 10:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-27 10:53 Alberto Garcia [this message]
2016-05-27 10:53 ` [Qemu-devel] [PATCH 1/4] block: use the block job list in bdrv_drain_all() Alberto Garcia
2016-05-27 10:58 ` Max Reitz
2016-05-27 10:53 ` [Qemu-devel] [PATCH 2/4] block: use the block job list in qmp_query_block_jobs() Alberto Garcia
2016-05-27 11:01 ` Max Reitz
2016-05-27 10:53 ` [Qemu-devel] [PATCH 3/4] block: Prevent sleeping jobs from resuming if they have been paused Alberto Garcia
2016-05-27 11:07 ` Max Reitz
2016-05-27 10:53 ` [Qemu-devel] [PATCH 4/4] block: Create the commit block job before reopening any image Alberto Garcia
2016-05-27 11:10 ` Max Reitz
2016-05-27 11:12 ` [Qemu-devel] [PATCH 0/4] Misc block job patches 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=cover.1464346103.git.berto@igalia.com \
--to=berto@igalia.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--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 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.