From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azhVc-0007NJ-RR for qemu-devel@nongnu.org; Mon, 09 May 2016 05:29:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azhVW-0007EG-Vb for qemu-devel@nongnu.org; Mon, 09 May 2016 05:29:47 -0400 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:37498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azhVW-0007EA-Ne for qemu-devel@nongnu.org; Mon, 09 May 2016 05:29:42 -0400 Received: by mail-wm0-x22a.google.com with SMTP id a17so175809427wme.0 for ; Mon, 09 May 2016 02:29:42 -0700 (PDT) Sender: Paolo Bonzini References: <1461903820-3092-1-git-send-email-eblake@redhat.com> <57304F6F.7070406@redhat.com> From: Paolo Bonzini Message-ID: <57305891.9060900@redhat.com> Date: Mon, 9 May 2016 11:29:53 +0200 MIME-Version: 1.0 In-Reply-To: <57304F6F.7070406@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/18] Add qapi-to-JSON and clone visitors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: famz@redhat.com, armbru@redhat.com On 09/05/2016 10:50, Paolo Bonzini wrote: > > > On 29/04/2016 06:23, Eric Blake wrote: >> Note that the series has a mutually exclusive choice: either >> patch 8, or patches 10-11. I still haven't gotten any feedback >> on which choice seems nicer. > > I vote for patch 8. Nice first email after 3 weeks, I meant exactly the opposite. :) Having two APIs for the same thing is unnecessary. However, including all of patches 8/10/11 may also make sense (and leaving out the revert). Then qjson is migrated first, then its users move away from qjson, then qjson is removed. Paolo