Re: [PATCH v3] fuzz: add oss-fuzz build-script

2020-06-11 Thread Darren Kenny
Hi Alex, On Thursday, 2020-06-11 at 02:13:55 -04, Alexander Bulekov wrote: > It is neater to keep this in the QEMU repo, since any change that > requires an update to the oss-fuzz build configuration, can make the > necessary changes in the same series. > > Suggested-by: Philippe Mathieu-Daudé >

Re: [PATCH v3] fuzz: add oss-fuzz build-script

2020-06-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200611061355.31967-1-alx...@bu.edu/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200611061355.31967-1-alx...@bu.edu Subject: [PATCH v3] fuzz: add oss-fuzz build-script Type: series

[PATCH v3] fuzz: add oss-fuzz build-script

2020-06-10 Thread Alexander Bulekov
It is neater to keep this in the QEMU repo, since any change that requires an update to the oss-fuzz build configuration, can make the necessary changes in the same series. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Alexander Bulekov --- In v3 I tried to make this build outside the oss