From: "Benoît Canet" <benoit@irqsave.net>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, jcody@redhat.com,
"Benoît Canet" <benoit@irqsave.net>,
stefanha@redhat.com
Subject: [Qemu-devel] [PATCH V4] disable blkverify external snapshot creation
Date: Wed, 2 Oct 2013 14:33:47 +0200 [thread overview]
Message-ID: <1380717228-10135-1-git-send-email-benoit@irqsave.net> (raw)
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
next reply other threads:[~2013-10-02 12:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-02 12:33 Benoît Canet [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1380717228-10135-1-git-send-email-benoit@irqsave.net \
--to=benoit@irqsave.net \
--cc=jcody@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).