From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nu1pE-0000Bu-8J for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:59:08 -0400 Received: from [199.232.76.173] (port=55342 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu1pD-0000As-HV for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:59:07 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nu1pC-0006Oo-R3 for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:59:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nu1pC-0006Ok-F1 for qemu-devel@nongnu.org; Tue, 23 Mar 2010 06:59:06 -0400 Message-ID: <4BA89EEF.9040604@redhat.com> Date: Tue, 23 Mar 2010 11:58:55 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [libvirt] Supporting hypervisor specific APIs in libvirt References: <4BA7C40C.2040505@codemonkey.ws> <20100322201003.GC28709@redhat.com> <4BA7E23A.2070502@redhat.com> <4BA7E6F0.5010501@codemonkey.ws> <4BA881D5.8000506@redhat.com> <4BA89725.8000601@redhat.com> <4BA89885.2050206@redhat.com> In-Reply-To: <4BA89885.2050206@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: "libvir-list@redhat.com" , qemu-devel On 03/23/10 11:31, Jes Sorensen wrote: > On 03/23/10 11:25, Gerd Hoffmann wrote: >> [root@xenb ~]# virsh dumpxml fedora | grep emulator >> /root/bin/qemu-wrapper >> [root@xenb ~]# cat /root/bin/qemu-wrapper > > Ah right thanks! However, it's a hack to get around the real problem > with libvirt. Sure. It is a hack, not a real solution. And it easily gets much more messy, for example in case you wanna have an additional monitor as unix:/var/tmp/mon/$vmname. cheers, Gerd