From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt3lI-0002Zu-Kf for qemu-devel@nongnu.org; Thu, 02 Feb 2012 16:00:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt3lG-0006qE-Vi for qemu-devel@nongnu.org; Thu, 02 Feb 2012 16:00:08 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:35559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt3lG-0006ld-Og for qemu-devel@nongnu.org; Thu, 02 Feb 2012 16:00:06 -0500 Received: by pbaa11 with SMTP id a11so3015650pba.4 for ; Thu, 02 Feb 2012 13:00:01 -0800 (PST) Message-ID: <4F2AF94E.6030901@codemonkey.ws> Date: Thu, 02 Feb 2012 14:59:58 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1328201142-26145-1-git-send-email-pbonzini@redhat.com> <1328201142-26145-5-git-send-email-pbonzini@redhat.com> <4F2ADEB0.6090308@codemonkey.ws> <4F2AE5AE.8040205@codemonkey.ws> <4F2AED30.1060006@redhat.com> In-Reply-To: <4F2AED30.1060006@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/16] qom: add QObject-based property get/set wrappers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 02/02/2012 02:08 PM, Paolo Bonzini wrote: > On 02/02/2012 08:36 PM, Anthony Liguori wrote: >> The only types that matter are int and string so the variant visitor is >> pretty simple. > > Sure, only ~150 lines of code. I also do not disagree with the goals (mine and > yours), just with the priorities. :) That's fine, it's a priority for me, so I'm happy to send a patch to your series. I think it's important to maintain strict modularity at the core layer of QOM. Regards, Anthony Liguori > > Paolo >