diff options
author | Babu Moger | 2020-08-31 20:42:30 +0200 |
---|---|---|
committer | Eduardo Habkost | 2020-09-02 13:29:25 +0200 |
commit | e77fc3ecc02d3b791a53cf87b81b4bd061e3dcac (patch) | |
tree | a6ec453685083fae43bae490d5571e094c801461 /target/i386/cpu.h | |
parent | Revert "hw/i386: Move arch_id decode inside x86_cpus_init" (diff) | |
download | qemu-e77fc3ecc02d3b791a53cf87b81b4bd061e3dcac.tar.gz qemu-e77fc3ecc02d3b791a53cf87b81b4bd061e3dcac.tar.xz qemu-e77fc3ecc02d3b791a53cf87b81b4bd061e3dcac.zip |
Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"
This reverts commit 0c1538cb1a26287c072645f4759b9872b1596d79.
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: <159889935015.21294.1425332462852607813.stgit@naples-babu.amd.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/i386/cpu.h')
-rw-r--r-- | target/i386/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/cpu.h b/target/i386/cpu.h index d5ad42d694..5ff8ad8427 100644 --- a/target/i386/cpu.h +++ b/target/i386/cpu.h @@ -1918,7 +1918,6 @@ void cpu_clear_apic_feature(CPUX86State *env); void host_cpuid(uint32_t function, uint32_t count, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx); void host_vendor_fms(char *vendor, int *family, int *model, int *stepping); -bool cpu_x86_use_epyc_apic_id_encoding(const char *cpu_type); /* helper.c */ bool x86_cpu_tlb_fill(CPUState *cs, vaddr address, int size, |