Re: [Qemu-devel] [PATCH 2/5] The discard flag for block stream operation

2018-11-26 Thread Eric Blake
On 11/22/18 12:48 PM, Andrey Shinkevich 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/stream.c| 3 +-- blockdev.c

Re: [Qemu-devel] [PATCH 2/5] The discard flag for block stream operation

2018-11-23 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/stream.c| 3 +-- >

[Qemu-devel] [PATCH 2/5] The discard flag for block stream operation

2018-11-22 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/stream.c| 3 +-- blockdev.c| 8 +++- hmp-commands.hx | 4 ++--