aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-13Update TODO.ths
2007-10-13Fix off-by-one in address check.ths
2007-10-13Static-ify function.ths
2007-10-12Unify '-cpu ?' option.j_mayer
2007-10-10 Fix taddcctv and tsubcctv (David Matthews)blueswir1
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir1
2007-10-09Match values with the ones documented in the PIIX4 datasheet.ths
2007-10-09getpriority() shouldn't use libc wrapper, by Thayne Harbaugh.ths
2007-10-09Use always_inline in the MIPS support where applicable.ths
2007-10-09Fix vmmouse for 64bit guest, by Dan Kenigsberg.ths
2007-10-09Delete file which should have been removed in the lst commit.ths
2007-10-09Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths
2007-10-09Don't route PIC interrupts through the local APIC if the local APICths
2007-10-09Update .cvsignore.ths
2007-10-08Mentione CRIS in Changelog.ths
2007-10-08Add CRIS configuration bits, by Edgar E. Iglesias.ths
2007-10-08CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths
2007-10-08CRIS Linux usermode emulation, part 1. By Edgar E. Iglesias.ths
2007-10-08CRIS testsuite, based on the SIM testsuite, by Edgar E. Iglesias.ths
2007-10-08EtraxFS board support, by Edgar E. Iglesias.ths
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths
2007-10-08CRIS MMU emulation, by Edgar E. Iglesias.ths
2007-10-08The remainder of CRIS CPU emulation files, by Edgar E. Iglesias.ths
2007-10-08CRIS micro-ops, by Edgar E. Iglesias.ths
2007-10-08CRIS insn decoding macros, by Edgar E. Iglesias.ths
2007-10-08CRIS instruction translation, by Edgar E. Iglesias.ths
2007-10-08Wire up CRIS disassembler, by Edgar E. Iglesias.ths
2007-10-08CRIS disassembler, originally from binutils, by Edgar E. Iglesias.ths
2007-10-08Update PowerPC emulation status file.j_mayer
2007-10-08Remove synonymous in PowerPC MSR bits definitions.j_mayer
2007-10-08Real-mode only PowerPC 40x do not have any TLBs.j_mayer
2007-10-08Implement exception prefix feature for PowerPC 601.j_mayer
2007-10-08Add missing exception vectors for PowerPC 7x5.j_mayer
2007-10-07Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).j_mayer
2007-10-07Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer
2007-10-07PowerPC target coding style fixes.j_mayer
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer
2007-10-07Report missing elf_addr_t definition from Linux kernel headerj_mayer
2007-10-07Fix host and target longs confusions (continued).j_mayer
2007-10-07Fix confusions between host and target long types.j_mayer
2007-10-07Reorganize the CPUPPCState structure to group features.j_mayer
2007-10-07Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer
2007-10-07Share devices that may be useful for all PowerPC 40x and 440 implementations.j_mayer
2007-10-07Share devices that might be useful for all PowerPC 40x & 440 implementationsj_mayer
2007-10-07 More user timer fixes (Robert Reif)blueswir1
2007-10-06 More detabificationblueswir1
2007-10-06 Implement user mode for timersblueswir1
2007-10-06 Support for loading a real BIOS image (Robert Reif)blueswir1
2007-10-05Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer