qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] block: make qmp_transaction extendable
@ 2013-04-01 10:01 Wenchao Xia
  2013-04-01 10:01 ` [Qemu-devel] [PATCH 1/3] block: add function deappend() Wenchao Xia
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Wenchao Xia @ 2013-04-01 10:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, Wenchao Xia, dietmar, stefanha

  This serial will package backing chain snapshot code as one case to make it
possible adding more operations later. It is splitted out from previous snapshot
patches since it have slightly different purpose, adjusting qmp_transaction.
Previous patch and discuss could be found at:
http://lists.nongnu.org/archive/html/qemu-devel/2013-01/msg00645.html

  I can't find a way to split patch 2/3 to smaller ones unless breaking the build,
so kepted it as a relative larger patch.

Wenchao Xia (3):
  1 block: add function deappend()
  2 block: adjust qmp_transaction to be extendable
  3 block: change rollback sequence in qmp_transaction

 block.c               |   66 +++++++++++++
 blockdev.c            |  252 ++++++++++++++++++++++++++++++-------------------
 include/block/block.h |    1 +
 3 files changed, 221 insertions(+), 98 deletions(-)

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

end of thread, other threads:[~2013-04-18  6:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 10:01 [Qemu-devel] [PATCH 0/3] block: make qmp_transaction extendable Wenchao Xia
2013-04-01 10:01 ` [Qemu-devel] [PATCH 1/3] block: add function deappend() Wenchao Xia
2013-04-01 10:01 ` [Qemu-devel] [PATCH 2/3] block: adjust qmp_transaction to be extendable Wenchao Xia
2013-04-02 13:55   ` Kevin Wolf
2013-04-03  5:51     ` Wenchao Xia
2013-04-03  7:21       ` Paolo Bonzini
2013-04-03  9:02         ` Wenchao Xia
2013-04-03  9:17           ` Paolo Bonzini
2013-04-03  9:22           ` Kevin Wolf
2013-04-03 10:33           ` Wenchao Xia
2013-04-17 14:42   ` Stefan Hajnoczi
2013-04-18  3:00     ` Wenchao Xia
2013-04-18  6:35       ` Stefan Hajnoczi
2013-04-01 10:01 ` [Qemu-devel] [PATCH 3/3] block: change rollback sequence in qmp_transaction Wenchao Xia
2013-04-01 15:52   ` Eric Blake
2013-04-02  2:34     ` Wenchao Xia
2013-04-02 13:59   ` Kevin Wolf
2013-04-03  5:35     ` Wenchao Xia
2013-04-03  9:03       ` Kevin Wolf
2013-04-03 10:35         ` Wenchao Xia

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