From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEQ0D-0001Mp-He for qemu-devel@nongnu.org; Tue, 27 Aug 2013 16:36:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEQ07-0004vX-JP for qemu-devel@nongnu.org; Tue, 27 Aug 2013 16:36:37 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:33341 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEQ07-0004vF-B0 for qemu-devel@nongnu.org; Tue, 27 Aug 2013 16:36:31 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Tue, 27 Aug 2013 22:38:25 +0200 Message-Id: <1377635906-17274-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH] forward cpuid leaves when using -cpu host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , ehabkost@redhat.com, afaerber@suse.de This patch uses directly cpuid_host to forward the informations instead o= f storing a variable number of leaves in the cpu states. Beno=C3=AEt Canet (1): i386: forward CPUID cache leaves when -cpu host is used target-i386/cpu.c | 19 +++++++++++++++++++ target-i386/cpu.h | 1 + 2 files changed, 20 insertions(+) --=20 1.7.10.4