mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Add Arm926 core support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1765 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4081fccf14
commit
40f137e1ea
10 changed files with 177 additions and 55 deletions
3
vl.c
3
vl.c
|
@ -4435,7 +4435,8 @@ void register_machines(void)
|
|||
qemu_register_machine(&sun4m_machine);
|
||||
#endif
|
||||
#elif defined(TARGET_ARM)
|
||||
qemu_register_machine(&integratorcp_machine);
|
||||
qemu_register_machine(&integratorcp926_machine);
|
||||
qemu_register_machine(&integratorcp1026_machine);
|
||||
#else
|
||||
#error unsupported CPU
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue