From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGSu-0002s4-SM for qemu-devel@nongnu.org; Tue, 11 Feb 2014 11:45:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDGSo-00013H-0L for qemu-devel@nongnu.org; Tue, 11 Feb 2014 11:45:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGSn-00012z-J2 for qemu-devel@nongnu.org; Tue, 11 Feb 2014 11:45:37 -0500 Message-ID: <52FA53A9.70606@redhat.com> Date: Tue, 11 Feb 2014 17:45:29 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20140205175216.3e011738@thinkpad> <20140206161901.14d44e55@nial.usersys.redhat.com> <52F3AF75.90106@suse.de> <20140206161627.GE28427@otherpad.lan.raisama.net> <52F3BF02.3070804@suse.de> <20140207101609.GF28427@otherpad.lan.raisama.net> <52F4BB9D.60301@redhat.com> <20140211152544.GA24353@otherpad.lan.raisama.net> <20140211164330.GC24353@otherpad.lan.raisama.net> In-Reply-To: <20140211164330.GC24353@otherpad.lan.raisama.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] CPU models and feature probing (was Re: [PATCH qom-cpu 00/16 v10] target-i386: convert CPU) features into properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , Anthony Liguori Cc: libvir-list@redhat.com, qemu-devel , Markus Armbruster , Anthony Liguori , Igor Mammedov , Jiri Denemark , Amos Kong , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 11/02/2014 17:43, Eduardo Habkost ha scritto: >> > But compat properties as a concept could be made to work with dynamic >> > properties. They would have to be evaluated after instance init. >> > There's quite a few places they would end up touching I suspect. > They already work. But if they work by an ad hoc mechanism, this series actually improves the situation. Paolo