From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIFYL-0001Km-UA for qemu-devel@nongnu.org; Tue, 25 Feb 2014 05:48:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIFYC-0004GK-9f for qemu-devel@nongnu.org; Tue, 25 Feb 2014 05:47:57 -0500 Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]:50057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIFYC-0004FX-5q for qemu-devel@nongnu.org; Tue, 25 Feb 2014 05:47:48 -0500 Received: by mail-qa0-f51.google.com with SMTP id j7so39937qaq.10 for ; Tue, 25 Feb 2014 02:47:47 -0800 (PST) Sender: Paolo Bonzini Message-ID: <530C74CB.2000906@redhat.com> Date: Tue, 25 Feb 2014 11:47:39 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20140221091629.GE11907@stefanha-thinkpad.redhat.com> <20140225094615.GA3339@dhcp-200-207.str.redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QOM vs QAPI for QMP APIs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Kevin Wolf Cc: Stefan Hajnoczi , Michael Roth , qemu-devel , Luiz Capitulino , Anthony Liguori , Andreas Faerber Il 25/02/2014 11:15, Stefan Hajnoczi ha scritto: > 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. -object is an exception to this though, isn't it? Paolo