- KVM Virtualization Cookbook
- Konstantin Ivanov
- 144字
- 2021-07-02 22:07:08
Starting the QEMU VM with KVM support
In this recipe, we are going to start a QEMU virtual machine with KVM acceleration. Kernel-based Virtual Machine (KVM) is a full virtualization technology for CPU architectures that support virtualization extensions. For Intel-based processors, this is the Intel VT, and for AMD CPUS, it is the AMD-V hardware extension. The main parts of KVM are two loadable kernel modules, named kvm.ko, which provides the main virtualization functionality, and a second kernel module that is processor specific, kvm-intel.ko and kvm-amd.ko for both main CPU vendors.
QEMU is the userspace component to create virtual machines, where KVM resides in kernel space. If you completed the Running virtual machines with qemu-system-* recipe, you might note that the difference between running a KVM virtual machine and running a nonaccelerated QEMU instance is just a single command-line option.
- Spring 5.0 Microservices(Second Edition)
- Learn to Create WordPress Themes by Building 5 Projects
- Magento 2 Development Cookbook
- Java程序員面試算法寶典
- Koa開(kāi)發(fā):入門(mén)、進(jìn)階與實(shí)戰(zhàn)
- Linux環(huán)境編程:從應(yīng)用到內(nèi)核
- Mastering Python High Performance
- 碼上行動(dòng):用ChatGPT學(xué)會(huì)Python編程
- Swift語(yǔ)言實(shí)戰(zhàn)精講
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Machine Learning With Go
- Python函數(shù)式編程(第2版)
- KnockoutJS Blueprints
- 多接入邊緣計(jì)算實(shí)戰(zhàn)
- Salt Cookbook