crc-org / vfkit

Apache License 2.0
130 stars 25 forks source link

Add NBD support #129

Open cfergeau opened 5 months ago

cfergeau commented 5 months ago

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.

cfergeau commented 5 days ago

There is a Code-Hex/vz PR to add bindings for the NBD API: https://github.com/Code-Hex/vz/pull/156