mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
The field doesn't need to be inside CPUState, and it is not specific for the CPUID instruction, so move and rename it. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
18b0e4e771
commit
9e9d3863ad
4 changed files with 10 additions and 11 deletions
|
@ -944,7 +944,6 @@ typedef struct CPUX86State {
|
|||
uint32_t cpuid_version;
|
||||
FeatureWordArray features;
|
||||
uint32_t cpuid_model[12];
|
||||
uint32_t cpuid_apic_id;
|
||||
|
||||
/* MTRRs */
|
||||
uint64_t mtrr_fixed[11];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue