From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US8UM-0006aP-Ir for qemu-devel@nongnu.org; Tue, 16 Apr 2013 12:12:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US8UJ-0000xw-4y for qemu-devel@nongnu.org; Tue, 16 Apr 2013 12:12:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US8UI-0000xX-T6 for qemu-devel@nongnu.org; Tue, 16 Apr 2013 12:12:07 -0400 From: Eduardo Habkost Date: Tue, 16 Apr 2013 13:12:00 -0300 Message-Id: <1366128724-31860-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH qom-cpu 0/4] replace cpuid_*features fields with a featue word array (v9) 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 Changes v9: * Merge patches 1,3 from v8 into a single patch (1/4) * Merge pathces 4-6 from v8 into a single patch (3/4) * 1-char alignment change on patch 2/4 * Improved description text of patch 4/4 Except for the 1-char alignment change on patch 2/4, the tree resulting from this version should be exactly the same from v8. Eduardo Habkost (4): target-i386: cleanup: Group together level, xlevel, xlevel2 fields target-i386/kvm.c: Code formatting changes target-i386/cpu.c: Break lines so they don't get too long target-i386: Replace cpuid_*features fields with a feature word array bsd-user/elfload.c | 2 +- bsd-user/main.c | 4 +- hw/i386/kvm/clock.c | 2 +- linux-user/elfload.c | 2 +- linux-user/main.c | 4 +- target-i386/cpu.c | 407 ++++++++++++++++++++++++++++------------------ 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, 273 insertions(+), 196 deletions(-) -- 1.8.1.4