2.6.20에 KVM 지원이 들어간다네요.

마잇의 이미지

Quote:
KVM: Kernel-based Virtual Machine for Linux

KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component.

Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.

The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20.

KVM is open source software.

Install an operating system: 
sudo /usr/local/kvm/bin/qemu-system-x86_64 \
 -hda vdisk.img \
 -cdrom /path/to/boot-media.iso \
 -boot d \
 -m 384
(use qemu instead of qemu-system-x86_64 for i386) 
If you're installing Windows, add the -no-acpi flag. 
After installation is complete, run it with: 
sudo /usr/local/kvm/bin/qemu-system-x86_64 \
 -hda vdisk.img \
 -boot c \
 -m 384

kvm 모듈이 올라가고 qemu를 통해서 사용하는 것 같습니다.

http://kvm.sourceforge.net/

CPU에서 가상화를 지원하는 경우만 되는 것 같습니다. 어떤 시퓨들이 되는지 위키페디아에서 퍼왔습니다.

Quote:

Intel VT (IVT)

Intel's virtualization extension for 32-bit and 64-bit x86 architecture is named IVT (short for Intel Virtualization Technology), and is sometimes referred to by the code name "Vanderpool". Intel has also published specifications for Vanderpool for the IA-64 (Itanium) processors; formerly the IA-64 virtualization was code-named "Silvervale".

Intel VT was officially launched at the Intel Developer Forum Spring 2005. It is available on most Pentium 4 6x2, Pentium D 9x0, Xeon 3xxx/5xxx/7xxx, Core Duo and Core 2 Duo processors. On some implementations, Vanderpool support may be switched off in the BIOS/EFI.

AMD virtualization (AMD-V)

AMD's virtualization extension to the 64-bit x86 architecture is named AMD Virtualization (also known by the abbreviation AMD-V), and is sometimes referred to by the code name "Pacifica".

AMD processors using Socket AM2, Socket S1, and Socket F include AMD Virtualization support. In May 2006, AMD introduced such versions of the Athlon 64 and Turion 64 processors. It is expected that Opteron processors with AMD Virtualization support will be announced in August 2006.

blueskya의 이미지

훈훈한 뉴스가 어디있을까요?

역시 대세는 가상화란말인가?

----------------------------------------------------------------------
인생 뭐있어? 백수로 사는거야~ 가는거야~

----------------------------------------------------------------------
인생 뭐있어? 백수로 사는거야~ 가는거야~

jachin의 이미지

구형이 되어버린 AMD CPU 를 사용하는 저로서는...

앞으로 커널 컴파일 할 때 잘 살펴봐야겠네요. 쩝...
====
( - -)a 이제는 학생으로 가장한 백수가 아닌 진짜 백수가 되어야겠다.