summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-mips: fix DINSU instructionAurelien Jarno2010-06-301-1/+1
* target-mips: fix ROTR and DROTR by zeroAurelien Jarno2010-02-231-0/+4
* target-mips: fix CpU exception for coprocessor 0Nathan Froyd2010-02-231-1/+1
* target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno2010-02-063-8/+22
* target-mips: fix user-mode emulation startupNathan Froyd2009-12-132-8/+8
* target-mips: use physical address in lladdrAurelien Jarno2009-11-303-28/+61
* target-mips: add a function to do virtual -> physical translationsAurelien Jarno2009-11-302-0/+25
* target-mips: split code raising MMU exception in a separate functionAurelien Jarno2009-11-301-46/+53
* target-mips: factorize load/store code in op_helper.cAurelien Jarno2009-11-301-152/+100
* target-mips: fix physical address type in MMU functionsAurelien Jarno2009-11-222-11/+11
* target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno2009-11-225-4/+49
* target-mips: rename CP0_LLAddr into lladdrAurelien Jarno2009-11-224-16/+16
* target-mips: fix indentationAurelien Jarno2009-11-142-3/+3
* mips: fix cpu_reset memory leakBlue Swirl2009-11-143-56/+54
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-015-27/+28
* Get rid of _t suffixmalc2009-10-015-28/+27
* target-mips: make sure constants are in the second argumentAurelien Jarno2009-09-301-7/+7
* mips: Fix spelling in commentStefan Weil2009-09-301-2/+2
* target-mips: unmatched brackets in if 0Michael S. Tsirkin2009-09-301-1/+0
* target-mips: log instructions start in TCG codeAurelien Jarno2009-09-281-0/+4
* target-mips: remove MAX_OP_PER_INSTR workaroundAurelien Jarno2009-09-231-2/+1
* Add 'static' to please SparseBlue Swirl2009-09-211-1/+1
* target-mips: fix single-steppingNathan Froyd2009-09-141-3/+18
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* target-mips: fix conditional moves off fp condition codesNathan Froyd2009-08-251-5/+5
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-164-8/+4
* target-mips: remove useless code in gen_st_cond()Aurelien Jarno2009-07-121-1/+0
* Fix MIPS SCPaul Brook2009-07-121-2/+2
* MIPS atomic instructionsPaul Brook2009-07-092-24/+64
* MIPS usermode TLS registerPaul Brook2009-07-091-0/+5
* target-mips: fix MADD and MSUB/MSUBU instructionsNathan Froyd2009-07-031-3/+3
* Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl2009-06-131-2/+6
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-9/+0
* Hardware convenience libraryPaul Brook2009-05-191-3/+0
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* target-mips: proper sign extension for 'SUBU rd, zero, rt'Aurelien Jarno2009-05-041-0/+1
* target-mips: fix comments about SUB/DSUBAurelien Jarno2009-05-041-2/+2
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-2/+8
* Enable access to SYNCI_Step register in usermode emulation.pbrook2009-04-201-0/+2
* Revert "target-mips: fix call to check_*() functions"aurel322009-04-171-24/+12
* target-mips: simplify exception generationaurel322009-04-171-4/+0
* target-mips: fix revision r7126aurel322009-04-161-1/+1
* target-mips: fix call to check_*() functionsaurel322009-04-161-12/+24
* target-mips: optimize gen_flt3_ldst()aurel322009-04-161-4/+4
* target-mips: optimize gen_flt_ldst()aurel322009-04-161-4/+2