Re: [Qemu-devel] [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

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

2019-05-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190529114624.23107-1-dplotni...@virtuozzo.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2] qemu-io: add pattern file for write command Type: series Message-id

[Qemu-devel] [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