From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiGXE-0007Vw-59 for qemu-devel@nongnu.org; Mon, 10 Dec 2012 22:29:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiGXC-00010P-4O for qemu-devel@nongnu.org; Mon, 10 Dec 2012 22:29:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiGXB-000103-SA for qemu-devel@nongnu.org; Mon, 10 Dec 2012 22:29:30 -0500 From: Eduardo Habkost Date: Tue, 11 Dec 2012 01:30:56 -0200 Message-Id: <1355196658-3525-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] replace cpuid_*features fields with a featue word array List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov , Marcelo Tosatti , =?UTF-8?q?Andreas=20F=C3=A4rber?= I was planning to implement this only after we finished the rest of the work, the changes are a bit intrusive. But now it looks like the CPUID feature bits are getting into our way (e.g. the feature word array will allow us to simplify the -cpu host and -cpu check/enforce code a lot, making it easier to convert that code to use CPU subclasses), so I decided to submit it now. Eduardo Habkost (2): target-i386: add EXT2_PPRO_FEATURES #define target-i386: replace cpuid_*features fields with a feature word array hw/kvm/clock.c | 2 +- linux-user/elfload.c | 2 +- linux-user/main.c | 4 +- target-i386/cpu.c | 548 +++++++++++++++++++++++----------------------- target-i386/cpu.h | 27 ++- target-i386/helper.c | 4 +- target-i386/kvm.c | 5 +- target-i386/misc_helper.c | 14 +- target-i386/translate.c | 10 +- 9 files changed, 317 insertions(+), 299 deletions(-) -- 1.7.11.7