Re: [PATCH v2 05/15] fuzz: Declare DMA Read callback function

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:11:00 -04, Alexander Bulekov wrote: > This patch declares the fuzz_dma_read_cb function and uses the > preprocessor and linker(weak symbols) to handle these cases: > > When we build softmmu/all with --enable-fuzzing, there should be no > strong symbol defined for fuzz

[PATCH v2 05/15] fuzz: Declare DMA Read callback function

2020-08-18 Thread Alexander Bulekov
This patch declares the fuzz_dma_read_cb function and uses the preprocessor and linker(weak symbols) to handle these cases: When we build softmmu/all with --enable-fuzzing, there should be no strong symbol defined for fuzz_dma_read_cb, and we link against a weak stub function. When we build softm