qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Recursive op blockers
@ 2014-09-22 12:40 Benoît Canet
  2014-09-22 12:40 ` [Qemu-devel] [PATCH v2 1/2] block: Rename BLOCK_OP_TYPE_REPLACE to BLOCK_OP_TYPE_MIRROR_REPLACE Benoît Canet
  2014-09-22 12:40 ` [Qemu-devel] [PATCH v2 2/2] block: Make op blockers recursive Benoît Canet
  0 siblings, 2 replies; 9+ messages in thread
From: Benoît Canet @ 2014-09-22 12:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, jcody, famz, Benoît Canet, stefanha

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

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel] [PATCH v2 0/2] Recursive op blockers
@ 2014-09-22 19:00 Benoît Canet
  2014-09-22 19:00 ` [Qemu-devel] [PATCH v2 2/2] block: Make op blockers recursive Benoît Canet
  0 siblings, 1 reply; 9+ messages in thread
From: Benoît Canet @ 2014-09-22 19:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, jcody, famz, Benoît Canet, stefanha

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

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

end of thread, other threads:[~2014-10-01 15:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 12:40 [Qemu-devel] [PATCH v2 0/2] Recursive op blockers Benoît Canet
2014-09-22 12:40 ` [Qemu-devel] [PATCH v2 1/2] block: Rename BLOCK_OP_TYPE_REPLACE to BLOCK_OP_TYPE_MIRROR_REPLACE Benoît Canet
2014-09-22 12:40 ` [Qemu-devel] [PATCH v2 2/2] block: Make op blockers recursive Benoît Canet
  -- strict thread matches above, loose matches on Subject: below --
2014-09-22 19:00 [Qemu-devel] [PATCH v2 0/2] Recursive op blockers Benoît Canet
2014-09-22 19:00 ` [Qemu-devel] [PATCH v2 2/2] block: Make op blockers recursive Benoît Canet
2014-10-01  4:38   ` Jeff Cody
2014-10-01  4:59     ` Benoît Canet
2014-10-01  9:29     ` Benoît Canet
2014-10-01 15:19       ` Jeff Cody
2014-10-01 15:42         ` Benoît Canet

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).