Re: [Qemu-devel] [PATCH v6] qemu-io: add pattern file for write command

2019-07-11 Thread Max Reitz
On 27.06.19 17:26, Denis Plotnikov wrote: > > > On 19.06.2019 13:09, Vladimir Sementsov-Ogievskiy wrote: >> 10.06.2019 16:21, Denis Plotnikov wrote: >>> The patch allows to provide a pattern file for write >>> command. There was no similar ability before. >>> >>> Signed-off-by: Denis Plotnikov >

Re: [Qemu-devel] [PATCH v6] qemu-io: add pattern file for write command

2019-06-27 Thread Denis Plotnikov
On 19.06.2019 13:09, Vladimir Sementsov-Ogievskiy wrote: > 10.06.2019 16:21, Denis Plotnikov wrote: >> The patch allows to provide a pattern file for write >> command. There was no similar ability before. >> >> Signed-off-by: Denis Plotnikov >> --- >> v6: >> * the pattern file is read once t

Re: [Qemu-devel] [PATCH v6] qemu-io: add pattern file for write command

2019-06-19 Thread Vladimir Sementsov-Ogievskiy
10.06.2019 16:21, Denis Plotnikov wrote: > The patch allows to provide a pattern file for write > command. There was no similar ability before. > > Signed-off-by: Denis Plotnikov > --- > v6: >* the pattern file is read once to reduce io > > v5: >* file name initiated with null to make co