Karna@lemmy.ml to Linux@lemmy.ml · edit-21 day agoVirtualBox 7.2.4 Released with Initial Support for Linux Kernel 6.18 - 9to5Linux9to5linux.comexternal-linkmessage-square11fedilinkarrow-up159arrow-down11file-text
arrow-up158arrow-down1external-linkVirtualBox 7.2.4 Released with Initial Support for Linux Kernel 6.18 - 9to5Linux9to5linux.comKarna@lemmy.ml to Linux@lemmy.ml · edit-21 day agomessage-square11fedilinkfile-text
minus-squareLeFantome@programming.devlinkfedilinkarrow-up2·13 hours agoYou can use VirtualBox with KVM as well. https://github.com/cyberus-technology/virtualbox-kvm You are probably not recompiling the kernel but rather just a kernel module (DKMS). Still annoying. You do not need a kernel module for the version above as it KVM is already in the kernel. That is why QEMU does not need a kernel module either.
You can use VirtualBox with KVM as well.
https://github.com/cyberus-technology/virtualbox-kvm
You are probably not recompiling the kernel but rather just a kernel module (DKMS). Still annoying.
You do not need a kernel module for the version above as it KVM is already in the kernel. That is why QEMU does not need a kernel module either.