Skip to content

Support for Virt driver #2054

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 2 commits into from
Closed

Support for Virt driver #2054

wants to merge 2 commits into from

Conversation

afbjorklund
Copy link
Member

@afbjorklund afbjorklund commented Dec 5, 2023

Rewrite from go-libvirt (go + C) to virsh (shell)

This is a driver based on libvirt.org, for remote hypervisors.

Requires "virsh" to be installed. Currently only shows version.

Signed-off-by: Anders F Björklund <[email protected]>
Simple test to see if the machine would even start properly.

Needs more code for qemu:///system, like storage and network.

Signed-off-by: Anders F Björklund <[email protected]>
@AkihiroSuda
Copy link
Member

This has to be an external plugin:

@afbjorklund
Copy link
Member Author

The alternative (to qemu+ssh://) is to ssh to the remote host, and run limactl from there...

@afbjorklund
Copy link
Member Author

To be moved to an external driver, once framework is available.

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.

2 participants