Does it support extra features from VirtualBox (machine snapshots, suspend&resume, multiple monitors, shared clipboard...)?
VirtualBox KVM Public Release
71–80 of 205 posts
Re: VirtualBox KVM Public Release
#72Is it possible to use virtualbox's accelerated video adapters with the KVM backend?
Re: VirtualBox KVM Public Release
#73Earlier quoted context omitted.
You can also setup VFIO in VirtualBox/KVM. We haven't polished it yet though. You can check the video here to see GPU virtualization in action: https://www.cyberus-technology.de/products/hypervisor (Don't mind the English, we are not native speakers. :)
I'm really curious about this, is it gpu para-virtualization or actual VFIO requiring built in support from the gpu hardware?
We used to have support for Intel GVT-g GPU virtualization as well, which was more of a software solution. This doesn't work with modern Intel GPUs anymore.
Re: VirtualBox KVM Public Release
#74Any chance this gets upstreamed?
I’d actually much, much rather see it set up as a proper fork (rebranded etc.), and then the features that Oracle extorts people with in the “free” but not actually free extension pack (like USB pass through) re-implemented and included directly with no ‘extension’ required. Much of the reason I refuse to use Virtualbox for anything is how scummy Oracle is.
Re: VirtualBox KVM Public Release
#75I am really curious about this. As a pentester, I run use Linux on my laptop and I spend a lot of time working inside a Kali VM with VirtualBox. How much performance improvement can we expect with the KVM backend ?
Re: VirtualBox KVM Public Release
#76Re: VirtualBox KVM Public Release
#77Earlier quoted context omitted.
Well, KVM is used by Google and AWS and others for their clouds. As such, there are a lot of eyes on KVM code. The vboxdrv kernel module that provides the same functionality in vanilla VBox definitely has fewer people looking at it. It also has anti-features, such as code upload from the userspace VirtualBox process to the kernel. This is also the largest security issue with vanilla VBox, because a lot of emulation c…
And could one swap between the two backends with the same VM image (.vbox +.vdi) to see which one gave the better performance?
Re: VirtualBox KVM Public Release
#78Earlier quoted context omitted.
> The out-of-the-box performance of Windows in VirtualBox is very good and usually better than virt-manager (Qemu). You can tune Qemu to great performance as well, but it takes some fiddling. VirtualBox is in general very user friendly. I haven't found a significative difference but if you have found one and can tune qemu to same level,why don't you share the xml template of your machine to the world and to upstream'…
Not sure about drag'n'drop. Also I've noticed that even when you're aware of the way USB passthrough in virt-manager GUI works that it seems to have some bugs. I'm mostly interested in if I can use virtualbox accelerated video with kvm because virgl3d seems well behind in that area.
Re: VirtualBox KVM Public Release
#79So this basically turns VirtualBox into a replacement for virt-manager and virsh? AFAIK VirtualBox does not support PCI passthrough (like GPU), how is this case handled? Since I've moved to QEMU/KVM on Linux I've never looked back at VirtualBox, but I use the latter on Windows and there I'm always remembered of how much nicer and friendlier the GUI is. Edit: I just noticed that VirtualBox has experimental PCI passthr…
Re: VirtualBox KVM Public Release
#80Does this enable you to use Hyper-V in a guest Windows VM?