mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
MIPS -cpu selection support, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2491 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e24ad6f140
commit
33d68b5f00
10 changed files with 137 additions and 34 deletions
4
vl.h
4
vl.h
|
@ -713,6 +713,10 @@ typedef void IRQRequestFunc(void *opaque, int level);
|
|||
void ppc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
|
||||
#endif
|
||||
|
||||
#if defined(TARGET_MIPS)
|
||||
void mips_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
|
||||
#endif
|
||||
|
||||
/* ISA bus */
|
||||
|
||||
extern target_phys_addr_t isa_mem_base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue