summaryrefslogtreecommitdiff
path: root/arch/mips/qemu
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS] Qemu system shutdown supportThiemo Seufer2006-06-193-1/+39
| | | | | Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle2006-04-193-20/+2
| | | | | | | | | | | | Saves like 1,600 lines of code, is way easier to debug, compilers frequently do a better job than the cut and paste type of handlers many boards had. And finally having all the stuff done in a single place also means alot of bug potencial for the MT ASE is gone. The only surviving handler in assembler is the DECstation one; I hope Maciej will rewrite it. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [MIPS] Symmetric Uniprocessor support for Qemu.Ralf Baechle2006-03-212-0/+50
| | | | | | | | SMP bits needed to builds and run an SMP kernel. While only a single processor is supported ATM it's still useful for some SMP debugging using Qemu. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [MIPS] Qemu: Accept kernel command line passed by the Emulator.Ralf Baechle2005-12-011-1/+12
| | | | | | From Daniel Jacobowitz <dan@debian.org>. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Implement get_system_type() for Qemu to get procfs-enabled kernels toRalf Baechle2005-10-291-0/+5
| | | | | | link. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [PATCH] mips: add support for Qemu system architectureRalf Baechle2005-09-056-0/+92
Add support for the virtual MIPS system that is emulated by Qemu. See http://www.linux-mips.org/wiki/Qemu for a detailed current status. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>