New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reliable command execution in VM #86

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by rafal on 7 Mar 2011 11:10 UTC
Currently, dom0 can trigger command execution in VM via qubes-guid message. This has the following disadvantages:
a) requires running qubes-guid; some VMs, e.g. netvm, are started before X, so without qubes-guid
b) there is no stdin/stdout/stderr passing, and no info on exit code

Solve it via a dedicated qrexec-agent process in each VM.

Migrated-From: https://wiki.qubes-os.org/ticket/86

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 15 Mar 2011 00:34 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 15 Mar 2011 00:34 UTC

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 15 Mar 2011 00:38 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 15 Mar 2011 00:38 UTC

@marmarek marmarek added P: critical and removed P: major labels Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by rafal on 23 Mar 2011 15:53 UTC
Implemented.
TBD - improve performance. Probably the vchan buffer is the bottleneck.

Member

marmarek commented Mar 8, 2015

Comment by rafal on 23 Mar 2011 15:53 UTC
Implemented.
TBD - improve performance. Probably the vchan buffer is the bottleneck.

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment