Re: [RFC PATCH 0/3] fuzz: add generic fuzzer

2020-06-25 Thread Dima Stepanov
On Tue, Jun 23, 2020 at 03:16:01PM +0100, Stefan Hajnoczi wrote: > On Thu, Jun 11, 2020 at 01:56:48AM -0400, Alexander Bulekov wrote: > > These patches add a generic fuzzer for virtual devices. This should > > allow us to fuzz devices that accept inputs over MMIO, PIO and DMA > > without any device

Re: [RFC PATCH 0/3] fuzz: add generic fuzzer

2020-06-23 Thread Stefan Hajnoczi
On Thu, Jun 11, 2020 at 01:56:48AM -0400, Alexander Bulekov wrote: > These patches add a generic fuzzer for virtual devices. This should > allow us to fuzz devices that accept inputs over MMIO, PIO and DMA > without any device-specific code. > > Example: > QEMU_FUZZ_ARGS="-device virtio-net" \ > F

Re: [RFC PATCH 0/3] fuzz: add generic fuzzer

2020-06-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200611055651.13784-1-alx...@bu.edu/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200611055651.13784-1-alx...@bu.edu Subject: [RFC PATCH 0/3] fuzz: add generic fuzzer Type: series

[RFC PATCH 0/3] fuzz: add generic fuzzer

2020-06-10 Thread Alexander Bulekov
These patches add a generic fuzzer for virtual devices. This should allow us to fuzz devices that accept inputs over MMIO, PIO and DMA without any device-specific code. Example: QEMU_FUZZ_ARGS="-device virtio-net" \ FUZZ_REGION_WHITELIST="virtio pci-" \ ./i386-softmmu/qemu-fuzz-i386 --fuzz-target=