[Qemu-devel] [PATCH] Pass through cache information for TOPOEXT CPUs

2019-04-16 Thread Stanislav Lanci
Signed-off-by: Stanislav Lanci --- target/i386/cpu.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index d6bb57d210..bc0559fc51 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -4546,6 +4546,11 @@ void cpu_x86_cpuid(CPUX86State *env

[Qemu-devel] [PATCH] AMD Processor Topology Information

2017-11-03 Thread Stanislav Lanci
: Stanislav Lanci --- target/i386/cpu.c | 93 ++- target/i386/kvm.c | 28 +++-- 2 files changed, 117 insertions(+), 4 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index ddc45abd70..1545e3fe31 100644 --- a/target

[Qemu-devel] [PATCH] AMD Processor Topology Information

2017-10-29 Thread Stanislav Lanci
Add CPUID 0x801E for describing AMD Processor Topology Information Disables warning about smt for 17h family of AMD CPUs Signed-off-by: Stanislav Lanci --- target/i386/cpu.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/target/i386/cpu.c b/target