summaryrefslogtreecommitdiffstats
path: root/include/hw/i386
diff options
context:
space:
mode:
authorBabu Moger2020-08-31 20:42:36 +0200
committerEduardo Habkost2020-09-02 13:29:25 +0200
commit0a714bff6c1506c11ae6fc5806112b998f3d1d46 (patch)
treed072cdcbf6ded7b735ff994bb64f5931734fb0f2 /include/hw/i386
parentRevert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition" (diff)
downloadqemu-0a714bff6c1506c11ae6fc5806112b998f3d1d46.tar.gz
qemu-0a714bff6c1506c11ae6fc5806112b998f3d1d46.tar.xz
qemu-0a714bff6c1506c11ae6fc5806112b998f3d1d46.zip
Revert "hw/i386: Introduce apicid functions inside X86MachineState"
This reverts commit 6121c7fbfd98dbc3af1b00b56ff2eef66df87828. 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>
Diffstat (limited to 'include/hw/i386')
-rw-r--r--include/hw/i386/x86.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h
index b79f24e285..4d9a26326d 100644
--- a/include/hw/i386/x86.h
+++ b/include/hw/i386/x86.h
@@ -63,15 +63,6 @@ typedef struct {
OnOffAuto smm;
OnOffAuto acpi;
- /* Apic id specific handlers */
- uint32_t (*apicid_from_cpu_idx)(X86CPUTopoInfo *topo_info,
- unsigned cpu_index);
- void (*topo_ids_from_apicid)(apic_id_t apicid, X86CPUTopoInfo *topo_info,
- X86CPUTopoIDs *topo_ids);
- apic_id_t (*apicid_from_topo_ids)(X86CPUTopoInfo *topo_info,
- const X86CPUTopoIDs *topo_ids);
- uint32_t (*apicid_pkg_offset)(X86CPUTopoInfo *topo_info);
-
/*
* Address space used by IOAPIC device. All IOAPIC interrupts
* will be translated to MSI messages in the address space.