]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
hw/i386: Update structures to save the number of nodes per package
authorBabu Moger <babu.moger@amd.com>
Wed, 11 Mar 2020 22:53:20 +0000 (17:53 -0500)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 17 Mar 2020 23:48:10 +0000 (19:48 -0400)
commitc24a41bb53c0854d22c96b30d57cfcaa543c409d
tree2a03557cef16c1f01a417ea715e4a1ab29ba9e61
parent156778a08314dd224e675acee7975ec2354e68e5
hw/i386: Update structures to save the number of nodes per package

Update structures X86CPUTopoIDs and CPUX86State to hold the number of
nodes per package. This is required to build EPYC mode topology.

Signed-off-by: Babu Moger <babu.moger@amd.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <158396720035.58170.1973738805301006456.stgit@naples-babu.amd.com>
hw/i386/pc.c
hw/i386/x86.c
include/hw/i386/topology.h
target/i386/cpu.c
target/i386/cpu.h
tests/test-x86-cpuid.c