Am 26.02.2015 um 22:42 schrieb Eduardo Habkost:
> The APIC ID compatibility code is required only for PC, and now that
> x86_cpu_initfn() doesn't use x86_cpu_apic_id_from_index() anymore, that
> code can be moved to pc.c.
>
> Reviewed-by: Paolo Bonzini
> Signed-off-by: Eduardo Habkost
> ---
> h
The APIC ID compatibility code is required only for PC, and now that
x86_cpu_initfn() doesn't use x86_cpu_apic_id_from_index() anymore, that
code can be moved to pc.c.
Reviewed-by: Paolo Bonzini
Signed-off-by: Eduardo Habkost
---
hw/i386/pc.c | 35 +++
targe