Re: [Qemu-devel] [RFC 00/19] Add virtual device fuzzing support

2019-08-06 Thread jiade zhang
it seems the code in blue in tests/fuzz/fuzz.c does not do anything, what it supposed to be? // TODO: Replace this with QEMU's built-in linked list static void enum_memory(void) { mtree_info(true, true, true); fuzz_memory_region *fmr = g_new0(fuzz_memory_region, 1); fmr->io = false;

Re: [Qemu-devel] [RFC 00/19] Add virtual device fuzzing support

2019-07-26 Thread Stefan Hajnoczi
On Thu, Jul 25, 2019 at 03:23:43AM +, Oleinik, Alexander wrote: > As part of Google Summer of Code 2019, I'm working on integrating > fuzzing of virtual devices into QEMU [1]. This is a highly WIP patchset > adding this functionality. > > Fuzzers provide random data to a program and monitor it

Re: [Qemu-devel] [RFC 00/19] Add virtual device fuzzing support

2019-07-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190725032321.12721-1-alx...@bu.edu/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [RFC 00/19] Add virtual device fuzzing support Message-id: 20190725032321.12721-1-alx

[Qemu-devel] [RFC 00/19] Add virtual device fuzzing support

2019-07-24 Thread Oleinik, Alexander
As part of Google Summer of Code 2019, I'm working on integrating fuzzing of virtual devices into QEMU [1]. This is a highly WIP patchset adding this functionality. Fuzzers provide random data to a program and monitor its execution for errors. Coverage-guided fuzzers also observe the parts of the