From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVR8a-0004rM-TU for qemu-devel@nongnu.org; Thu, 25 Apr 2013 14:43:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVR8Z-0001qT-OJ for qemu-devel@nongnu.org; Thu, 25 Apr 2013 14:43:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVR8Z-0001qP-Gk for qemu-devel@nongnu.org; Thu, 25 Apr 2013 14:43:19 -0400 From: Eduardo Habkost Date: Thu, 25 Apr 2013 15:42:59 -0300 Message-Id: <1366915386-14728-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [RFC 0/7] CPUID fixes for 1.5 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?= This series contain multiple CPUID fixes for 1.5. As we still don't have static QOM properties on the CPU class available yet, I implemented machine-typed compatibility using simple static-variable-based mechanisms. I am sending this as RFC as it depends on the previous feature-words series I have sent. Git tree for testing: git://github.com/ehabkost/qemu-hacks.git work/cpu-feat-fixes-various.v1 Borislav Petkov (1): target-i386: n270 can MOVBE Eduardo Habkost (6): target-i386: Introduce generic CPUID feature compat function target-i386: Introduce compat function to set CPUID 'level' target-i386: Introduce compat function to set CPUID 'model' pc: Use separate init functions for pc-*-1.4 target-i386: change CPUID model of 486 to 8 target-i386: Disable direct passthrough of PMU CPUID leaf by default hw/i386/pc_piix.c | 12 +++++-- hw/i386/pc_q35.c | 10 +++++- target-i386/cpu.c | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- target-i386/cpu.h | 13 +++++++ 4 files changed, 129 insertions(+), 6 deletions(-) -- 1.8.1.4