unicorn/qemu/hw
Eduardo Habkost fc39930347
target-i386: Move APIC ID compatibility code to pc.c
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.

Backports commit de13197a38cf45c990802661a057f64a05426cbc from qemu
2018-02-12 15:59:20 -05:00
..
arm Arm support ported. (#736) 2017-01-23 23:30:57 +08:00
core cleanup after msvc port 2017-01-22 21:27:17 +08:00
i386 target-i386: Move APIC ID compatibility code to pc.c 2018-02-12 15:59:20 -05:00
intc cleanup after msvc port 2017-01-22 21:27:17 +08:00
m68k M68K support added. (#735) 2017-01-23 14:40:02 +08:00
mips Fix for MIPS issue. (#733) 2017-01-23 12:39:34 +08:00
sparc Sparc support added. (#734) 2017-01-23 13:29:41 +08:00
sparc64 Sparc support added. (#734) 2017-01-23 13:29:41 +08:00
Makefile.objs