mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -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
|
@ -1629,7 +1629,6 @@ typedef struct CPUX86State {
|
|||
TPRAccess tpr_access_type;
|
||||
|
||||
unsigned nr_dies;
|
||||
unsigned nr_nodes;
|
||||
} CPUX86State;
|
||||
|
||||
struct kvm_msrs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue