Viewing profile — gonzodaruler
gonzodaruler
HN member- Joined
- Thu, Feb 08, 2024, 12:14 PM UTC
- HN karma
- 49
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About gonzodaruler
No profile information was provided.
Recent public activity
- story
-
comment
Comment #40247315
Available now on github: https://github.com/cyberus-technology/virtualbox-kvm
- comment
- story
-
comment
Comment #40086524
* 1 point by gonzodaruler 0 minutes ago | next | edit | delete [–] > Of course, some day Virtualbox may support a KVM backend, just as virtualization tools are starting to support …
- comment
-
comment
Comment #39680674
Since version 7.0, VirtualBox supports the NEM (Native Execution Manager) mode for other hypervisors. With the NEM, basically all hypervisors can be supported as backend.
-
comment
Comment #39641259
Sometimes, a picture says more than a thousand words: https://imgur.com/a/flar7CO This is Intel SR-IOV graphics virtualization in action.
-
comment
Comment #39304844
This is definitively not expected. You could also try setting the CPU/Mem configuration via VBoxManage. Maybe you get a good error message then. `VBoxManage modifyvm --cpus ` `VBox…
-
comment
Comment #39304081
A lot of this has changed in recent VirtualBox versions. USB3 and Webcam support is now part of the OSE release.
-
comment
Comment #39303908
Starting with VirtualBox 7, USB3 no longer requires the commercial extension pack but is part of the OSE release. See https://github.com/cyberus-technology/virtualbox-kvm/blob/de..…
-
comment
Comment #39303050
Thanks. You can indeed use the extension pack with KVM Virtualbox, just make sure that you don't violate any license agreements.
-
comment
Comment #39302040
With this version of VBox, it's quite possble to pass a GPU to the VM. Have a look at https://www.cyberus-technology.de/products/hypervisor if you want to see a demo.
-
comment
Comment #39301938
The emulated hardware is basically the same as with stock VirtualBox. Only the interrupt contoller (local APIC) is emulated by KVM.
-
comment
Comment #39301742
You can use `VBoxManage --attach-vfio` if you want to experiment with pci passthrough. This is different from the Oracle `pciattach` call and does not require any support from the …
-
comment
Comment #39301702
There is experimental support for VFIO PCI pass-through with VirtualBox-KVM, even for GPUs. Please have a look at https://www.cyberus-technology.de/products/hypervisor
-
comment
Comment #39301623
Yes. Don't expect too much though. 3D acceleration with Virtualbox is rather flaky (independent of using KVM).
-
comment
Comment #39301548
What you can configure in the GUI is an enlightenment that the guest will see. This is usually done to improve guest performance. You can sill select these PV interfaces with Virtu…
-
comment
Comment #39301082
It does.
-
comment
Comment #39301053
Running VirtualBox-KVM in a QEMU-VM with enabled nesting should work though.