Re: [Qemu-devel] [RFC 19/19] fuzz: Add documentation about the fuzzer to docs/

2019-07-26 Thread Stefan Hajnoczi
On Thu, Jul 25, 2019 at 03:24:00AM +, Oleinik, Alexander wrote: > +== Main Modifications required for Fuzzing == > + > +Fuzzing is enabled with the -enable-fuzzing flag, which adds the needed > cflags > +to enable Libfuzzer and AddressSanitizer. In the code, most of the changes to > +existing

[Qemu-devel] [RFC 19/19] fuzz: Add documentation about the fuzzer to docs/

2019-07-24 Thread Oleinik, Alexander
Signed-off-by: Alexander Oleinik --- docs/devel/fuzzing.txt | 145 + 1 file changed, 145 insertions(+) create mode 100644 docs/devel/fuzzing.txt diff --git a/docs/devel/fuzzing.txt b/docs/devel/fuzzing.txt new file mode 100644 index 00..321e005e8c