From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YljPy-0004df-IP for qemu-devel@nongnu.org; Fri, 24 Apr 2015 15:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YljPt-0001nl-OO for qemu-devel@nongnu.org; Fri, 24 Apr 2015 15:37:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YljPt-0001nb-Ew for qemu-devel@nongnu.org; Fri, 24 Apr 2015 15:37:37 -0400 From: Eduardo Habkost Date: Fri, 24 Apr 2015 16:37:29 -0300 Message-Id: <1429904252-9841-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] target-i386: Move CPUID fields to X86CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov , Richard Henderson , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Paolo Bonzini This patch depends on the X86CPU conversion patches I have sent earlier today. The full series can be seen on the git branch at: git://github.com/ehabkost/qemu-hacks.git work/x86-cpu-move-cpuid-fields Eduardo Habkost (3): target-i386: Coding style fix on x86_cpuid_set_vendor() target-i386: Add a marker to the end of region zeroed on reset target-i386: Move CPUID fields to X86CPU hw/i386/kvm/clock.c | 4 +- hw/i386/pc.c | 2 +- linux-user/elfload.c | 2 +- linux-user/main.c | 4 +- target-i386/cpu-qom.h | 11 +++ target-i386/cpu.c | 216 +++++++++++++++++++++------------------------- target-i386/cpu.h | 12 +-- target-i386/helper.c | 6 +- target-i386/kvm.c | 10 +-- target-i386/misc_helper.c | 16 ++-- target-i386/translate.c | 14 +-- 11 files changed, 142 insertions(+), 155 deletions(-) -- 2.1.0