From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nuz8v-0007xD-Bb for qemu-devel@nongnu.org; Thu, 25 Mar 2010 22:19:25 -0400 Received: from [140.186.70.92] (port=54103 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nuz8m-0007XC-4u for qemu-devel@nongnu.org; Thu, 25 Mar 2010 22:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nuz7w-0001NL-SQ for qemu-devel@nongnu.org; Thu, 25 Mar 2010 22:18:26 -0400 Received: from mail2.shareable.org ([80.68.89.115]:46479) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nuz7w-0001NF-Cq for qemu-devel@nongnu.org; Thu, 25 Mar 2010 22:18:24 -0400 Date: Fri, 26 Mar 2010 02:18:23 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] Re: [libvirt] Supporting hypervisor specific APIs in libvirt Message-ID: <20100326021823.GK19308@shareable.org> References: <4BAA76EA.2060601@codemonkey.ws> <20100324182501.000b69a7@redhat.com> <4BAA86C2.4020701@codemonkey.ws> <4BAB1E21.8080009@snarc.org> <20100325135922.GB10705@redhat.com> <20100325145652.GA25506@snarc.org> <20100325150720.GH10705@redhat.com> <20100325151424.GB25506@snarc.org> <20100325151644.GI10705@redhat.com> <4BAB88EA.3020509@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BAB88EA.3020509@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "libvir-list@redhat.com" , qemu-devel@nongnu.org, Luiz Capitulino , Paul Brook , Vincent Hanquez , Avi Kivity Anthony Liguori wrote: > I'm not sure. The human monitor has some features that are not > appropriate for QMP. For instance, the ability to deal with formula > input and some commands meant to add debugging. > > I guess you could do that in qemu-cmd but I don't see a compelling > reason to. Would it be all that much work to just rip out the human monitor altogether, moving it's functionality to qemu-cmd? That'd be a great way to confirm that QMP has all the functionality. It doesn't have to be written in C, by the way ;-) -- Jamie