Re: [PATCH v1 2/2] docs/fuzz: update make and run command lines

2020-10-08 Thread Alexander Bulekov
On 201007 1647, Dima Stepanov wrote: > After meson and some other build changes the qemu fuzz target should be > build as: > make qemu-fuzz-i386 > And also update the run path command line. > > Signed-off-by: Dima Stepanov > --- > docs/devel/fuzzing.txt | 6 +++--- > 1 file changed, 3 insertio

[PATCH v1 2/2] docs/fuzz: update make and run command lines

2020-10-07 Thread Dima Stepanov
After meson and some other build changes the qemu fuzz target should be build as: make qemu-fuzz-i386 And also update the run path command line. Signed-off-by: Dima Stepanov --- docs/devel/fuzzing.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/devel/fuzzing.