From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwwvm-0007U4-Sb for qemu-devel@nongnu.org; Fri, 05 Dec 2014 12:44:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xwwvh-0003gl-Tj for qemu-devel@nongnu.org; Fri, 05 Dec 2014 12:44:38 -0500 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:52034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwwvh-0003gb-Ji for qemu-devel@nongnu.org; Fri, 05 Dec 2014 12:44:33 -0500 Received: by mail-wg0-f54.google.com with SMTP id l2so1510823wgh.41 for ; Fri, 05 Dec 2014 09:44:32 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 5 Dec 2014 18:44:22 +0100 Message-Id: <1417801466-23485-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] x86 CPU model fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ehabkost@redhat.com Most processors were lacking the VME flags. Haswell and Broadwell were lacking two more. And Ivy Bridge was missing altogether. Family/model/stepping for a low-end Xeon E3 v2 found on the SETI@Home CPU list (http://setiathome.berkeley.edu/cpu_list.php), they also match the Ivy Bridge Core i7 processor on which I tested the patch. The following bare-metal features are missing in the guest: dts acpi ss ht tm pbe arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf dtes64 monitor ds_cpl vmx smx est tm2 xtpr pdcm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid ... the absence of none of which is surprising. Paolo Paolo Bonzini (4): pc: add 2.3 machine types target-i386: add VME to all CPUs target-i386: add f16c and rdrand to Haswell and Broadwell target-i386: add Ivy Bridge CPU model hw/i386/pc_piix.c | 47 +++++++++++++++++++++++++++++++++++--- hw/i386/pc_q35.c | 44 ++++++++++++++++++++++++++++++++--- target-i386/cpu.c | 68 ++++++++++++++++++++++++++++++++++++++++--------------- 3 files changed, 135 insertions(+), 24 deletions(-) -- 1.8.3.1