qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add infrastructure to forbid external snapshot
@ 2013-09-25 14:23 Benoît Canet
  2013-09-25 14:23 ` [Qemu-devel] [PATCH] block: Add bdrv_forbid_ext_snapshots Benoît Canet
  0 siblings, 1 reply; 6+ messages in thread
From: Benoît Canet @ 2013-09-25 14:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Benoît Canet, stefanha

This paves the way for the quorum block driver to be merged.

Benoît Canet (1):
  block: Add bdrv_forbid_ext_snapshots.

 block.c                   | 27 +++++++++++++++++++++++++++
 block/blkdebug.c          |  2 ++
 block/blkverify.c         |  2 ++
 block/bochs.c             |  2 ++
 block/cloop.c             |  2 ++
 block/cow.c               |  2 ++
 block/curl.c              | 10 ++++++++++
 block/dmg.c               |  2 ++
 block/gluster.c           |  8 ++++++++
 block/iscsi.c             |  2 ++
 block/nbd.c               |  6 ++++++
 block/parallels.c         |  2 ++
 block/qcow.c              |  2 ++
 block/qcow2.c             |  2 ++
 block/qed.c               |  2 ++
 block/raw-posix.c         | 10 ++++++++++
 block/raw-win32.c         |  4 ++++
 block/raw_bsd.c           |  4 +++-
 block/rbd.c               |  2 ++
 block/sheepdog.c          |  6 ++++++
 block/ssh.c               |  2 ++
 block/vdi.c               |  2 ++
 block/vhdx.c              |  2 ++
 block/vmdk.c              |  2 ++
 block/vpc.c               |  2 ++
 block/vvfat.c             |  2 ++
 blockdev.c                |  5 +++++
 include/block/block.h     | 10 ++++++++++
 include/block/block_int.h |  7 +++++++
 29 files changed, 132 insertions(+), 1 deletion(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-26 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 14:23 [Qemu-devel] [PATCH] Add infrastructure to forbid external snapshot Benoît Canet
2013-09-25 14:23 ` [Qemu-devel] [PATCH] block: Add bdrv_forbid_ext_snapshots Benoît Canet
2013-09-26  2:01   ` Jeff Cody
2013-09-26 11:43     ` Kevin Wolf
2013-09-26 13:35       ` Benoît Canet
2013-09-26 14:05         ` Kevin Wolf

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