From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ8wE-0005uf-B8 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:33:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ8w9-0005nV-Iw for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:33:37 -0400 Received: from [199.232.76.173] (port=35321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ8w9-0005nA-7Y for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:33:33 -0400 Received: from mx2.redhat.com ([66.187.237.31]:42080) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ8w8-0000z8-PI for qemu-devel@nongnu.org; Tue, 23 Jun 2009 12:33:33 -0400 Message-ID: <4A410411.4070006@redhat.com> Date: Tue, 23 Jun 2009 19:34:25 +0300 From: Avi Kivity MIME-Version: 1.0 References: <20090623012911.16b8c4d5@doriath> <20090623103251.GH6881@redhat.com> <20090623103616.409b716a@doriath> <20090623134851.GC6462@blackpad> <4A40DDE1.7070207@siemens.com> In-Reply-To: <4A40DDE1.7070207@siemens.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 06/11] QMP: Introduce asynchronous events infrastructure List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: aliguori@us.ibm.com, dlaor@redhat.com, qemu-devel@nongnu.org, Luiz Capitulino On 06/23/2009 04:51 PM, Jan Kiszka wrote: > Can't mgmt app and qemu also run on different hosts? > > In theory, yes. In practice you need someone to launch qemu and wait for it if it dies, so you'll have a daemon on the host. Typically it will be an intermediate daemon proxying all the guests for the real management server somewhere else. -- error compiling committee.c: too many arguments to function