From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEcDn-0003TD-Hl for qemu-devel@nongnu.org; Tue, 26 Apr 2011 02:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEcDm-0004wc-Kp for qemu-devel@nongnu.org; Tue, 26 Apr 2011 02:58:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEcDm-0004wU-DN for qemu-devel@nongnu.org; Tue, 26 Apr 2011 02:58:06 -0400 Message-ID: <4DB66CC1.9050109@redhat.com> Date: Tue, 26 Apr 2011 08:57:05 +0200 From: Jes Sorensen MIME-Version: 1.0 References: <1303138953-1334-1-git-send-email-mdroth@linux.vnet.ibm.com> <4DB03ADF.7060800@redhat.com> <4DB09A79.8010808@linux.vnet.ibm.com> In-Reply-To: <4DB09A79.8010808@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC][PATCH v2 00/11] QEMU Guest Agent: QMP-based host/guest communication (virtagent) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: aliguori@linux.vnet.ibm.com, agl@linux.vnet.ibm.com, qemu-devel@nongnu.org On 04/21/11 22:58, Michael Roth wrote: > On 04/21/2011 09:10 AM, Jes Sorensen wrote: >> On 04/18/11 17:02, Michael Roth wrote: >> One thing I cannot seem to figure out with this tree - the agent >> commands do not seem to show up in the monitor? What am I missing? > > Hmm, for some reason this email never hit my inbox. > > You mean with the human monitor? Currently, with these new patches, > we're QMP only. And most of the command names/semantics have changed as > well. The qapi-schema.json changes in patch 16 have the new prototypes, > and the 0 patch has some usage examples. Hi Michael, Yeah it was the conclusion I came to on Thursday when I was working on porting the freeze patches over. After fighting the json %#$%#$%#$ I ended up with something I couldn't test in the end :( Any plans to add human monitor support in the near future? Cheers, Jes