Re: [PATCH] fuzz: fix the pro100 generic-fuzzer config

2021-02-22 Thread Alexander Bulekov
On 210221 0947, Philippe Mathieu-Daudé wrote: > On 2/21/21 1:47 AM, Alexander Bulekov wrote: > > The device-type names for the pro100 network cards, are i8255.. We were > > matching "eepro", which catches the PCI PIO/MMIO regions for those > > devices, however misses the actual PCI device, which we

Re: [PATCH] fuzz: fix the pro100 generic-fuzzer config

2021-02-21 Thread Philippe Mathieu-Daudé
On 2/21/21 1:47 AM, Alexander Bulekov wrote: > The device-type names for the pro100 network cards, are i8255.. We were > matching "eepro", which catches the PCI PIO/MMIO regions for those > devices, however misses the actual PCI device, which we use to map the > BARs, before fuzzing. Fix that > >

[PATCH] fuzz: fix the pro100 generic-fuzzer config

2021-02-20 Thread Alexander Bulekov
The device-type names for the pro100 network cards, are i8255.. We were matching "eepro", which catches the PCI PIO/MMIO regions for those devices, however misses the actual PCI device, which we use to map the BARs, before fuzzing. Fix that Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/g