mirage / mirage-qubes

Mirage support for writing QubesOS AppVM unikernels
BSD 2-Clause "Simplified" License
62 stars 11 forks source link

implement an rexec_client; move previous rexec code to rexec_server #36

Closed yomimono closed 4 years ago

yomimono commented 5 years ago

Here's another attempt at #35, which tries to implement a more sensible API.

yomimono commented 5 years ago

/cc @linse

reynir commented 5 years ago

I think this doesn't take account for qrexec calls can be to and from the VM during the same session - so the server part will eat client messages, and/or the client part will eat server messages. I may be wrong, but I remember thinking of how to solve this when I wanted to implement this myself. I will dig some further...

reynir commented 4 years ago

Oh, sorry. I meant to submit pending review in #39 and not these old comments

talex5 commented 4 years ago

Closing this as it appears to be superseded by #39.