Re: [PATCH] fuzz: check machine, before PC-specific code

2021-03-14 Thread Alexander Bulekov
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

Re: [PATCH] fuzz: check machine, before PC-specific code

2021-03-14 Thread Philippe Mathieu-Daudé
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

Re: [PATCH] fuzz: check machine, before PC-specific code

2021-03-14 Thread no-reply
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

Re: [PATCH] fuzz: check machine, before PC-specific code

2021-03-14 Thread Alexander Bulekov
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 |

[PATCH] fuzz: check machine, before PC-specific code

2021-03-14 Thread Alexander Bulekov
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