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

2013-10-09 Thread Kevin Wolf
Am 02.10.2013 um 17:30 hat Max Reitz geschrieben: > On 2013-10-02 14:33, 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 Can

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

2013-10-02 Thread Eric Blake
On 10/02/2013 09:33 AM, Max Reitz wrote: > On 2013-10-02 14:33, 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. > Oh, I nearly missed it: s/I will also be

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

2013-10-02 Thread Max Reitz
On 2013-10-02 14:33, 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 | 17 + block/bl

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

2013-10-02 Thread Max Reitz
On 2013-10-02 14:33, 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. Oh, I nearly missed it: s/I will also be/It will also be/ and probably s/external snapshots cr

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

2013-10-02 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 | 17 + block/blkverify.c | 2 ++ blockdev.c