- KVM Virtualization Cookbook
- Konstantin Ivanov
- 133字
- 2021-07-02 22:07:08
How it works...
To start a QEMU/KVM virtual machine, all we had to do differently from what we performed in the Installing and configuring QEMU recipe is pass the -enable-kvm flag to the qemu-system-x86_64 command.
In step 1, we specified a name for the VM with the -name flag, provided the IP address of our physical host to the -vnc flag, enabling VNC access for the virtual instance, allocated 1 GB of memory with the -m flag, specified the partition where the bootloader is located with the index=2 parameter, the image format, and name, and finally we enabled KVM hardware acceleration with the -enable-kvm parameter and deamonized the process with the -daemonize flag.
In step 2, we ensured that the instance is running and we terminated it in step 3.
推薦閱讀
- Computer Vision for the Web
- Responsive Web Design with HTML5 and CSS3
- 網店設計看這本就夠了
- Web程序設計(第二版)
- PLC應用技術(三菱FX2N系列)
- INSTANT JQuery Flot Visual Data Analysis
- SQL Server實例教程(2008版)
- Kotlin語言實例精解
- PostgreSQL 12 High Availability Cookbook
- Google Maps JavaScript API Cookbook
- Microsoft XNA 4.0 Game Development Cookbook
- micro:bit軟件指南
- Learning Dynamics NAV Patterns
- 狼書(卷2):Node.js Web應用開發
- Head First Go語言程序設計