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

2020-06-08 Thread Alexander Bulekov
On 200605 1956, Philippe Mathieu-Daudé wrote: > On 6/5/20 7:40 PM, Alexander Bulekov wrote: -cut- > "make install-datadir"? I think this just sets up the datadir for subsequent copies: install-datadir: $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)" The actual copy happens in install: install: al

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

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

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

2020-06-05 Thread Alexander Bulekov
On 200605 1956, Philippe Mathieu-Daudé wrote: > On 6/5/20 7:40 PM, 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:

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

2020-06-05 Thread Philippe Mathieu-Daudé
On 6/5/20 7:40 PM, 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 'Philippe Mathieu-Daudé' ;) > S

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

2020-06-05 Thread Alexander Bulekov
On 200605 1340, 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-off-by: Alexander Bulekov

[PATCH] 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 --- scripts/oss-fuzz/build.sh | 47 +