- 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.
- 在最好的年紀學Python:小學生趣味編程
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- INSTANT Django 1.5 Application Development Starter
- 單片機C語言程序設計實訓100例
- Python語言實用教程
- MINECRAFT編程:使用Python語言玩轉我的世界
- JavaScript動態網頁編程
- 單片機原理及應用技術
- Penetration Testing with the Bash shell
- Instant GLEW
- Mastering PowerCLI
- WCF技術剖析(卷1)
- C++標準庫(第2版)
- A/B 測試:創新始于試驗