From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRjO-0004Nl-9f for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:38:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjRjM-0003X4-Fo for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:38:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRjM-0003Ws-8O for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:38:56 -0500 Date: Fri, 14 Dec 2012 10:38:50 +0100 From: Igor Mammedov Message-ID: <20121214103850.53dda479@thinkpad.mammed.net> In-Reply-To: <1355350946-28010-4-git-send-email-ehabkost@redhat.com> References: <1355350946-28010-1-git-send-email-ehabkost@redhat.com> <1355350946-28010-4-git-send-email-ehabkost@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] target-i386: replace cpuid_*features fields with a feature word array List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Andreas =?UTF-8?B?RsOkcmJlcg==?= On Wed, 12 Dec 2012 20:22:26 -0200 Eduardo Habkost wrote: > This replaces the feature-bit fields on both X86CPU and x86_def_t > structs with an array. > > With this, we will be able to simplify code that simply does the same > operation on all feature words (e.g. kvm_check_features_against_host(), > filter_features_for_kvm(), add_flagname_to_bitmaps(), and CPU > feature-bit property lookup/registration). > do you have a patch that simplifies kvm_check_features_against_host() using this? > -- > 1.7.11.7 > -- Regards, Igor