Skip to content

Commit

Permalink
tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay
Browse files Browse the repository at this point in the history
Wether we use a software MMU or not to set the SSH timeout
isn't really relevant. What we want to know is if we use
a hardware or software accelerator (TCG).
Replace the 'softmmu' mention by 'TCG'.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231002145104.52193-2-philmd@linaro.org>
  • Loading branch information
philmd committed Nov 6, 2023
1 parent 4e40abd commit fc0817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vm/ubuntu.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DEFAULT_CONFIG = {
"apt-get install -y libfdt-dev pkg-config language-pack-en ninja-build",
# We increase beyond the default time since during boot
# it can take some time (many seconds) to log into the VM
# especially using softmmu.
# especially using TCG.
'ssh_timeout' : 60,
}

Expand Down

0 comments on commit fc0817c

Please sign in to comment.