KVM/IA64 HOWTO
This is the notes about how to enalbe kvm on Itanium series of
processors
suppoting VT. Since fully userspace built is not supported yet, so we
have to
build qemu, and kernel module separately. 
The step-by-step is as following:

Kernel module built: 

Download kvm source tree. 
1. Apply kernel.patch to your kernel source. 
2. Make menuconfig to enable virtulization support in kernel.
3. Build and install kernel. Reboot with new kernel. 
4. Insert kvm.ko kvm-intel.ko to kernel. 

Userspace built:

1. Download kvm-userspace source.
2. ./configure
3. cd kernel
4. make sync LINUX= "Your kvm kernel source directory."
5. make qemu
6. make install 

Run guests with the command :
/usr/local/bin/qemu-system-ia64 -hda your.img -m 512

If you have any question, please feel free to contact me! 

Thanks

Zhang Xiantao <[EMAIL PROTECTED]>       2007.12.19

Attachment: README
Description: README

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to