You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virtio-console: Implement redirection for stdin/stdout/stderr
TODO: implement stderr here too!
This is done by creating a port for each of stdin/stdout/stderr,
Each of these ports is multidirectional but we only use one direction.
Port 0 must always be a console - this is implied by the specification.
Signed-off-by: Matej Hrica <[email protected]>
0 commit comments