mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
kvm/powerpc: Add MPC8544DS board support
This patch add an emulation of MPC8544DS board. It can work on All E500 platforms. Signed-off-by: Liu Yu <yu.liu@freescale.com> Acked-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6663 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9fdc60bf55
commit
1db09b847e
5 changed files with 309 additions and 1 deletions
|
@ -9,6 +9,7 @@ void register_machines(void)
|
|||
qemu_register_machine(&ref405ep_machine);
|
||||
qemu_register_machine(&taihu_machine);
|
||||
qemu_register_machine(&bamboo_machine);
|
||||
qemu_register_machine(&mpc8544ds_machine);
|
||||
}
|
||||
|
||||
void cpu_save(QEMUFile *f, void *opaque)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue