qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] Recursive op blockers


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v2 0/2] Recursive op blockers
Date: Mon, 22 Sep 2014 14:40:37 +0200

in v2:
        Added a base parameters [Kevin]
        Remove multiple blockers [Kevin]

        Addressed Kevin's comments except BLOCK_OP_TYPE_MIRROR_REPLACE relaxing
        and "You need to unblock all of the BDSes that are going to be removed.
        Aren't you unblocking more than that here?".


pass ./check -qcow2

Benoît Canet (2):
  block: Rename BLOCK_OP_TYPE_REPLACE to BLOCK_OP_TYPE_MIRROR_REPLACE
  block: Make op blockers recursive

 block-migration.c         |   4 +-
 block.c                   | 123 ++++++++++++++++++++++++++++++++++++++++++----
 block/blkverify.c         |  21 ++++++++
 block/commit.c            |   2 +
 block/mirror.c            |  26 +++++++---
 block/quorum.c            |  29 +++++++++++
 block/stream.c            |   2 +
 block/vmdk.c              |  32 ++++++++++++
 blockjob.c                |   6 +--
 include/block/block.h     |  14 ++++--
 include/block/block_int.h |  10 ++++
 11 files changed, 242 insertions(+), 27 deletions(-)

-- 
2.1.0




reply via email to

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