If you have to do a v5, the correct word is generic not general. :)
Otherwise looks great.
Paolo
On 15/10/20 15:41, Alexander Bulekov wrote:
> v4:
> - Replace yaml + c template-based oss-fuzz configs, with C code to
> register a FuzzTarget for each config (as suggested by Paolo)
>
Patchew URL: https://patchew.org/QEMU/20201015134137.205958-1-alx...@bu.edu/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20201015134137.205958-1-alx...@bu.edu
Subject: [PATCH v4 00/16] Add a General Virtual Device
v4:
- Replace yaml + c template-based oss-fuzz configs, with C code to
register a FuzzTarget for each config (as suggested by Paolo)
- Replicate the functionality of address_space_write_rom to ensure
matching behavior when QTEST_LOG is enabled
- Improve code documentation/co