fuzz: make object-name matching case-insensitive
authorAlexander Bulekov <alxndr@bu.edu>
Tue, 13 Jul 2021 15:00:36 +0000 (11:00 -0400)
committerAlexander Bulekov <alxndr@bu.edu>
Wed, 1 Sep 2021 11:33:13 +0000 (07:33 -0400)
commitf2e8b87a1afeec13157094909bf129c4b64192ba
treea57213864db6051529d41351f888258a7b13e7c9
parent993f52f4d43ddcddcb6f68b79a528599f4f099f9
fuzz: make object-name matching case-insensitive

We have some configs for devices such as the AC97 and ES1370 that were
not matching memory-regions correctly, because the configs provided
lowercase names. To resolve these problems and prevent them from
occurring again in the future, convert both the pattern and names to
lower-case, prior to checking for a match.

Suggested-by: Darren Kenny <darren.kenny@oracle.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
tests/qtest/fuzz/generic_fuzz.c