summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThomas Huth2022-07-11 11:53:00 +0200
committerThomas Huth2022-07-18 20:24:36 +0200
commit2d2e4843b641f53c8016978f73675da7b66136fb (patch)
tree703829516df3a4e3f422625b02aac30c195976db /scripts
parenttests/unit: Replace g_memdup() by g_memdup2() (diff)
downloadqemu-2d2e4843b641f53c8016978f73675da7b66136fb.tar.gz
qemu-2d2e4843b641f53c8016978f73675da7b66136fb.tar.xz
qemu-2d2e4843b641f53c8016978f73675da7b66136fb.zip
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vmstate-static-checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vmstate-static-checker.py b/scripts/vmstate-static-checker.py
index 539ead62b4..b369388360 100755
--- a/scripts/vmstate-static-checker.py
+++ b/scripts/vmstate-static-checker.py
@@ -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'],