From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwCPt-0003FX-7V for qemu-devel@nongnu.org; Tue, 31 Jul 2012 09:23:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwCPn-0002kj-GS for qemu-devel@nongnu.org; Tue, 31 Jul 2012 09:23:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwCPn-0002kf-8P for qemu-devel@nongnu.org; Tue, 31 Jul 2012 09:23:11 -0400 Date: Tue, 31 Jul 2012 15:22:59 +0200 From: Igor Mammedov Message-ID: <20120731132259.GA27621@thinkpad.mammed.net> References: <1343240323-7402-1-git-send-email-ehabkost@redhat.com> <1343240323-7402-4-git-send-email-ehabkost@redhat.com> <501078B1.8080103@suse.de> <20120726142456.GE27859@shell.eng.rdu.redhat.com> <501154D1.3090207@suse.de> <20120726144845.GA7834@shell.eng.rdu.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120726144845.GA7834@shell.eng.rdu.redhat.com> Subject: Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Gleb Natapov , libvir-list@redhat.com, qemu-devel@nongnu.org, Anthony Liguori , Jiri Denemark , Andreas =?iso-8859-1?Q?F=E4rber?= On Thu, Jul 26, 2012 at 10:48:45AM -0400, Eduardo Habkost wrote: ... > > [1] There are multiple changes I want to make the cpudef config format: > > - Make it based on boolean per-feature flags, not low-level > feature_ bits I'm trying to convert features to properties before looking at global props. current state is at https://github.com/imammedo/qemu/tree/x86-cpu-properties.WIP Does it represent something you have in mind? > ... > -- > Eduardo >