From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIF3D-00061D-Li for qemu-devel@nongnu.org; Tue, 25 Feb 2014 05:15:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIF3C-0000Vm-S9 for qemu-devel@nongnu.org; Tue, 25 Feb 2014 05:15:47 -0500 Received: from mail-oa0-x231.google.com ([2607:f8b0:4003:c02::231]:45511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIF3C-0000VY-Du for qemu-devel@nongnu.org; Tue, 25 Feb 2014 05:15:46 -0500 Received: by mail-oa0-f49.google.com with SMTP id i4so162724oah.8 for ; Tue, 25 Feb 2014 02:15:45 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20140225094615.GA3339@dhcp-200-207.str.redhat.com> References: <20140221091629.GE11907@stefanha-thinkpad.redhat.com> <20140225094615.GA3339@dhcp-200-207.str.redhat.com> Date: Tue, 25 Feb 2014 11:15:45 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] QOM vs QAPI for QMP APIs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Stefan Hajnoczi , qemu-devel , Michael Roth , Luiz Capitulino , Anthony Liguori , Paolo Bonzini , Andreas Faerber On Tue, Feb 25, 2014 at 10:46 AM, Kevin Wolf wrote: > External QOM interfaces have their place, especially for debugging or > trying out things before there is a proper API, but it's not as the > primary external interface. Yes, I agree. Stefan