Re: [PATCH v6 02/16] fuzz: Add generic virtual-device fuzzer

2020-10-22 Thread Darren Kenny
Hi Alex, On Wednesday, 2020-10-21 at 17:09:08 -04, Alexander Bulekov wrote: > This is a generic fuzzer designed to fuzz a virtual device's > MemoryRegions, as long as they exist within the Memory or Port IO (if it > exists) AddressSpaces. The fuzzer's input is interpreted into a sequence > of qtes

[PATCH v6 02/16] fuzz: Add generic virtual-device fuzzer

2020-10-21 Thread Alexander Bulekov
This is a generic fuzzer designed to fuzz a virtual device's MemoryRegions, as long as they exist within the Memory or Port IO (if it exists) AddressSpaces. The fuzzer's input is interpreted into a sequence of qtest commands (outb, readw, etc). The interpreted commands are separated by a magic seap