diff options
author | Eduardo Habkost | 2014-12-19 02:28:45 +0100 |
---|---|---|
committer | Eduardo Habkost | 2015-02-25 19:00:07 +0100 |
commit | 9c235e83f1c3437be6ca45755909efb745c10deb (patch) | |
tree | 0d99e8c7cf74dfa274470ad2d8731f798a4b87c1 /hw/misc/applesmc.c | |
parent | linux-user: Check for cpu_init() errors (diff) | |
download | qemu-9c235e83f1c3437be6ca45755909efb745c10deb.tar.gz qemu-9c235e83f1c3437be6ca45755909efb745c10deb.tar.xz qemu-9c235e83f1c3437be6ca45755909efb745c10deb.zip |
target-i386: Set APIC ID using cpu_index on CONFIG_USER
The PC CPU initialization code already sets apic-id based on the CPU
topology, and CONFIG_USER doesn't need the topology-based APIC ID
calculation code.
Make CONFIG_USER set apic-id before realizing the CPU (just like PC
already does), so we can simplify x86_cpu_initfn later. As there is no
CPU topology configuration in CONFIG_USER, just use cpu_index as the
APIC ID.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/misc/applesmc.c')
0 files changed, 0 insertions, 0 deletions