mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ETRAX: Add a model for the axis devboard88 machine.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6197 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
de55306582
commit
10c144e2fb
4 changed files with 283 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
void register_machines(void)
|
||||
{
|
||||
qemu_register_machine(&bareetraxfs_machine);
|
||||
qemu_register_machine(&axisdev88_machine);
|
||||
}
|
||||
|
||||
void cpu_save(QEMUFile *f, void *opaque)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue