Re: [Qemu-devel] [PATCH v2 1/2] target-i386: fix cpuid leaf 0x0d

2013-12-05 Thread Paolo Bonzini
Il 04/12/2013 08:55, Liu, Jinsong ha scritto: > From cb3b12dd9873929b3a03214e3aa0ee5297e75119 Mon Sep 17 00:00:00 2001 > From: Liu Jinsong > Date: Tue, 3 Dec 2013 04:17:50 +0800 > Subject: [PATCH v2 1/2] target-i386: fix cpuid leaf 0x0d > > Fix cpuid leaf 0x0d which incorrectly parsed eax and ebx

[Qemu-devel] [PATCH v2 1/2] target-i386: fix cpuid leaf 0x0d

2013-12-03 Thread Liu, Jinsong
>From cb3b12dd9873929b3a03214e3aa0ee5297e75119 Mon Sep 17 00:00:00 2001 From: Liu Jinsong Date: Tue, 3 Dec 2013 04:17:50 +0800 Subject: [PATCH v2 1/2] target-i386: fix cpuid leaf 0x0d Fix cpuid leaf 0x0d which incorrectly parsed eax and ebx. However, before this patch the CPUID worked fine -- th