projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3dd58b
)
tests/avocado: fix replay-linux test
author
Pavel Dovgalyuk
<pavel.dovgalyuk@ispras.ru>
Tue, 2 Aug 2022 10:36:06 +0000
(13:36 +0300)
committer
Thomas Huth
<thuth@redhat.com>
Sun, 7 Aug 2022 16:51:35 +0000
(18:51 +0200)
Last line of the test is missing by accident.
This patch fixes the script.
Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Message-Id: <
165943656662
.362178.
2086588841425038338
.stgit@pasha-ThinkPad-X280>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/replay_linux.py
patch
|
blob
|
history
diff --git
a/tests/avocado/replay_linux.py
b/tests/avocado/replay_linux.py
index 40e4f6908e6214019ca7bde7e2bc2c3371650dd9..e1f9981a3430aa1602d6866f7b64abf79350ca20 100644
(file)
--- a/
tests/avocado/replay_linux.py
+++ b/
tests/avocado/replay_linux.py
@@
-189,3
+189,4
@@
class ReplayLinuxAarch64(ReplayLinux):
self.run_rr(shift=3,
args=(*self.get_common_args(),
+ "-machine", "virt,gic-version=3"))