Markus Partheymueller
Markus Partheymueller
There already seems to be some ongoing work out there (including Oracle's SVN): https://github.com/NixOS/nixpkgs/pull/280675/files Maybe that helps in the meantime?
That's great news! The paravirtualization interface is independent of the hypervisor backend. It should be set to match the guest OS (or left on default). PCI pass-through is theoretically available,...
Looking at the individual commits we added on top of the original import should also give you a good insight into the changes we've made. With `git format-patch`, you can...
I've added the complete patch as a single file to the release assets (untested so far): https://github.com/cyberus-technology/virtualbox-kvm/releases/download/dev-20240208/virtualbox-kvm-dev-20240208.patch Does this help?
I've changed it to this: https://github.com/cyberus-technology/virtualbox-kvm/releases/download/dev-20240208/virtualbox-7.0.14-kvm-dev-20240208.patch Or whould you prefer something else?
Thanks for the detailed report! Indeed, the networking capabilities are a bit limited with the kernel modules being absent now. Standard NAT works fine, the rest (NAT network, bridged adapter)...
Currently, we are focusing on the virtualization part of things. At this point, we don't have plans to work on the UI and configuration side. If there is a concrete...
Just to let everyone know, we have now included more information in the readme. Feel free to have a look and let us know if that clarifies things!
Thanks @eltociear! I hope you don't mind if we just fix this in an upcoming update where we touch the README anyway. Our current development model makes it a bit...
We have rephrased the part in question now. Thanks for the hint again!