From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: KVM usability Date: Tue, 02 Mar 2010 15:22:07 +0100 Message-ID: <4B8D1F0F.40101@redhat.com> References: <1608881698.266.1267537026723.JavaMail.root@yellowwing> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Peter Zijlstra , Anthony Liguori , Ingo Molnar , Avi Kivity , Yanmin Zhang , ming m lin , sheng yang , Jes Sorensen , KVM General , Zachary Amsden , Gleb Natapov , Arnaldo Carvalho de Melo , Fr??d??ric Weisbecker , Thomas Gleixner , "H. Peter Anvin" , Arjan van de Ven , Cole Robinson To: "Nikolai K. Bochev" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40107 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752357Ab0CBOWy (ORCPT ); Tue, 2 Mar 2010 09:22:54 -0500 In-Reply-To: <1608881698.266.1267537026723.JavaMail.root@yellowwing> Sender: kvm-owner@vger.kernel.org List-ID: On 03/02/10 14:37, Nikolai K. Bochev wrote: > I don't see where this argument is leading to. So far there are > arguments that qemu/kvm sucks as a desktop virtualization, now > suddenly the gui tools are shitty and everything should be done cli , > because there's no man pages for virt-manager. Explain. Lets face it: virt-manager has a big bunch of problems. For starters there is no (gui) way to create a virtual machine other than installing one from a iso image or via pxe. So if you downloaded a disk image and want to boot it -> no cookie for you. Likewise if you have a bunch of already installed guests and want to migrate from $othertool to virt-manager you can't do that easily. virt-manager builds on top of libvirt, so you always have the option to use other tools (virsh command line shell for example) to get something done which virt-manager doesn't provide a gui for. libvirt can handle everything Peter asked for without problems. It still sucks though. The whole point of a GUI is that you do *not* have to go to libvirt.org to figure how to tweak the virtual machine config xml using "virsh edit $vmname". cheers, Gerd