Kernel-Based Virtual Machine
Fleeting- External reference: https://wiki.archlinux.org/title/KVM
KVM
KVM, Kernel-based Virtual Machine, is a hypervisor built into the Linux kernel
Using KVM, one can run multiple virtual machines running unmodified GNU/Linux, Windows, or any other operating system.
KVM requires that the virtual machine host’s processor has virtualization suppor
check whether your processor supports hardware virtualization with the following command:
$ LC_ALL=C lscpu | grep Virtualization
nothing is displayed after running either command, then your processor does not support hardware virtualization, and you will not be able to use KVM.
You may need to enable virtualization support in your BIOS. All x86_64 processors manufactured by AMD and Intel in the last 10 years support virtualization
If it looks like your processor does not support virtualization, it is almost certainly turned off in the