summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-03Spelling fixes, by Stefan Weil.ths11-15/+16
2007-06-03MCF5208 timer fix.pbrook1-5/+8
2007-06-03Improve ColdFire CPU selection.pbrook3-11/+35
2007-06-03MCF5208 emulation.pbrook13-296/+833
2007-06-03Leave running timer alone if not reloading.pbrook1-1/+1
2007-06-02Clear SR_M on a hardware interrupt.pbrook1-0/+1
2007-06-02Check for R2 instructions, and throw RI if we don't emulate R2.ths1-18/+50
2007-06-01Delete leftover Status FPU flag check.ths1-3/+0
2007-06-01Update some comments, 64bit FPU support is functional regardless ofths2-5/+8
2007-06-01Make sure hflags are updated for CP0_Status changes.ths1-8/+42
2007-06-01Forgot to update vl.h during latest Sparc64 target_ulong fixblueswir11-1/+1
2007-06-01Constificationblueswir11-7/+7
2007-06-01Force display update on palette change or loadvmblueswir11-1/+10
2007-06-01Enable 36-bit physical address space also on 32-bit hostsblueswir11-0/+2
2007-06-01Sparc64 linux-user build fixblueswir11-0/+8
2007-06-01Update Sparc dependenciesblueswir11-2/+4
2007-06-01Update TODO.ths1-7/+7
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths2-3/+51
2007-06-01GDB stub for MIPS64, by Jason Wessel.ths1-40/+40
2007-06-01linux-user errno mapping, by Stuart Anderson.ths4-1/+455
2007-06-01Patch for pipe() result handling, by Stuart Anderson.ths1-0/+5
2007-06-01Fix struct stat mapping for MIPS, by Stuart Anderson.ths1-1/+11
2007-06-01Allow again FPU for usermode emulation.ths1-1/+6
2007-05-31Simplify code.ths1-4/+4
2007-05-31Don't kill the registered irqs on reset.ths1-3/+4
2007-05-31Add proper float*_is_nan prototypes.ths2-2/+4
2007-05-30Fix typo in comment.ths1-2/+2
2007-05-30Fix CPU (re-)selection on reset.ths5-4/+12
2007-05-30Replace target_ulong with target_phys_addr_tblueswir11-2/+2
2007-05-30Fix the bug introduced by subpage code preventing PC bootblueswir11-3/+3
2007-05-29Fix usermode check, thanks Aurelien Jarno.ths1-1/+1
2007-05-29Don't check the FPU state for each FPU instruction, use hflags toths4-126/+126
2007-05-29ColdFire EMAC support.pbrook6-3/+763
2007-05-28Sync __target_cmsg_nxthdr implementation with kernel header.ths1-12/+7
2007-05-28SMBus support for MIPS Malta.ths5-11/+17
2007-05-28Handle PX/UX status flags correctly, by Aurelien Jarno.ths4-7/+48
2007-05-28Revert last change, this workaround is long obsolete.ths1-1/+1
2007-05-28Fix ddivu for 32bit hosts, by Aurelien Jarno.ths1-4/+4
2007-05-28Do not sign extend lwu, by Aurelien Jarno.ths1-1/+1
2007-05-28MIPS64 addressing fixes, by Aurelien Jarno.ths3-9/+81
2007-05-28Fix do_socketcall argument, by Daniel Jacobowitz.ths1-1/+1
2007-05-28MIPS disassembler update.ths1-1050/+1645
2007-05-28Remove a local subpage IO hack, now that general subpage IO works.balrog2-41/+21
2007-05-28Fix tap device counting.pbrook1-1/+1
2007-05-28Implement ColdFire ff1.pbrook2-1/+14
2007-05-28Add diagnostic for bad opcode masks.pbrook1-1/+5
2007-05-27Interrupt debugging DPRINTFsblueswir11-10/+22
2007-05-27New option -net nic,model=? (Mark Glines)blueswir17-4/+26
2007-05-27Spelling fix (Mark Glines)blueswir15-15/+15
2007-05-27Handle unconnected vlan case in lanceblueswir12-22/+27