qemu
2007-05-28 thsMIPS disassembler update.
2007-05-28 balrogRemove a local subpage IO hack, now that general subpag...
2007-05-28 pbrookFix tap device counting.
2007-05-28 pbrookImplement ColdFire ff1.
2007-05-28 pbrookAdd diagnostic for bad opcode masks.
2007-05-27 blueswir1Interrupt debugging DPRINTFs
2007-05-27 blueswir1New option -net nic,model=? (Mark Glines)
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-05-27 blueswir1Handle unconnected vlan case in lance
2007-05-27 blueswir1Improved sanity checking to -net options
2007-05-27 blueswir1Separate fault for code access to unassigned memory
2007-05-27 blueswir1Use qemu_irqs between CPUs and interrupt controller
2007-05-27 blueswir1Use qemu_irq between interrupt controller and timers
2007-05-27 blueswir1Use qemu_irqs between dma controllers and esp, lance
2007-05-26 pbrookFix typo in m68k outer displacement addressing (Andreas...
2007-05-26 pbrookGenerate m68k address faults.
2007-05-26 pbrookM68k extended addressing modes.
2007-05-26 blueswir1Split DMA controller in two
2007-05-26 blueswir1Implement generic sub-page I/O based on earlier work...
2007-05-26 pbrookIgnore m68k-softmmu.
2007-05-26 pbrookUpdate Changelog.
2007-05-26 pbrookRework m68k cpu feature flags.
2007-05-26 pbrookAdd missing file.
2007-05-26 pbrookReject invalid targets.
2007-05-26 pbrookSuppress pointer from integer of different size warning.
2007-05-26 pbrookM68k system mode semihosting.
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-24 blueswir1Change ptimer API to use 64-bit values, add save and...
2007-05-24 balrogCommit NAND image changes on "commit all" or "commit...
2007-05-24 balrogSavevm/loadvm bits for ARM core, the PXA2xx peripherals...
2007-05-23 balrogUse i2c_slave_init() to allocate the PXA (dummy) I2C...
2007-05-23 pbrookSpeed up m68k by 20%.
2007-05-23 balrogAdd WM8750 and MAX7310 chips (I2C slaves).
2007-05-23 balrogImplement the PXA2xx I2C master controller.
2007-05-23 pbrookDocument ColdFire system emulation.
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-23 thsAdd more cpu.h dependencies.
2007-05-23 thsThe 24k wants more watch and srsmap registers.
2007-05-23 thsThe previous patch to make breakpoints work was a perfo...
2007-05-23 pbrookAdd ptimer.c function declarations and makefile rule.
2007-05-23 pbrookAdd periodic timer implementation.
2007-05-23 pbrookI2C/SMBus framework.
2007-05-21 blueswir1Fix interrupt controller address masking
2007-05-21 balrogDon't touch carry flag in ASR <reg> with zero <reg...
2007-05-20 pbrookM68k addx/subx fix.
2007-05-20 thsCatch more MIPS FPU cornercases, fix addr.ps and mulr...
2007-05-20 thsDelete now unused define.
2007-05-20 thsDelete linux_boot.bin from the install target.
2007-05-20 thsDelete one more leftover file.
2007-05-20 thsFix indexed FP load/store instructions.
2007-05-20 thsRemove leftover file, should have happened in the Linux...
2007-05-19 thsLinux loader rewrite, by H. Peter Anvin.
2007-05-19 thsMore MIPS 64-bit FPU support.
2007-05-19 thsFix slti/sltiu for MIPS64, by Aurelien Jarno.
2007-05-19 thsFix ldl/ldr implementation, by Aurelien Jarno.
2007-05-19 blueswir1Update Sparc32 OpenBIOS image to SVN revision 149....
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-05-18 balrogFix sysrq support from the monitor mux (originally...
2007-05-18 ths- Move FPU exception handling into helper functions...
2007-05-18 thsWork around the lack of proper handling for self-modify...
2007-05-17 blueswir1Make TCX registers match what NetBSD expects
2007-05-17 blueswir1Fix Qemu division by zero triggered by NetBSD
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-17 blueswir1Set limits for memory size to avoid overlap with devices
2007-05-17 blueswir1Force the primary CPU to run and other CPUs to halt...
2007-05-16 thsMore generic 64 bit multiplication support, by Aurelien...
2007-05-13 thsFull MIPS64 MMU implementation, by Aurelien Jarno.
2007-05-13 thsFix mfc0 and dmtc0 instructions on MIPS64, by Aurelien...
2007-05-13 thsSupport OSS on solaris, by Ben Taylor.
2007-05-13 thsAdd fpu register support to the gdb code, by Magnus...
2007-05-13 thsRemove unnecessary pointer magic in shift operations...
2007-05-13 thsFix XHACK() macro and use FREG if possible, by Magnus...
2007-05-13 thsDelete misleading comment.
2007-05-13 thsWindows: redirect serial port to console, by Herve...
2007-05-13 thsDon't decode CP0 XContext on 32bit MIPS.
2007-05-13 thsMMU code improvements, by Aurelien Jarno.
2007-05-13 thsMIPS linux-user update.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-13 balrogAllow VMware-SVGA operation enable before command FIFO...
2007-05-12 thsUpdate debug output.
2007-05-12 balrogCorrect NAND erase block size. Misc fixes in Spitz...
2007-05-11 thsFix softfloat NaN handling.
2007-05-11 thsImplemented cabs FP instructions, and improve exception...
2007-05-11 thsAnother bit of nicer debug output.
2007-05-11 thsImplement FP madd/msub, wire up bc1any[24][ft].
2007-05-11 thsImproved debug output for the MIPS opcode decoder.
2007-05-11 thsFix missing status ro mask initialization, thanks Stefa...
2007-05-10 thsFix for the scd instruction, by Aurelien Jarno.
2007-05-10 thsFix wrong branch condition in MIPS testandset.
2007-05-09 balrogPCMCIA addresses are 26-bit, widen the address type...
2007-05-09 thsAvoid use of which to detect gcc, as it is broken on...
2007-05-09 thsSuppress warning messages from "which".
2007-05-09 thsPreliminary MIPS 64-bit MMU implementation, by Aurelien...
2007-05-09 thsFix MIPS64 address computation specialcase, by Aurelien...
2007-05-08 thsAnother #elif'ication.
2007-05-08 thsMake detection of unsupported hosts easier, inspired...
2007-05-08 thsSpelling fixes, by Stefan Weil.
2007-05-08 balrogCorrect the number of PXA255 GPIO lines. Reuse the...
2007-05-08 thsAnother bunch of mips host support.
2007-05-08 thsSilence sdl-config stderr output, by Jeff Chua.
next