qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V4] disable blkverify external snapshot creation


From: Benoît Canet
Subject: [Qemu-devel] [PATCH V4] disable blkverify external snapshot creation
Date: Wed, 2 Oct 2013 14:33:47 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]