All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Implement recursive op blockers
@ 2014-08-22 16:11 Benoît Canet
  2014-08-22 16:11 ` [Qemu-devel] [PATCH] block: Make op blockers recursive Benoît Canet
  0 siblings, 1 reply; 21+ messages in thread
From: Benoît Canet @ 2014-08-22 16:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, jcody, famz, Benoît Canet, stefanha

This self contained patch implements recursives op blockers while passing all the
./check -qcow2 tests.

Benoît Canet (1):
  block: Make op blockers recursive

 block.c                   | 69 ++++++++++++++++++++++++++++++++++++++++++++---
 block/blkverify.c         | 21 +++++++++++++++
 block/commit.c            |  3 +++
 block/mirror.c            | 17 ++++++++----
 block/quorum.c            | 25 +++++++++++++++++
 block/stream.c            |  3 +++
 block/vmdk.c              | 34 +++++++++++++++++++++++
 include/block/block.h     |  2 +-
 include/block/block_int.h |  6 +++++
 9 files changed, 171 insertions(+), 9 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2014-09-22 12:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-22 16:11 [Qemu-devel] [PATCH] Implement recursive op blockers Benoît Canet
2014-08-22 16:11 ` [Qemu-devel] [PATCH] block: Make op blockers recursive Benoît Canet
2014-08-25  6:04   ` Fam Zheng
2014-08-25  9:06     ` Benoît Canet
2014-08-25  9:37       ` Fam Zheng
2014-08-25 12:12         ` Benoît Canet
2014-08-26  4:42           ` Fam Zheng
2014-08-26  6:45             ` Benoît Canet
2014-09-04 20:42               ` Stefan Hajnoczi
2014-09-10  8:54                 ` Fam Zheng
2014-09-10 14:18                   ` Benoît Canet
2014-09-10 15:14                   ` Eric Blake
2014-09-10 15:49                     ` Benoît Canet
2014-09-11 11:22                       ` Kevin Wolf
2014-09-11  0:50                     ` Fam Zheng
2014-09-09 11:56   ` Kevin Wolf
2014-09-09 14:28     ` Benoît Canet
2014-09-12  3:48       ` Fam Zheng
2014-09-15 15:17         ` Benoît Canet
2014-09-18  2:57           ` Fam Zheng
2014-09-22 12:33             ` Benoît Canet

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.