mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Revert "hw/i386: Update structures to save the number of nodes per package"
This reverts commit c24a41bb53
.
Remove the EPYC specific apicid decoding and use the generic
default decoding.
Signed-off-by: Babu Moger <babu.moger@amd.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <159889937478.21294.4192291354416942986.stgit@naples-babu.amd.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
10f20ae96b
commit
0a48666a31
6 changed files with 20 additions and 25 deletions
|
@ -7023,7 +7023,6 @@ static void x86_cpu_initfn(Object *obj)
|
|||
FeatureWord w;
|
||||
|
||||
env->nr_dies = 1;
|
||||
env->nr_nodes = 1;
|
||||
cpu_set_cpustate_pointers(cpu);
|
||||
|
||||
object_property_add(obj, "family", "int",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue