From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlJJ-00014K-1T for qemu-devel@nongnu.org; Wed, 30 Nov 2011 09:38:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVlJE-0002L0-OF for qemu-devel@nongnu.org; Wed, 30 Nov 2011 09:38:57 -0500 Received: from mail-yw0-f45.google.com ([209.85.213.45]:55624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVlJE-0002Kf-LP for qemu-devel@nongnu.org; Wed, 30 Nov 2011 09:38:52 -0500 Received: by ywe9 with SMTP id 9so882813ywe.4 for ; Wed, 30 Nov 2011 06:38:51 -0800 (PST) Message-ID: <4ED63FF8.2040101@codemonkey.ws> Date: Wed, 30 Nov 2011 08:38:48 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <8762i3nczx.fsf@trasno.mitica> <4ED50F7C.2040903@redhat.com> <4ED563E7.3040508@codemonkey.ws> <20111130092237.GB24074@garlic> <20111130095456.GE28621@redhat.com> <4ED63596.6090303@codemonkey.ws> <20111130143523.GC19650@garlic.tlv.redhat.com> In-Reply-To: <20111130143523.GC19650@garlic.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] KVM call minutes for November 29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , Avi Kivity , quintela@redhat.com, Developers qemu-devel , KVM devel mailing list On 11/30/2011 08:35 AM, Alon Levy wrote: > On Wed, Nov 30, 2011 at 07:54:30AM -0600, Anthony Liguori wrote: > [snip] >> But the way we're structuring QOM, we could do very simple bindings >> that just used introspection (much like GObject does). > > Is this the current tree? > http://repo.or.cz/w/qemu/aliguori.git/tree/refs/heads/qom That's the end goal, more or less. The current submission tree is: https://github.com/aliguori/qemu/tree/qom-upstream.4 I just need to rebase and send those out. Regards, Anthony Liguroi > >> >> The vast majority of work is fitting everything into an object >> model. Doing the bindings is actually fairly simple. >> >> Regards, >> >> Anthony Liguori >> > [snip] >