mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-10-28 03:27:03 +00:00
define default CPU type in generic way in pc_machine_class_init() and let common machine code to handle cpu_model parsing Patch also introduces TARGET_DEFAULT_CPU_TYPE define for 2 purposes: * make foo_machine_class_init() look uniform on every target * use define in [bsd|linux]-user targets to pick default cpu type Backports commit 311ca98d16bbb6a2a38b38ba898baa4a4d4ab9a7 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| core | ||
| i386 | ||
| intc | ||
| m68k | ||
| mips | ||
| sparc | ||
| sparc64 | ||
| Makefile.objs | ||