On 210315 0031, Philippe Mathieu-Daudé wrote:
> On 3/15/21 12:13 AM, Alexander Bulekov wrote:
> > On 210314 1910, Alexander Bulekov wrote:
> >> We enumerate PCI devices on PC machines, but this breaks the fuzzer for
> >> non-PC machines and architectures. Add checks to avoid this.
> >>
> >> Reporte
On 3/15/21 12:13 AM, Alexander Bulekov wrote:
> On 210314 1910, Alexander Bulekov wrote:
>> We enumerate PCI devices on PC machines, but this breaks the fuzzer for
>> non-PC machines and architectures. Add checks to avoid this.
>>
>> Reported-by: Philippe Mathieu-Daudé
>> Signed-off-by: Alexander
Patchew URL: https://patchew.org/QEMU/20210314231015.29166-1-alx...@bu.edu/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20210314231015.29166-1-alx...@bu.edu
Subject: [PATCH] fuzz: check machine, before PC-specific
On 210314 1910, Alexander Bulekov wrote:
> We enumerate PCI devices on PC machines, but this breaks the fuzzer for
> non-PC machines and architectures. Add checks to avoid this.
>
> Reported-by: Philippe Mathieu-Daudé
> Signed-off-by: Alexander Bulekov
> ---
> tests/qtest/fuzz/generic_fuzz.c |
We enumerate PCI devices on PC machines, but this breaks the fuzzer for
non-PC machines and architectures. Add checks to avoid this.
Reported-by: Philippe Mathieu-Daudé
Signed-off-by: Alexander Bulekov
---
tests/qtest/fuzz/generic_fuzz.c | 11 ---
1 file changed, 8 insertions(+), 3 dele