this post was submitted on 08 Feb 2024
53 points (100.0% liked)

Linux

47588 readers
842 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Making use of Linux's Kernel-based Virtual Machine (KVM) opens up new possibilities while users can still enjoy the VirtualBox VMM itself. The KVM support is part of the mainline kernel so there is less worries with not having to use the VirtualBox kernel driver, KVM tends to support new features quite quickly, and tends to be more actively developed than VirtualBox and is embraced by a range of organizations. Early users of this backend by Cyberus customers are said to be experiencing better performance too.

you are viewing a single comment's thread
view the rest of the comments
[–] d3Xt3r@lemmy.nz 2 points 8 months ago* (last edited 8 months ago)

this would allow you to use the virtualbox GUI and configuration utilities, but run the VM under KVM virtualization, correct?

Yes but from the looks of it, this isn't using the libvirt backend, so you won't be able to use/configure your Box VMs with virt-manager/Cockpit, in case you were planning on doing that - aka it's not going to turn VBox into yet another fronted for libvirt. But it does indeed use KVM.

Is there much advantage to this over using virt-manager, or cockpit to configure your VM's?

Putting aside the easier-to-use GUI, it has certain unique features not found in other opensource hypervisors, such as seamless mode. Also, it may have better compatibility or performance with certain operating systems - for instance, when I wanted to test GhostBSD on virt-manager, I ran into lot of issues, such as not being able to install it in UEFI mode, mouse not working etc; whereas it ran and installed without any issues at all using VirtualBox.