aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-23Implement the PXA2xx I2C master controller.balrog8-25/+271
2007-05-23Document ColdFire system emulation.pbrook1-0/+16
2007-05-23m68k/ColdFire system emulation.pbrook19-207/+1548
2007-05-23Add more cpu.h dependencies.ths1-2/+2
2007-05-23The 24k wants more watch and srsmap registers.ths4-261/+45
2007-05-23The previous patch to make breakpoints work was a performanceths2-32/+7
2007-05-23Add ptimer.c function declarations and makefile rule.pbrook2-1/+14
2007-05-23Add periodic timer implementation.pbrook3-116/+213
2007-05-23I2C/SMBus framework.pbrook9-70/+566
2007-05-21Fix interrupt controller address maskingblueswir11-2/+3
2007-05-21Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Ja...balrog1-1/+1
2007-05-20M68k addx/subx fix.pbrook1-2/+2
2007-05-20Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.ths2-10/+31
2007-05-20Delete now unused define.ths1-1/+0
2007-05-20Delete linux_boot.bin from the install target.ths1-2/+1
2007-05-20Delete one more leftover file.ths1-0/+0
2007-05-20Fix indexed FP load/store instructions.ths3-41/+31
2007-05-20Remove leftover file, should have happened in the Linux loader rewrite commit.ths1-29/+0
2007-05-19Linux loader rewrite, by H. Peter Anvin.ths2-89/+222
2007-05-19More MIPS 64-bit FPU support.ths4-103/+369
2007-05-19Fix slti/sltiu for MIPS64, by Aurelien Jarno.ths2-8/+8
2007-05-19Fix ldl/ldr implementation, by Aurelien Jarno.ths1-0/+2
2007-05-19Update Sparc32 OpenBIOS image to SVN revision 149. Changes:blueswir12-1/+1
2007-05-19Use full 36-bit physical address space on SS10blueswir118-129/+204
2007-05-18Fix sysrq support from the monitor mux (originally by Jason Wessel).balrog1-2/+1
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths5-638/+795