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
Implement feature toggle for GA forwarding mode in QEMU
Current code supports 2 modes:
- forwarding via SSH forwarding
- forwarding by QEMU via serialport
In GA they are exclusive modes - it either talks to device or exposes
Unix socket inside VM.
At some point the GA part was switched to Unix socket only, but QEMU
start command line was not updated. SSH forwarder takes care
of it by removing Unix socket before starting its own, but there is no
point in having it, when it can't be used.
This code introduces feature toggle allowing to use either mode. Keeping
the "unstable" option could be beneficial for environments, where Unix
socket forwarding is tricky (Windows hosts).
Signed-off-by: Arthur Sengileyev <[email protected]>
0 commit comments