qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
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 V3] disable blkverify external snapshot creation
Date: Mon, 30 Sep 2013 13:36:54 +0200	[thread overview]
Message-ID: <1380541015-10492-1-git-send-email-benoit@irqsave.net> (raw)

Hello,

Here is the new version of the snapshot forbidding patch.

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                   | 14 ++++++++++++++
 block/blkverify.c         |  2 ++
 blockdev.c                |  5 +++++
 include/block/block.h     | 14 ++++++++++++++
 include/block/block_int.h |  6 ++++++
 5 files changed, 41 insertions(+)

-- 
1.8.1.2

             reply	other threads:[~2013-09-30 11:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-30 11:36 Benoît Canet [this message]
2013-09-30 11:36 ` [Qemu-devel] [PATCH V3] block: Add BlockDriver.bdrv_check_ext_snapshot Benoît Canet
2013-09-30 17:41   ` Jeff Cody
2013-10-01 15:38   ` Benoît Canet

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=1380541015-10492-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).