From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USB15-0004IC-TV for qemu-devel@nongnu.org; Tue, 16 Apr 2013 14:54:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USB14-00048s-Pu for qemu-devel@nongnu.org; Tue, 16 Apr 2013 14:54:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USB14-00048i-I4 for qemu-devel@nongnu.org; Tue, 16 Apr 2013 14:54:06 -0400 Date: Tue, 16 Apr 2013 20:54:03 +0200 From: Igor Mammedov Message-ID: <20130416205403.15365142@thinkpad> In-Reply-To: <1366128724-31860-1-git-send-email-ehabkost@redhat.com> References: <1366128724-31860-1-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 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: Eduardo Habkost Cc: qemu-devel@nongnu.org, Andreas =?ISO-8859-1?B?RuRyYmVy?= On Tue, 16 Apr 2013 13:12:00 -0300 Eduardo Habkost wrote: > 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 > > With ident fix in 4/4, Reviewed-By: Igor Mammedov -- Regards, Igor