mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-27 03:51:57 -06:00
Add SPARCserver 600MP emulation (original patch by Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3604 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
29fa23e76d
commit
6a3b9cc9c5
5 changed files with 122 additions and 9 deletions
2
vl.h
2
vl.h
|
@ -1048,7 +1048,7 @@ void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val);
|
|||
#endif
|
||||
|
||||
/* sun4m.c */
|
||||
extern QEMUMachine ss5_machine, ss10_machine;
|
||||
extern QEMUMachine ss5_machine, ss10_machine, ss600mp_machine;
|
||||
|
||||
/* iommu.c */
|
||||
void *iommu_init(target_phys_addr_t addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue