-
Notifications
You must be signed in to change notification settings - Fork 0
Add smol support (and some cleanups) #8
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Teddy Astie <[email protected]>
Try to make things more organized Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Tu Dinh <[email protected]>
This avoids having to install VC++ runtime along with the service. Signed-off-by: Tu Dinh <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Tu Dinh <[email protected]>
We don't need it, and it significantly bloats up binary size and compilation time. Signed-off-by: Tu Dinh <[email protected]>
Signed-off-by: Tu Dinh <[email protected]>
* Use async syntax for GuestAgentPublisher::run() Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Signed-off-by: Teddy Astie <[email protected]>
Windows service is broken, since blocking on Fixed with this patch: |
Why do we do PRs to |
* Use smol instead of tokio * Use flume instead of futures::mpsc Signed-off-by: Teddy Astie <[email protected]>
only @ydirson has access to https://gitlab.com/xen-project/xen-guest-agent |
Works for me on Windows. |
And you can't fork and create a merge request? Oo |
Needs more testing, but looks good on Linux.