Re: [Qemu-devel] [PULL v2 01/16] qemu-io: add pattern file for write command

2019-09-10 Thread Max Reitz
On 09.09.19 19:26, Peter Maydell wrote: > On Tue, 3 Sep 2019 at 14:35, Max Reitz wrote: >> >> From: Denis Plotnikov >> >> The patch allows to provide a pattern file for write >> command. There was no similar ability before. >> >> Signed-off-by: Denis Plotnikov >> Message-id: 20190820164616.4072-

Re: [Qemu-devel] [PULL v2 01/16] qemu-io: add pattern file for write command

2019-09-09 Thread Peter Maydell
On Tue, 3 Sep 2019 at 14:35, Max Reitz wrote: > > From: Denis Plotnikov > > The patch allows to provide a pattern file for write > command. There was no similar ability before. > > Signed-off-by: Denis Plotnikov > Message-id: 20190820164616.4072-1-dplotni...@virtuozzo.com > Reviewed-by: Eric Bla

[Qemu-devel] [PULL v2 01/16] qemu-io: add pattern file for write command

2019-09-03 Thread Max Reitz
From: Denis Plotnikov The patch allows to provide a pattern file for write command. There was no similar ability before. Signed-off-by: Denis Plotnikov Message-id: 20190820164616.4072-1-dplotni...@virtuozzo.com Reviewed-by: Eric Blake [mreitz: Keep optstring in alphabetical order] Signed-off-b