PDA

View Full Version : [ubuntu] Does virt-manager work fine?


Bou
May 22nd, 2008, 01:54 AM
Hi,

I'm a total newbie when it comes to virtualisation. Yesterday afternoon was the first time I tried, but it got me so convinced that I decided to wipe my extra partition for testing unstable releases, and do that through virtualisation.

I have two questions, the first one is: is that a good idea? Do any of you guys do it? The second question is, what's the best virtualisation software for that purpose? From my -almost nil- experience, VirtualBox is the one that gave me the best results but I'm a gnome *****, so I'd rather use virt-manager given the chance. Does it work properly on Hardy?

Thanks in advance.

vvlist
May 22nd, 2008, 04:26 AM
I'm using it right now. I've used virtualbox and qemu in the past, and so far KVM + virt-manager hasn't thrown me any curve balls. After I installed virt-manager it wasn't very difficult to begin installing XP. It's installing right now and it seems really fast. You don't need a separate partition for virtualization, virtual machines are stored in a large file. Virt-manager makes it for you through the "wizard." Many people use Virtualbox in the Ubuntu community. But I heard somewhere (so it might not be true) that using KVM + virt-manager would be even faster than virtualbox. And if you have used Virtualbox, the experience isn't much different. Give it a try!

Bou
May 22nd, 2008, 04:36 AM
Is there anything special that I have to do to get it working? Install any additional package, add myself to a group, and so on?

vvlist
May 22nd, 2008, 04:44 AM
I followed this (https://help.ubuntu.com/community/KVM) to get started with KVM. virt-manager is the GUI for KVM. Everything you -should- need is on that page. First find out if your CPU supports VT, then go from there.

Bou
May 22nd, 2008, 04:54 AM
Whoops!

If nothing is printed, it means that your CPU doesn't support hardware virtualisation.

Nothing is printed here. Does it mean I can't use KVM? Virtualbox seems to work fine, though.

markba
May 22nd, 2008, 10:27 AM
But I heard somewhere (so it might not be true) that using KVM + virt-manager would be even faster than virtualbox.

In this benchmark, KVM is almost as fast as native, so it will be faster (or at least even fast) then vbox:
http://www.phoronix.com/scan.php?page=article&item=ubuntu_virt_benchmarks&num=1

Whoops!
Nothing is printed here. Does it mean I can't use KVM? Virtualbox seems to work fine, though.

This is my main concern: vbox can run everywhere, KVM only on specific hardware (which I currently do not have :-( ).

As virt-manager cannot be used for vbox (see my feature request http://www.virtualbox.org/ticket/1019), I was looking for using virt-manager with qemu (and the accelarator kqemu). Has anyone experience with this combination?