From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wwsxm-00082B-TP for qemu-devel@nongnu.org; Tue, 17 Jun 2014 08:58:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wwsxf-00076N-56 for qemu-devel@nongnu.org; Tue, 17 Jun 2014 08:58:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wwsxe-00076B-UC for qemu-devel@nongnu.org; Tue, 17 Jun 2014 08:58:03 -0400 Message-ID: <53A03B56.9060500@redhat.com> Date: Tue, 17 Jun 2014 14:57:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1402489176-19738-1-git-send-email-pbonzini@redhat.com> <53A03615.7040701@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 00/13] "Light" memory region QOMification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: "qemu-devel@nongnu.org Developers" , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 17/06/2014 14:51, Peter Crosthwaite ha scritto: > > What do you think of the idea of special-casing properties that end with > > "[*]" directly in object_property_add{,_full}? This would have to wait for > > 2.2, but these patches can go in 2.1 as well. > > Yes, that will be nice, as I assume it solves this arrayification > problem for other types of props such as ints and links etc? Yes, exactly. Paolo