All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Misc block job patches
@ 2016-05-27 10:53 Alberto Garcia
  2016-05-27 10:53 ` [Qemu-devel] [PATCH 1/4] block: use the block job list in bdrv_drain_all() Alberto Garcia
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Alberto Garcia @ 2016-05-27 10:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, Kevin Wolf, Max Reitz, Alberto Garcia

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

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

end of thread, other threads:[~2016-05-27 11:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27 10:53 [Qemu-devel] [PATCH 0/4] Misc block job patches Alberto Garcia
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

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.