From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5bix-0002RP-On for qemu-devel@nongnu.org; Thu, 18 Jun 2015 11:27:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5bis-0003yb-8E for qemu-devel@nongnu.org; Thu, 18 Jun 2015 11:27:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5bis-0003y0-2z for qemu-devel@nongnu.org; Thu, 18 Jun 2015 11:27:22 -0400 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Date: Thu, 18 Jun 2015 17:24:22 +0200 Message-Id: <1434641064-8405-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 0/2] target-i386: fix W10 bug and bring CPUID levels closer to reality List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, bsd@redhat.com, ehabkost@redhat.com, rth@twiddle.net The first patch uses CPUID levels from the internet, which has a nice side effect of making W10 insider preview bootable. The second patch is a traditional buggy bug fix. Radim Kr=C4=8Dm=C3=A1=C5=99 (2): target-i386: emulate CPUID level of real hardware target-i386: automatically raise cpuid level to 0xd target-i386/cpu.c | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) --=20 2.4.4