Re: [PATCH v3 3/4] fuzz: fix the AC97 generic-fuzzer config.

2021-06-24 Thread Darren Kenny
Hi Alex, Given that 2 of the patches here are simply adding a capitalized version of the string, I wonder if this is something that should be case insensitive, and thus the code should change instead? Hypothetically, how likely is it that there are unrelated objects with the same name but

[PATCH v3 3/4] fuzz: fix the AC97 generic-fuzzer config.

2021-06-23 Thread Alexander Bulekov
TYPE_AC97 is "AC97", capitalized. Fix the config to account for that. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/generic_fuzz_configs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/fuzz/generic_fuzz_configs.h