mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
Revert "hw/i386: Introduce apicid functions inside X86MachineState"
This reverts commit 6121c7fbfd
.
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: <159889935648.21294.8095493980805969544.stgit@naples-babu.amd.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
e77fc3ecc0
commit
0a714bff6c
2 changed files with 0 additions and 14 deletions
|
@ -896,11 +896,6 @@ static void x86_machine_initfn(Object *obj)
|
|||
x86ms->smm = ON_OFF_AUTO_AUTO;
|
||||
x86ms->acpi = ON_OFF_AUTO_AUTO;
|
||||
x86ms->smp_dies = 1;
|
||||
|
||||
x86ms->apicid_from_cpu_idx = x86_apicid_from_cpu_idx;
|
||||
x86ms->topo_ids_from_apicid = x86_topo_ids_from_apicid;
|
||||
x86ms->apicid_from_topo_ids = x86_apicid_from_topo_ids;
|
||||
x86ms->apicid_pkg_offset = apicid_pkg_offset;
|
||||
}
|
||||
|
||||
static void x86_machine_class_init(ObjectClass *oc, void *data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue