qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] Misc block job patches


From: Alberto Garcia
Subject: [Qemu-devel] [PATCH 0/4] Misc block job patches
Date: Fri, 27 May 2016 12:53:35 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]