Re: [Qemu-devel] [PATCH v5 3/6] The discard flag for block stream operation

2019-01-03 Thread Dr. David Alan Gilbert
* Andrey Shinkevich (andrey.shinkev...@virtuozzo.com) wrote: > Adding a parameter to QMP block-stream command to allow discarding > blocks in the backing chain while blocks are being copied to the > active layer. > > Signed-off-by: Andrey Shinkevich > --- > block/copy-on-read.c | 24

[Qemu-devel] [PATCH v5 3/6] The discard flag for block stream operation

2018-12-30 Thread Andrey Shinkevich
Adding a parameter to QMP block-stream command to allow discarding blocks in the backing chain while blocks are being copied to the active layer. Signed-off-by: Andrey Shinkevich --- block/copy-on-read.c | 24 block/stream.c| 3 +-- blockdev.c