qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V4] disable blkverify external snapshot creation
@ 2013-10-02 12:33 Benoît Canet
  2013-10-02 12:33 ` [Qemu-devel] [PATCH V4] block: Add BlockDriver.bdrv_check_ext_snapshot Benoît Canet
  0 siblings, 1 reply; 6+ messages in thread
From: Benoît Canet @ 2013-10-02 12:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, jcody, Benoît Canet, stefanha

Hello,

Here is the new version of the snapshot forbidding patch.

v4: do also the check in bs->file->drv (make it work with quorum) [Benoît]

v3:
   functions return an enum [Jeff]
   rename forbiding function [Kevin]

v2:
   Use NULL fields to avoid having to fill the new field in every BlockDriver
       [Jeff]
   Rename the field [Kevin]


Benoît Canet (1):
  block: Add BlockDriver.bdrv_check_ext_snapshot.

 block.c                   | 17 +++++++++++++++++
 block/blkverify.c         |  2 ++
 blockdev.c                |  5 +++++
 include/block/block.h     | 14 ++++++++++++++
 include/block/block_int.h |  6 ++++++
 5 files changed, 44 insertions(+)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-10-09 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 12:33 [Qemu-devel] [PATCH V4] disable blkverify external snapshot creation Benoît Canet
2013-10-02 12:33 ` [Qemu-devel] [PATCH V4] block: Add BlockDriver.bdrv_check_ext_snapshot Benoît Canet
2013-10-02 15:30   ` Max Reitz
2013-10-09 10:22     ` Kevin Wolf
2013-10-02 15:33   ` Max Reitz
2013-10-02 15:42     ` Eric Blake

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