Skip to content

Support for VBox driver #1277

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 5 commits into from
Closed

Support for VBox driver #1277

wants to merge 5 commits into from

Conversation

afbjorklund
Copy link
Member

@afbjorklund afbjorklund commented Jan 4, 2023

This is a legacy driver for Oracle VirtualBox, x86_64 only.

It also has support for shared folders and hostonly networks,
but they are not implemented just yet (sshfs and nat only)

Closes #1287

@afbjorklund
Copy link
Member Author

There is a fair deal of copy/paste, between pkg/vz/disk and pkg/vbox/disk

And there is some similar cleanup to do, between pkg/qemu and pkg/vbox...

@AkihiroSuda AkihiroSuda removed this from the v0.15 (tentative) milestone Jan 23, 2023
@afbjorklund afbjorklund force-pushed the vbox branch 2 times, most recently from faf9412 to 0855204 Compare March 26, 2023 14:30
@afbjorklund afbjorklund marked this pull request as ready for review March 26, 2023 14:32
@afbjorklund afbjorklund marked this pull request as draft April 28, 2023 05:37
@afbjorklund afbjorklund mentioned this pull request Jul 11, 2023
@afbjorklund afbjorklund force-pushed the vbox branch 2 times, most recently from ee929da to bce1506 Compare July 29, 2023 08:33
This is a legacy driver for Oracle VirtualBox, x86_64 only.

It also has support for shared folders and hostonly networks,
but they are not implemented just yet (sshfs and nat only)

Deletion does not work properly, due to the VM "registry".

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
The VM was registered after creation (Start)

It needs to be unregistered, after deletion.

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

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

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

Successfully merging this pull request may close these issues.

VirtualBox driver, for legacy compatibility and portability
3 participants