From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh4c0-0007l4-Ea for qemu-devel@nongnu.org; Wed, 13 Jul 2011 14:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh4bv-0001E9-Va for qemu-devel@nongnu.org; Wed, 13 Jul 2011 14:56:44 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:44459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh4bv-0001Cy-FZ for qemu-devel@nongnu.org; Wed, 13 Jul 2011 14:56:39 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by e7.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p6DIVRva025705 for ; Wed, 13 Jul 2011 14:31:27 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p6DIubJB1630370 for ; Wed, 13 Jul 2011 14:56:37 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p6DIuY53012732 for ; Wed, 13 Jul 2011 14:56:35 -0400 Message-ID: <4E1DEA5D.3040305@linux.vnet.ibm.com> Date: Wed, 13 Jul 2011 13:56:29 -0500 From: Michael Roth MIME-Version: 1.0 References: <1310513984-1163-1-git-send-email-mdroth@linux.vnet.ibm.com> <20110713155232.71e1c741@doriath> In-Reply-To: <20110713155232.71e1c741@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [QAPI+QGA 2/3] QAPI code generation infrastructure v6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@linux.vnet.ibm.com, agl@linux.vnet.ibm.com, qemu-devel@nongnu.org, Jes.Sorensen@redhat.com On 07/13/2011 01:52 PM, Luiz Capitulino wrote: > On Tue, 12 Jul 2011 18:39:26 -0500 > Michael Roth wrote: > >> This is Set 2/3 of the QAPI+QGA patchsets. >> >> These patches apply on top of master (set1 merged), and can also be obtained >> from: >> git://repo.or.cz/qemu/mdroth.git qapi-backport-set2-v6 > > This looks good to me and I've queued it. But I don't think it makes > sense to push it w/o the guest agent, so I'll for it before sending the > pull request. Makes sense. Expect a new set of guest agent patches sometime today/tomorrow. Thanks!