From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJtPN-0007S2-Db for qemu-devel@nongnu.org; Thu, 25 Jun 2009 14:10:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJtPI-0007R3-Dr for qemu-devel@nongnu.org; Thu, 25 Jun 2009 14:10:48 -0400 Received: from [199.232.76.173] (port=36338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJtPI-0007Qz-5X for qemu-devel@nongnu.org; Thu, 25 Jun 2009 14:10:44 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:48020) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJtPH-0001Yc-Oi for qemu-devel@nongnu.org; Thu, 25 Jun 2009 14:10:43 -0400 Received: by ewy7 with SMTP id 7so2321424ewy.34 for ; Thu, 25 Jun 2009 11:10:42 -0700 (PDT) Message-ID: <4A43BD9C.8070304@codemonkey.ws> Date: Thu, 25 Jun 2009 13:10:36 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file References: <4A412339.5000109@redhat.com> <4A412659.1080803@us.ibm.com> <20090623220204.GA5612@snarc.org> <4A415C30.7030301@us.ibm.com> <20090624010108.GA6537@snarc.org> <4A42200C.6060600@codemonkey.ws> <5b31733c0906240857g546316e0pd92fee9afe6115fa@mail.gmail.com> <4A4252DD.70300@redhat.com> <20090624190539.GR14121@shareable.org> <5b31733c0906241224j50baa7e6lc80b8c79c5d6baa7@mail.gmail.com> <20090624211358.GA14121@shareable.org> <4A43768A.2090604@eu.citrix.com> <4A438FDD.5060206@redhat.com> <4A43935D.6000506@codemonkey.ws> <4A4395B8.4010401@redhat.com> <4A43AE13.4030900@eu.citrix.com> In-Reply-To: <4A43AE13.4030900@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "ehabkost@redhat.com" , "jan.kiszka@siemens.com" , "dlaor@redhat.com" , "qemu-devel@nongnu.org" , Luiz Capitulino , Filip Navara , Avi Kivity , Vincent Hanquez Stefano Stabellini wrote: > > Clearly I agree with Avi. > I am thinking for example that we could use the RPC protocol directly > from Xend and I am sure other people will find it useful too. > But you can also use QMP from Xend. In fact, it should be pretty easy to convert the current code in Xend to use QMP. Regards, Anthony Liguori