More actions
이 문서는 "Qemu & KVM Guide"의 내용을 vmhost.zeropage.org에 적용하면서 정리한 것입니다.
KVM & QEMU
KVM
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V).
QEMU
QEMU is a generic and open source machine emulator and virtualizer.
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance.
설치
Host 운영체제
- CentOS 6
- 패키지 설치
- sudo yum install
작성중