aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths8-8/+12
2007-12-07Remove broken ds1225y init, it is useless on this machine anyway.ths1-2/+1
2007-12-06Give emulated drives more monitor-friendly name strings.balrog1-1/+9
2007-12-06Correct my 'thinko' in OMAP interrupt handler commit, fix by Lauro Ramos Vena...balrog1-1/+1
2007-12-05Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro R...balrog3-134/+167
2007-12-04 No keyboard mode (Robert Reif)blueswir13-5/+16
2007-12-04Don't claim SD card supports voltages linux claims are below defined voltage ...balrog1-1/+1
2007-12-04Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog2-9/+14
2007-12-03The profiler need qemu-timer.hths1-0/+4
2007-12-03Ensure a SIGALRM results in a break out from the cpu loop.balrog1-14/+20
2007-12-03Fix floppy initialization, by Laurent Vivier.ths1-2/+3
2007-12-02Include qemu-timer.h iff DEBUG is defined.ths1-0/+7
2007-12-02Add missing include, by Sylvain Petreolle.ths1-0/+1
2007-12-02Larger physical address space for 32-bit MIPS.ths1-0/+3
2007-12-02SH4: Signal handling for the user space emulator, by Magnus Damm.ths4-13/+331
2007-12-02Fix for execve syscall, by Kirill A. Shutemov.ths1-4/+4
2007-12-02SH4: system emulator interrupt update, by Magnus Damm.ths7-47/+169
2007-12-02SH4 delay slot code update, by Magnus Damm.ths5-94/+104
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths4-4/+60
2007-12-02Add -drive parameter, by Laurent Vivier.ths27-315/+873
2007-12-02Mainstone re-org, by Armin Kuster.ths4-241/+290
2007-12-01 Name the magic constants, wrap long linesblueswir11-38/+62
2007-12-01 Fix SS-600MP led device typosblueswir11-2/+2
2007-12-01 Improve power management device addressingblueswir11-6/+11
2007-12-01 Name the magic constants, use correct value for AUX2_PWRFAILblueswir11-32/+51
2007-12-01 Allow IOMMU tables above 2Gblueswir11-1/+1
2007-12-01 Prevent overwriting fixed bits in AFSRblueswir11-0/+4
2007-12-01 Name the magic constants, wrap long linesblueswir12-85/+135
2007-12-01 Fix Sparc host compile problem reported by Shaddy Baddahblueswir13-0/+31
2007-11-30 Fix a crash with monitor input arriving before readline_start has been calledblueswir11-0/+2
2007-11-29 Increase prom size for boot modeblueswir11-1/+1
2007-11-28Use slavio base as boot prom address, rearrange sun4m init codeblueswir13-109/+105
2007-11-28 Fix compilation and warnings on PPC hostblueswir12-1/+21
2007-11-26 Document -M SS-600MPblueswir11-1/+1
2007-11-26Add floppy support, tested to work with www.linux-mips.org GIT head.ths1-4/+3
2007-11-26Micro-optimize back-to-back store-load sequences.ths1-103/+135
2007-11-25 Fix floating point register decodingblueswir11-141/+139
2007-11-25Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog4-8/+11
2007-11-25 128-bit float support for user modeblueswir111-17/+676
2007-11-25 Set initial value of AFSR register properly (Robert Reif)blueswir11-0/+1
2007-11-25 More MMU registers (Robert Reif)blueswir12-7/+18
2007-11-25 Fix buffer mux handling for unconnected serial portsblueswir11-1/+2
2007-11-25Intel Mainstone II (ARM) machine by Armin Kuster.balrog4-1/+312
2007-11-25Add input buffer to mux chr (patch by Tristan Gingold).balrog6-3/+46
2007-11-25Fix board init arg list (spotted by pbrook),balrog1-6/+9
2007-11-24Fix SD init arguments.pbrook1-1/+1
2007-11-24Gumstix Verdex (ARM) board support by Thorsten Zitterell.balrog3-17/+74
2007-11-24Partial SD card SPI mode support.pbrook12-16/+370
2007-11-24Drop an unused variable (Samuel Thibault).balrog1-1/+0
2007-11-24Thumb semihosting fixes.pbrook1-1/+10