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

Hello,

Here is V2 of the external snapshot disabling patch.
The result is hopefully smaller and don't impact all BlockDriver anymore.
Only the blkverify Driver is modified.

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     |  7 +++++++
 include/block/block_int.h |  8 ++++++++
 5 files changed, 36 insertions(+)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-27  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 14:33 [Qemu-devel] [PATCH V2] disable blkverify external snapshot creation Benoît Canet
2013-09-26 14:33 ` [Qemu-devel] [PATCH V2] block: Add BlockDriver.bdrv_check_ext_snapshot Benoît Canet
2013-09-26 16:48   ` Jeff Cody
2013-09-27  9:52     ` 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).