From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMd25-0003cT-0a for qemu-devel@nongnu.org; Tue, 04 Aug 2015 10:17:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMd1x-0004X7-Ut for qemu-devel@nongnu.org; Tue, 04 Aug 2015 10:17:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMd1x-0004WL-Nk for qemu-devel@nongnu.org; Tue, 04 Aug 2015 10:17:25 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id D548F8CF55 for ; Tue, 4 Aug 2015 14:17:24 +0000 (UTC) From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Date: Tue, 4 Aug 2015 16:17:21 +0200 Message-Id: <1438697841-3453-1-git-send-email-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-2.4] target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ehabkost@redhat.com Previous patch changed xlevel and missed the compatibility code. Fixes: 3046bb5debc8 ("target-i386: emulate CPUID level of real hardware") Signed-off-by: Radim Kr=C4=8Dm=C3=A1=C5=99 --- include/hw/i386/pc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index c4165740cf1c..954203d227e4 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -351,6 +351,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint6= 4_t *); .property =3D "xlevel",\ .value =3D stringify(0x8000000a),\ },{\ + .driver =3D "IvyBridge" "-" TYPE_X86_CPU,\ + .property =3D "xlevel",\ + .value =3D stringify(0x8000000a),\ + },{\ .driver =3D "Haswell" "-" TYPE_X86_CPU,\ .property =3D "xlevel",\ .value =3D stringify(0x8000000a),\ --=20 2.5.0