From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuolR-0007mg-LC for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:14:29 -0400 Received: from [140.186.70.92] (port=57606 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuolP-0007mU-Es for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:14:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuolO-0007Dl-8E for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:14:27 -0400 Received: from cerberus.snarc.org ([212.85.155.21]:49368) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuolO-0007DR-3F for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:14:26 -0400 Date: Thu, 25 Mar 2010 15:14:24 +0000 From: Vincent Hanquez Subject: Re: [Qemu-devel] Re: [libvirt] Supporting hypervisor specific APIs in libvirt Message-ID: <20100325151424.GB25506@snarc.org> References: <20100324134250.38822113@redhat.com> <4BAA6CD9.6060001@redhat.com> <20100324171219.4365318b@redhat.com> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100325150720.GH10705@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: "libvir-list@redhat.com" , qemu-devel@nongnu.org, Luiz Capitulino , Paul Brook , Avi Kivity On Thu, Mar 25, 2010 at 03:07:20PM +0000, Daniel P. Berrange wrote: > I agree apps shouldn't use it for RPC, but admins using the interactive user > monitor are just as deserving of stable commands & args. I think, once QMP is completely there, admins would be better using a qemu-cmd that's just serialise it's command line arguments into a JSON command. (something like dbus-send for dbus). -- Vincent