aboutsummaryrefslogtreecommitdiff
path: root/target-xtensa
AgeCommit message (Expand)Author
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-22target-xtensa: implement coprocessor context optionMax Filippov
2012-09-22target-xtensa: implement FP1 groupMax Filippov
2012-09-22target-xtensa: implement FP0 conversionsMax Filippov
2012-09-22target-xtensa: implement FP0 arithmeticMax Filippov
2012-09-22target-xtensa: implement LSCX and LSCI groupsMax Filippov
2012-09-22target-xtensa: add FP registersMax Filippov
2012-09-22target-xtensa: handle boolean option in overlaysMax Filippov
2012-09-21target-xtensa: don't emit extra tcg_gen_goto_tbMax Filippov
2012-09-21target-xtensa: fix extui shift amountMax Filippov
2012-09-08target-xtensa: fix missing errno codes for mingw32Max Filippov
2012-09-05target-xtensa: convert host errno values to guestMax Filippov
2012-09-01target-xtensa: return ENOSYS for unimplemented simcallsMax Filippov
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl
2012-08-09target-xtensa: make default CPU depend on target endiannessMax Filippov
2012-07-28target-xtensa: fix big-endian BBS/BBC implementationMax Filippov
2012-06-25target-xtensa: drop usage of prev_debug_excp_handlerIgor Mammedov
2012-06-10target-xtensa: switch to AREG0-free modeMax Filippov
2012-06-10target-xtensa: add attributes to helper functionsMax Filippov
2012-06-10target-xtensa: remove unnecessary include of dyngen-exec.hPeter Portante
2012-06-09target-xtensa: fix CCOUNT for conditional branchesMax Filippov
2012-06-09target-xtensa: control page table lookup explicitlyMax Filippov
2012-06-09target-xtensa: update autorefill TLB entries conditionallyMax Filippov
2012-06-09target-xtensa: extract TLB entry setting methodMax Filippov
2012-06-09target-xtensa: update EXCVADDR in case of page table lookupMax Filippov
2012-06-09target-xtensa: flush TLB page for new MMU mappingMax Filippov
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-xtensa: Let cpu_xtensa_init() return XtensaCPUAndreas Färber
2012-04-21target-xtensa: fix LOOPNEZ/LOOPGTZ translationMax Filippov
2012-04-15target-xtensa: add license to core-fsf.cMax Filippov
2012-04-15target-xtensa: add license to core-dc232b.cMax Filippov
2012-04-15target-xtensa: add dc233c coreMax Filippov
2012-04-14target-xtensa: fix tb invalidation for IBREAK and LOOPMax Filippov
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-14target-xtensa: Start QOM'ifying CPU initAndreas Färber
2012-04-14target-xtensa: QOM'ify CPU resetAndreas Färber
2012-04-14target-xtensa: QOM'ify CPUAndreas Färber
2012-04-14target-xtensa: Move helpers.h to helper.hLluís Vilanova
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-xtensa: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl
2012-02-28target-xtensa: Clean includesStefan Weil
2012-02-20target-xtensa: add DEBUG_SECTION to overlay toolMax Filippov
2012-02-20target-xtensa: add DBREAK data breakpointsMax Filippov
2012-02-18target-xtensa: add ICOUNT SR and debug exceptionMax Filippov
2012-02-18target-xtensa: implement instruction breakpointsMax Filippov