mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
Replace 'whitelist' with 'allow'
Let's use more inclusive language here and avoid terms that are frowned upon nowadays. Message-Id: <20220711095300.60462-1-thuth@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
@ -40,7 +40,7 @@ def check_fields_match(name, s_field, d_field):
|
||||
return True
|
||||
|
||||
# Some fields changed names between qemu versions. This list
|
||||
# is used to whitelist such changes in each section / description.
|
||||
# is used to allow such changes in each section / description.
|
||||
changed_names = {
|
||||
'apic': ['timer', 'timer_expiry'],
|
||||
'e1000': ['dev', 'parent_obj'],
|
||||
|
Reference in New Issue
Block a user