On Thu, Feb 14, 2008 at 7:08 PM, Andrey Dmitriev <[EMAIL PROTECTED]> wrote: > > > If I want to stick to debian, would the best way to do this be to just > download kvm60 source, compile the module and load it in, or does kernel > still require upgrading (I think latest on etch is .18 not .20) > You can install on your kernel. (the 2.6.20 has early KVM built-in, but even in this case I recommend installing KVM-60)
Just download the kvm-60 from: http://sourceforge.net/project/showfiles.php?group_id=180599 This .tar includes sources for both userspace _and_ kernelspace. You will need few dependencies: kernel-source, ALSA-devel, SDL-devel, gcc3(recommended)+gcc4, ... Then standard compile: # cd kvm-60/ # ./configure # make # make install # modprobe kvm-intel -or- # modprobe kvm-amd Optional: (to allow normal users to use KVM) # chmod a+rw /dev/kvm "dmesg" will show KVM messages/logs. Run KVM with: /usr/local/bin/qemu(-system...) -hda (myharddisk.qcow2) -cdrom (/dev/cdrom or mycd.iso) More info: http://kvm.qumranet.com/kvmwiki/Front_Page -Alexey Technologov, Qumranet QA Team Member. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
