LWN.net Logo

KVM steals virtualization spotlight (ZDNet)

KVM steals virtualization spotlight (ZDNet)

Posted Mar 1, 2007 3:06 UTC (Thu) by drag (subscriber, #31333)
In reply to: KVM steals virtualization spotlight (ZDNet) by mikov
Parent article: KVM steals virtualization spotlight (ZDNet)

Ever used Xen?
Then you use KVM?

Ever try to use either on your personal desktop?

Then it becomes obvious. :-)

Plus there are a lot of unported OSes out there to play around with or you may need for one reason or another.

Some examples:
Testing installation images for Debian.
ReactOS
OpenBSD
FreeDOS

Here is a example in Debian (for Kqemu)
Install qemu, kqemu-modules-(uname -r) (the experimental branch has the GPL'd version), qemu-launcher.
modprobe kqemu, give yourself permission for /dev/kqemu

Make a directory to house the images.
Copy down the ISO image to that directory or pop in a cdrom.
cd to the directory
run qemu-launcher

select 'use cdrom', leave it at /dev/cdrom or point it at your iso image.
for hda select 'create'.
Make the harddrive image as big as you want. If you choose 'QCOW' format it will only use as much space as is needed for the housed data.

Make sure that 'boot from cdrom' is selected.

Boot and install the operating system.

After install then shutdown. Configure networking, sound, and video card as you please. Boot it up, confirm that it works and then save the configuration.

Very easy.

Btw I found a nice comparison between Kqemu and KVM aviable at:
http://linux.inet.hr/finally-user-friendly-virtualization...

They are both between 80 and 85% efficient at the benchmarks.


(Log in to post comments)

KVM steals virtualization spotlight (ZDNet)

Posted Mar 1, 2007 3:21 UTC (Thu) by drag (subscriber, #31333) [Link]

Oh and btw. The real cool thing about that link is that Kqemu and KVM are pretty much neck and neck when it comes to performance.

I bet with the kernel hackers tweaking everything KVM is faster now by a bit, but that doesn't mean that Kqemu isn't great if you don't have the required cpu extensions.. :-)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds