diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-04 11:06:20 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-07 19:02:33 +0200 |
| commit | 7893e42d5d9cafeeab30a114e8ec86517f8a1b36 (patch) | |
| tree | 3c347d9ad5fd9c9c7b519cdb96e23991feaaf105 /tests/tcg/multiarch/gdbstub/memory.py | |
| parent | c2646d49588d834c2bcc050539053074ac43d4ba (diff) | |
| download | focaccia-qemu-7893e42d5d9cafeeab30a114e8ec86517f8a1b36.tar.gz focaccia-qemu-7893e42d5d9cafeeab30a114e8ec86517f8a1b36.zip | |
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231004090629.37473-6-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/tcg/multiarch/gdbstub/memory.py')
| -rw-r--r-- | tests/tcg/multiarch/gdbstub/memory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/multiarch/gdbstub/memory.py b/tests/tcg/multiarch/gdbstub/memory.py index dd25e72281..fb1d06b7bb 100644 --- a/tests/tcg/multiarch/gdbstub/memory.py +++ b/tests/tcg/multiarch/gdbstub/memory.py @@ -1,6 +1,6 @@ from __future__ import print_function # -# Test some of the softmmu debug features with the multiarch memory +# Test some of the system debug features with the multiarch memory # test. It is a port of the original vmlinux focused test case but # using the "memory" test instead. # |