From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGVgK-0006X4-Jv for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:04:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGVgE-0001D5-LF for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:04:44 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:58927 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGVgE-0001Cm-Cm for qemu-devel@nongnu.org; Mon, 02 Sep 2013 11:04:38 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Mon, 2 Sep 2013 17:06:36 +0200 Message-Id: <1378134397-16547-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 V3] 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?= , afaerber@suse.de, kvm@vger.kernel.org, ehabkost@redhat.com This patch uses directly cpuid_host to forward the informations instead o= f storing a variable number of leaves in the cpu states. v3: s/i386/target-i386/ [Andrea]=20 move forward field to X86CPU structure and document it [Andrea] rename forward field [Eduardo] Rebase on top of eduardo cache flags cleanup [Andrea] v2: use index as argument to cpuid_host Beno=C3=AEt Canet (1): target-i386: forward CPUID cache leaves when -cpu host is used target-i386/cpu-qom.h | 3 +++ target-i386/cpu.c | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) --=20 1.7.10.4