From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN6Vo-00033j-RO for qemu-devel@nongnu.org; Tue, 02 Apr 2013 15:04:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN6Vn-0002Yv-OB for qemu-devel@nongnu.org; Tue, 02 Apr 2013 15:04:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN6Vn-0002Yj-Fm for qemu-devel@nongnu.org; Tue, 02 Apr 2013 15:04:51 -0400 From: Eduardo Habkost Date: Tue, 2 Apr 2013 16:04:43 -0300 Message-Id: <1364929485-27715-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [qom-cpu PATCH 0/2] replace cpuid_*features fields with a featue word array (v6) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= Changes v6: - Rebase on top of Andreas' qom-cpu tree (commit 9260944307077b93a66bf861a467107af986fe47) - Break lines on kvm_check_features_against_host() - Break the lines on builtin_x86_defs just after the "=". This way the feature lists stay on separate lines, this patch gets easier to review, and future patches that touches the code around builtin_x86_defs will be even easier to review (as they won't need to touch the lines containing the fature lists again) Eduardo Habkost (2): target-i386/cpu.c: Coding style fixes target-i386: Replace cpuid_*features fields with a feature word array bsd-user/elfload.c | 2 +- bsd-user/main.c | 4 +- hw/kvm/clock.c | 2 +- linux-user/elfload.c | 2 +- linux-user/main.c | 4 +- target-i386/cpu.c | 412 ++++++++++++++++++++++++++++------------------ target-i386/cpu.h | 15 +- target-i386/helper.c | 4 +- target-i386/kvm.c | 5 +- target-i386/misc_helper.c | 14 +- target-i386/translate.c | 10 +- 11 files changed, 274 insertions(+), 200 deletions(-) -- 1.8.1.4