====== KVM ====== * https://www.linux-kvm.org/page/Main_Page * [[qemu|QEMU]]와 함께 사용. * [[linux:virt_manager|Virt Manager]] ===== 가상화 가능 여부 확인 ===== # 아래 값이 0보다 크면 KVM 사용 가능한 상태이다. egrep -c '(vmx|svm)' /proc/cpuinfo * ''vmx'' : Intel 가상화 모듈 * ''svm'' : AMD 가상화 모듈 ===== 참조 ===== * [[https://www.phoronix.com/scan.php?page=article&item=virtualbox-60-kvm&num=1|Linux KVM Continues Offering Much Better Out-Of-The-Box Performance Than VirtualBox - Phoronix]] * [[https://www.cyberciti.biz/faq/how-to-install-kvm-on-ubuntu-20-04-lts-headless-server/|How to install KVM on Ubuntu 20.04 LTS Headless Server - nixCraft]] * [[https://www.ubuntupit.com/how-to-install-and-configure-kvm-on-ubuntu-linux/|How to Install and Configure KVM on Ubuntu Linux]] * [[https://www.ubuntupit.com/how-to-use-virtualbox-vms-on-kvm-in-linux-system/|How To Use Virtualbox VMs on KVM in Linux System]] * [[https://ubuntu.com/blog/kvm-hyphervisor|KVM hypervisor: a beginners’ guide | Ubuntu]] * [[https://www.redhat.com/ko/topics/virtualization/what-is-a-hypervisor|하이퍼바이저란?]] * [[https://www.ubuntupit.com/how-to-create-and-manage-virtual-machines-in-kvm/|How To Create and Manage Virtual Machines in KVM]]