aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths
2007-06-01GDB stub for MIPS64, by Jason Wessel.ths
2007-06-01linux-user errno mapping, by Stuart Anderson.ths
2007-06-01Patch for pipe() result handling, by Stuart Anderson.ths
2007-06-01Fix struct stat mapping for MIPS, by Stuart Anderson.ths
2007-06-01Allow again FPU for usermode emulation.ths
2007-05-31Simplify code.ths
2007-05-31Don't kill the registered irqs on reset.ths
2007-05-31Add proper float*_is_nan prototypes.ths
2007-05-30Fix typo in comment.ths
2007-05-30Fix CPU (re-)selection on reset.ths
2007-05-30Replace target_ulong with target_phys_addr_tblueswir1
2007-05-30Fix the bug introduced by subpage code preventing PC bootblueswir1
2007-05-29Fix usermode check, thanks Aurelien Jarno.ths
2007-05-29Don't check the FPU state for each FPU instruction, use hflags toths
2007-05-29ColdFire EMAC support.pbrook
2007-05-28Sync __target_cmsg_nxthdr implementation with kernel header.ths
2007-05-28SMBus support for MIPS Malta.ths
2007-05-28Handle PX/UX status flags correctly, by Aurelien Jarno.ths
2007-05-28Revert last change, this workaround is long obsolete.ths
2007-05-28Fix ddivu for 32bit hosts, by Aurelien Jarno.ths
2007-05-28Do not sign extend lwu, by Aurelien Jarno.ths
2007-05-28MIPS64 addressing fixes, by Aurelien Jarno.ths
2007-05-28Fix do_socketcall argument, by Daniel Jacobowitz.ths
2007-05-28MIPS disassembler update.ths
2007-05-28Remove a local subpage IO hack, now that general subpage IO works.balrog
2007-05-28Fix tap device counting.pbrook
2007-05-28Implement ColdFire ff1.pbrook
2007-05-28Add diagnostic for bad opcode masks.pbrook
2007-05-27Interrupt debugging DPRINTFsblueswir1
2007-05-27New option -net nic,model=? (Mark Glines)blueswir1
2007-05-27Spelling fix (Mark Glines)blueswir1
2007-05-27Handle unconnected vlan case in lanceblueswir1
2007-05-27Improved sanity checking to -net optionsblueswir1
2007-05-27Separate fault for code access to unassigned memoryblueswir1
2007-05-27Use qemu_irqs between CPUs and interrupt controllerblueswir1
2007-05-27Use qemu_irq between interrupt controller and timersblueswir1
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir1
2007-05-26Fix typo in m68k outer displacement addressing (Andreas Schwab).pbrook
2007-05-26Generate m68k address faults.pbrook
2007-05-26M68k extended addressing modes.pbrook
2007-05-26Split DMA controller in twoblueswir1
2007-05-26Implement generic sub-page I/O based on earlier work by J. Mayer.blueswir1
2007-05-26Ignore m68k-softmmu.pbrook
2007-05-26Update Changelog.pbrook
2007-05-26Rework m68k cpu feature flags.pbrook
2007-05-26Add missing file.pbrook
2007-05-26Reject invalid targets.pbrook
2007-05-26Suppress pointer from integer of different size warning.pbrook
2007-05-26M68k system mode semihosting.pbrook