Skip to content
Commit eb19ce6b authored by Jean-Philippe Brucker's avatar Jean-Philippe Brucker
Browse files

run: Support launching a terminal locally



It is convenient to automatically spawn xterm when running multiple
interactive software, for example a CCA host and guest. The FVP already
supports this (when using the 'xterm' terminal type), and it is possible
with the 'telnet' terminal type but requires manually launching the
process.

Add a new 'term' type which takes an additional 'command' parameter and
is launched locally when the run starts.

An important security consideration is that this new option allows
launching arbitrary commands locally rather than sandboxed in a
container. But that was already possible by adding 'terminal_command'
parameters to the FVP. The user must trust the source of its
configurations.

Signed-off-by: default avatarJean-Philippe Brucker <jean-philippe@linaro.org>
parent afd11c13
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment