Skip to content

Move hostagent command to separate binary #1210

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

Closed
wants to merge 1 commit into from

Conversation

afbjorklund
Copy link
Member

@afbjorklund afbjorklund commented Nov 27, 2022

Allows linking only the hostagent with the driver libraries, while keeping the limactl smaller and faster to start up.

Probably needs to live in "libexec" or something like that ? And maybe the subcommand should be renamed, too.

Closes #1209

Allows linking only the hostagent with the driver libraries,
while keeping the limactl smaller and faster to start up.

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
@afbjorklund
Copy link
Member Author

afbjorklund commented Nov 27, 2022

This will break the other pending PRs, since they will need to add hostagent API - and not call the driver directly...

But that is probably a good thing, even if it does make the hostagent slightly more complicated (more API calls) ?

@AkihiroSuda
Copy link
Member

Can't we just fix the issue on Code-Hex/vz?

@afbjorklund
Copy link
Member Author

Can't we just fix the issue on Code-Hex/vz?

Sure, it depends on what the root cause is...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v0.14.0-beta.0 regression] limactl ls takes 67ms even when there is no instance (v0.13 only took 11ms)
2 participants