diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2023-10-09 17:40:58 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-10-11 08:46:33 +0100 |
commit | 73c392c26b0c96eb07272ea21cc0062ce534b6a3 (patch) | |
tree | b0827d4e9b530659e10c1718d5d6a92516b30b0c /python/qemu/machine/qtest.py | |
parent | 213316d401e72b218d8edd9b88d72df6ecf0cc49 (diff) | |
download | qemu-73c392c26b0c96eb07272ea21cc0062ce534b6a3.zip qemu-73c392c26b0c96eb07272ea21cc0062ce534b6a3.tar.gz qemu-73c392c26b0c96eb07272ea21cc0062ce534b6a3.tar.bz2 |
gdbstub: Replace gdb_regs with an array
An array is a more appropriate data structure than a list for gdb_regs
since it is initialized only with append operation and read-only after
initialization.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20230912224107.29669-13-akihiko.odaki@daynix.com>
[AJB: fixed a checkpatch violation]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231009164104.369749-20-alex.bennee@linaro.org>
Diffstat (limited to 'python/qemu/machine/qtest.py')
0 files changed, 0 insertions, 0 deletions