Re: [PATCH v2] fuzz: add oss-fuzz build.sh script

2020-06-09 Thread Stefan Hajnoczi
On Fri, Jun 05, 2020 at 01:50:28PM -0400, 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-Daude > Signed-o

Re: [PATCH v2] fuzz: add oss-fuzz build.sh script

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

Re: [PATCH v2] fuzz: add oss-fuzz build.sh script

2020-06-05 Thread Darren Kenny
On Friday, 2020-06-05 at 14:24:59 -04, Alexander Bulekov wrote: > Hi Darren, > > On 200605 1858, Darren Kenny wrote: >> Hi Alex, >> >> From looking at another OSS Fuzz project recently (a coincidence) I >> wonder if we could make this script work so that it can be run outside >> of the OSS-Fuzz en

Re: [PATCH v2] fuzz: add oss-fuzz build.sh script

2020-06-05 Thread Philippe Mathieu-Daudé
On 6/5/20 7:58 PM, Darren Kenny wrote: > Hi Alex, > > From looking at another OSS Fuzz project recently (a coincidence) I > wonder if we could make this script work so that it can be run outside > of the OSS-Fuzz environment? Yes, we want to have this feature to reproduce/debug what oss-fuzz does

Re: [PATCH v2] fuzz: add oss-fuzz build.sh script

2020-06-05 Thread Alexander Bulekov
Hi Darren, On 200605 1858, Darren Kenny wrote: > Hi Alex, > > From looking at another OSS Fuzz project recently (a coincidence) I > wonder if we could make this script work so that it can be run outside > of the OSS-Fuzz environment? > > Specifically, for example, if $OUT is not set, then creati

Re: [PATCH v2] fuzz: add oss-fuzz build.sh script

2020-06-05 Thread Darren Kenny
Hi Alex, >From looking at another OSS Fuzz project recently (a coincidence) I wonder if we could make this script work so that it can be run outside of the OSS-Fuzz environment? Specifically, for example, if $OUT is not set, then creating a subdir in the build directory, and setting it to be that

[PATCH v2] fuzz: add oss-fuzz build.sh script

2020-06-05 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-Daude Signed-off-by: Alexander Bulekov --- v2 updates the script header comment. scripts/