]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/analyse-locks-simpletrace.py: changed iteritems() to items()
authorMads Ynddal <m.ynddal@samsung.com>
Tue, 26 Sep 2023 10:34:36 +0000 (12:34 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 26 Sep 2023 16:28:51 +0000 (12:28 -0400)
commitff014701ab0f09fdbf37b4c39334790f9b298253
tree4553857396e34b35a3ba0442e4f2544ba5098ab1
parent84197267d1620405c664f6d4510288d0fd3a8837
scripts/analyse-locks-simpletrace.py: changed iteritems() to items()

Python 3 removed `dict.iteritems()` in favor of `dict.items()`. This
means the script currently doesn't work on Python 3.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Mads Ynddal <m.ynddal@samsung.com>
Message-id: 20230926103436.25700-15-mads@ynddal.dk
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
scripts/analyse-locks-simpletrace.py