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

2018-11-06 Thread Andrey Shinkevich
Berto, Well noted about the "after implementation". Kindly, Andrey Shinkevich On 05.11.2018 19:08, Alberto Garcia wrote: > On Wed 31 Oct 2018 05:47:19 PM CET, Andrey Shinkevich > wrote: >> Adding a parameter to QMP block-stream command to allow discarding >> blocks in the backing chain

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

2018-11-06 Thread Andrey Shinkevich
OK, David, I will implement that with the next series. Kindly, Andrey Shinkevich On 31.10.2018 20:38, Dr. David Alan Gilbert wrote: > * Andrey Shinkevich (andrey.shinkev...@virtuozzo.com) wrote: >> Adding a parameter to QMP block-stream command to allow discarding >> blocks in the backing

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

2018-11-05 Thread Alberto Garcia
On Wed 31 Oct 2018 05:47:19 PM CET, 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 I haven't checked the other patch yet, but

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

2018-10-31 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| 2 +- >

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

2018-10-31 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| 2 +- blockdev.c| 8 +++- hmp-commands.hx | 4 ++--