summaryrefslogtreecommitdiffstats
path: root/target/i386/cpu.h
diff options
context:
space:
mode:
authorBabu Moger2020-08-31 20:42:11 +0200
committerEduardo Habkost2020-09-02 13:29:25 +0200
commitfb49865d26d18a7a39c3de49f81874e218a64e81 (patch)
treef9d71be07398708c8e8257dc43e7e34e523a44d9 /target/i386/cpu.h
parenttls-cipher-suites: Correct instance_size (diff)
downloadqemu-fb49865d26d18a7a39c3de49f81874e218a64e81.tar.gz
qemu-fb49865d26d18a7a39c3de49f81874e218a64e81.tar.xz
qemu-fb49865d26d18a7a39c3de49f81874e218a64e81.zip
Revert "i386: Fix pkg_id offset for EPYC cpu models"
This reverts commit 7b225762c8c05fd31d4c2be116aedfbc00383f8b. Remove the EPYC specific apicid decoding and use the generic default decoding. Also fix all the references of pkg_offset. Signed-off-by: Babu Moger <babu.moger@amd.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <159889933119.21294.8112825730577505757.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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/cpu.h b/target/i386/cpu.h
index e1a5c174dc..d5ad42d694 100644
--- a/target/i386/cpu.h
+++ b/target/i386/cpu.h
@@ -1630,7 +1630,6 @@ typedef struct CPUX86State {
unsigned nr_dies;
unsigned nr_nodes;
- unsigned pkg_offset;
} CPUX86State;
struct kvm_msrs;