target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
commit9e9d3863adcbd1ffeca30f240f49805b00ba0d87
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 19 Dec 2014 01:20:10 +0000 (18 23:20 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 25 Feb 2015 18:00:07 +0000 (25 15:00 -0300)
tree5d62dff4725fea50e138e64c13afd17a3a394f44
parent18b0e4e77142ace948497a053bd5b56c1b849592
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>
target-i386/cpu-qom.h
target-i386/cpu.c
target-i386/cpu.h
target-i386/kvm.c