qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V3] forward cpuid leaves when using -cpu host


From: Benoît Canet
Subject: [Qemu-devel] [PATCH V3] forward cpuid leaves when using -cpu host
Date: Mon, 2 Sep 2013 17:06:36 +0200

This patch uses directly cpuid_host to forward the informations instead of
storing a variable number of leaves in the cpu states.

v3:
   s/i386/target-i386/ [Andrea] 
   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ît 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(+)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]