Re: [Qemu-devel] [PATCH V2] block: Add BlockDriver.bdrv_check_ext_snapshot.

2013-09-27 Thread Kevin Wolf
Am 26.09.2013 um 18:48 hat Jeff Cody geschrieben: > On Thu, Sep 26, 2013 at 04:33:49PM +0200, Benoît Canet wrote: > > This field is used by blkverify to disable external snapshots creation. > > I will also be used by block filters like quorum to disable external > > snapshots > > creation. > > >

Re: [Qemu-devel] [PATCH V2] block: Add BlockDriver.bdrv_check_ext_snapshot.

2013-09-26 Thread Jeff Cody
On Thu, Sep 26, 2013 at 04:33:49PM +0200, Benoît Canet wrote: > This field is used by blkverify to disable external snapshots creation. > I will also be used by block filters like quorum to disable external snapshots > creation. > > Signed-off-by: Benoit Canet > --- > block.c |

[Qemu-devel] [PATCH V2] block: Add BlockDriver.bdrv_check_ext_snapshot.

2013-09-26 Thread Benoît Canet
This field is used by blkverify to disable external snapshots creation. I will also be used by block filters like quorum to disable external snapshots creation. Signed-off-by: Benoit Canet --- block.c | 14 ++ block/blkverify.c | 2 ++ blockdev.c