aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-27Improved sanity checking to -net optionsblueswir12-0/+19
2007-05-27Separate fault for code access to unassigned memoryblueswir12-2/+10
2007-05-27Use qemu_irqs between CPUs and interrupt controllerblueswir13-83/+99
2007-05-27Use qemu_irq between interrupt controller and timersblueswir14-41/+39
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir15-42/+37
2007-05-26Fix typo in m68k outer displacement addressing (Andreas Schwab).pbrook1-1/+1
2007-05-26Generate m68k address faults.pbrook1-43/+88
2007-05-26M68k extended addressing modes.pbrook2-29/+121
2007-05-26Split DMA controller in twoblueswir110-82/+87
2007-05-26Implement generic sub-page I/O based on earlier work by J. Mayer.blueswir12-7/+225
2007-05-26Ignore m68k-softmmu.pbrook1-0/+1
2007-05-26Update Changelog.pbrook1-0/+2
2007-05-26Rework m68k cpu feature flags.pbrook4-133/+176
2007-05-26Add missing file.pbrook1-0/+67
2007-05-26Reject invalid targets.pbrook1-14/+17
2007-05-26Suppress pointer from integer of different size warning.pbrook1-2/+2
2007-05-26M68k system mode semihosting.pbrook13-283/+415
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir16-8/+100
2007-05-24Change ptimer API to use 64-bit values, add save and load methodsblueswir14-102/+110
2007-05-24Commit NAND image changes on "commit all" or "commit mtd".balrog2-1/+6
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog18-63/+1330
2007-05-23Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog2-2/+2
2007-05-23Speed up m68k by 20%.pbrook1-8/+8
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog5-2/+805