From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEQQe-0001B8-AW for qemu-devel@nongnu.org; Tue, 27 Aug 2013 17:04:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEQQY-0004Uj-CS for qemu-devel@nongnu.org; Tue, 27 Aug 2013 17:03:56 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:33358 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEQQY-0004Ua-4H for qemu-devel@nongnu.org; Tue, 27 Aug 2013 17:03:50 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Tue, 27 Aug 2013 23:05:46 +0200 Message-Id: <1377637547-17732-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 V2] 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. since v1: use index as argument to cpuid_host 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