Re: [Qemu-block] [PATCH v2] qemu-io: add pattern file for write command

2019-05-30 Thread Denis Plotnikov
On 30.05.2019 10:51, Stefano Garzarella wrote: > On Wed, May 29, 2019 at 02:46:24PM +0300, Denis Plotnikov wrote: >> The patch allows to provide a pattern file for write >> command. There was no similar ability before. >> --- >> qemu-io-cmds.c | 58 ++

Re: [Qemu-block] [PATCH v2] qemu-io: add pattern file for write command

2019-05-30 Thread Stefano Garzarella
On Wed, May 29, 2019 at 02:46:24PM +0300, Denis Plotnikov wrote: > The patch allows to provide a pattern file for write > command. There was no similar ability before. > --- > qemu-io-cmds.c | 58 ++ > 1 file changed, 54 insertions(+), 4 deletions(-)

Re: [Qemu-block] [PATCH v2] qemu-io: add pattern file for write command

2019-05-29 Thread Max Reitz
On 29.05.19 13:46, Denis Plotnikov wrote: > The patch allows to provide a pattern file for write > command. There was no similar ability before. > --- > qemu-io-cmds.c | 58 ++ > 1 file changed, 54 insertions(+), 4 deletions(-) > > diff --git a/qemu

[Qemu-block] [PATCH v2] qemu-io: add pattern file for write command

2019-05-29 Thread Denis Plotnikov
The patch allows to provide a pattern file for write command. There was no similar ability before. --- qemu-io-cmds.c | 58 ++ 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c index 09750a23ce..148f2ff92a