From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nu1hU-0005H0-Vq for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:51:09 -0400 Received: from [199.232.76.173] (port=34728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu1hU-0005Gd-8T for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:51:08 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nu1hT-00061G-3o for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:51:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5190) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nu1hS-00061C-L7 for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:51:06 -0400 From: Juan Quintela In-Reply-To: <4BA89AD5.5080908@redhat.com> (Gerd Hoffmann's message of "Tue, 23 Mar 2010 11:41:25 +0100") References: <4BA7C40C.2040505@codemonkey.ws> <4BA89AD5.5080908@redhat.com> Date: Tue, 23 Mar 2010 11:50:57 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: Supporting hypervisor specific APIs in libvirt List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: "libvir-list@redhat.com" , qemu-devel Gerd Hoffmann wrote: >> - networking: man, setting networking is a mess, libvirt just does it >> for you. > > +1 > > Even when not using libvirt for a reason or another I usually hook my > virtual machines into virbr0 (libvirt default network). This is a war for another day :-) I have that very same setup on my laptop. But I already use dnsmasq for other reasons -> no way to share dnsmasq with libvirt, libvirt want to use a different one -> have to configure two things, especially if I want specific names (in my dnsmasq setup already) for some of my guests. Later, Juan.