From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt2xB-0008Ht-Rw for qemu-devel@nongnu.org; Thu, 02 Feb 2012 15:08:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt2xA-000429-RB for qemu-devel@nongnu.org; Thu, 02 Feb 2012 15:08:21 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:55398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt2xA-000423-LV for qemu-devel@nongnu.org; Thu, 02 Feb 2012 15:08:20 -0500 Received: by eekd17 with SMTP id d17so938970eek.4 for ; Thu, 02 Feb 2012 12:08:19 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F2AED30.1060006@redhat.com> Date: Thu, 02 Feb 2012 21:08:16 +0100 From: Paolo Bonzini 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> In-Reply-To: <4F2AE5AE.8040205@codemonkey.ws> 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: Anthony Liguori Cc: qemu-devel@nongnu.org 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. :) Paolo