From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEjFE-0004CW-Dl for qemu-devel@nongnu.org; Tue, 26 Apr 2011 10:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEjFD-0006VX-Fe for qemu-devel@nongnu.org; Tue, 26 Apr 2011 10:28:04 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:52144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEjFD-0006VL-8S for qemu-devel@nongnu.org; Tue, 26 Apr 2011 10:28:03 -0400 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by e32.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p3QEGo2P003818 for ; Tue, 26 Apr 2011 08:16:50 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3QERf25203690 for ; Tue, 26 Apr 2011 08:27:54 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3QER90U000366 for ; Tue, 26 Apr 2011 08:27:09 -0600 Message-ID: <4DB6D654.60000@linux.vnet.ibm.com> Date: Tue, 26 Apr 2011 09:27:32 -0500 From: Michael Roth 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> <4DB66CC1.9050109@redhat.com> In-Reply-To: <4DB66CC1.9050109@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Jes Sorensen Cc: aliguori@linux.vnet.ibm.com, agl@linux.vnet.ibm.com, qemu-devel@nongnu.org On 04/26/2011 01:57 AM, Jes Sorensen wrote: > 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 :( I actually worked on getting most of the fsfreeze ported over yesterday, were they any major changes from the last set of patches other than the porting work? If so, feel free to send the patches my way and I'll hack on those a bit, otherwise I plan to have the fsfreeze stuff included in the next re-spin later this week. > > Any plans to add human monitor support in the near future? The main target will be QMP for the initial patches. But ideally the HMP commands we add will have a pretty close correspondence with QMP. > > Cheers, > Jes >