From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJ5QC-0006b0-5K for qemu-devel@nongnu.org; Fri, 11 Dec 2009 08:20:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJ5Q6-0006YW-Gs for qemu-devel@nongnu.org; Fri, 11 Dec 2009 08:20:34 -0500 Received: from [199.232.76.173] (port=37831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJ5Q6-0006YP-Az for qemu-devel@nongnu.org; Fri, 11 Dec 2009 08:20:30 -0500 Received: from e38.co.us.ibm.com ([32.97.110.159]:38637) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJ5Q6-0008FD-3Q for qemu-devel@nongnu.org; Fri, 11 Dec 2009 08:20:30 -0500 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e38.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id nBBDFaDV027417 for ; Fri, 11 Dec 2009 06:15:36 -0700 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id nBBDKIVZ159954 for ; Fri, 11 Dec 2009 06:20:21 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id nBBDKDEb026365 for ; Fri, 11 Dec 2009 06:20:13 -0700 Message-ID: <4B22470C.7060702@linux.vnet.ibm.com> Date: Fri, 11 Dec 2009 07:20:12 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 10/19] monitor: Convert do_info_name() to QObject References: <1260376078-8694-11-git-send-email-lcapitulino@redhat.com> <20091210095237.38cafe5c@doriath> <4B20F003.6070409@linux.vnet.ibm.com> <4B2119F9.6010003@redhat.com> <4B211BE2.60907@linux.vnet.ibm.com> <4B211D6F.7020906@redhat.com> <4B211FDF.4070509@linux.vnet.ibm.com> <4B2120C6.1020004@redhat.com> <20091210145457.25ba1f09@doriath> <20091210173813.GA23219@redhat.com> In-Reply-To: <20091210173813.GA23219@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Markus Armbruster , Avi Kivity , Luiz Capitulino Daniel P. Berrange wrote: > Please don't do that. libvirt is adding support for new features all the > time. I don't want to be in the situation where we can't add a new feature > because it is missing in the JSON impl. If we're going to provide a supported > JSON monitor it needs to have all the commands converted, otherwise we'll > have to stick with using the text based monitor. > I would suggest that for 0.12, libvirt not use QMP. It should wait until 0.13 to convert over to QMP since we should have a full conversion by then. > Daniel > -- Regards, Anthony Liguori