We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would allow for example qcow2 support through qemu-nbd https://rwmj.wordpress.com/2019/10/03/how-to-edit-a-qcow2-file-from-c/
Code-Hex/vz does not have NBD support yet, so the needed bindings would have to be written first.
See https://developer.apple.com/videos/play/wwdc2023/10007/?time=421 for a short description of NBD in virtualization framework.
The text was updated successfully, but these errors were encountered:
There is a Code-Hex/vz PR to add bindings for the NBD API: Code-Hex/vz#156
Sorry, something went wrong.
lstocchi
Successfully merging a pull request may close this issue.
This would allow for example qcow2 support through qemu-nbd https://rwmj.wordpress.com/2019/10/03/how-to-edit-a-qcow2-file-from-c/
Code-Hex/vz does not have NBD support yet, so the needed bindings would have to be written first.
See https://developer.apple.com/videos/play/wwdc2023/10007/?time=421 for a short description of NBD in virtualization framework.
The text was updated successfully, but these errors were encountered: