From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJTwu-0001n5-Dq for qemu-devel@nongnu.org; Fri, 28 Feb 2014 15:22:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJTwo-0006Mq-De for qemu-devel@nongnu.org; Fri, 28 Feb 2014 15:22:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJTwo-0006LT-5U for qemu-devel@nongnu.org; Fri, 28 Feb 2014 15:22:18 -0500 From: Eduardo Habkost Date: Fri, 28 Feb 2014 17:21:43 -0300 Message-Id: <1393618913-12411-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [qom-cpu PATCH 00/10] target-i386: Support check/enforce flags in TCG mode, too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= Cc: Igor Mammedov , Richard Henderson , Aurelien Jarno , Paolo Bonzini This removes some duplication in the CPU feature checking and filtering code in cpu.c, and as a nice side-effect, will make the "check" and "enforce" flags work in TCG mode too. Eduardo Habkost (10): target-i386: Simplify reporting of unavailable features target-i386: Merge feature filtering/checking functions target-i386: Pass FeatureWord argument to report_unavailable_features() target-i386: Isolate KVM-specific code on CPU feature filtering logic target-i386: Make TCG feature filtering more readable target-i386: Filter FEAT_7_0_EBX TCG features too target-i386: Filter KVM and 0xC0000001 features on TCG target-i386: Define TCG_*_FEATURES earlier on cpu.c target-i386: Loop-based feature word filtering in TCG mode target-i386: Support check/enforce flags in TCG mode, too target-i386/cpu.c | 215 +++++++++++++++++++++++++++--------------------------- 1 file changed, 107 insertions(+), 108 deletions(-) -- 1.8.5.3