Age | Commit message (Expand) | Author |
2013-02-16 | cpu: Add CPUArchState pointer to CPUState | Andreas Färber |
2013-02-16 | target-xtensa: Move TCG initialization to XtensaCPU initfn | Andreas Färber |
2013-02-16 | target-xtensa: Introduce QOM realizefn for XtensaCPU | Andreas Färber |
2013-02-01 | target-xtensa: Mark as unmigratable | Andreas Färber |
2012-12-22 | target-xtensa: fix search_pc for the last TB opcode | Max Filippov |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl |
2012-12-15 | target-xtensa: fix ITLB/DTLB page protection flags | Max Filippov |
2012-12-08 | target-xtensa: use movcond where possible | Max Filippov |
2012-12-08 | target-xtensa: implement MISC SR | Max Filippov |
2012-12-08 | target-xtensa: better control rsr/wsr/xsr access to SRs | Max Filippov |
2012-12-08 | target-xtensa: restrict available SRs by enabled options | Max Filippov |
2012-12-08 | target-xtensa: implement CACHEATTR SR | Max Filippov |
2012-12-08 | target-xtensa: implement ATOMCTL SR | Max Filippov |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin |
2012-11-10 | target-xtensa: avoid using cpu_single_env | Blue Swirl |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber |
2012-10-28 | target-xtensa: rename helper flags | Aurelien Jarno |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-06 | target-xtensa: de-optimize EXTUI | Aurelien Jarno |
2012-09-27 | Emit debug_insn for CPU_LOG_TB_OP_OPT as well. | Richard Henderson |
2012-09-22 | target-xtensa: implement coprocessor context option | Max Filippov |
2012-09-22 | target-xtensa: implement FP1 group | Max Filippov |
2012-09-22 | target-xtensa: implement FP0 conversions | Max Filippov |
2012-09-22 | target-xtensa: implement FP0 arithmetic | Max Filippov |
2012-09-22 | target-xtensa: implement LSCX and LSCI groups | Max Filippov |
2012-09-22 | target-xtensa: add FP registers | Max Filippov |
2012-09-22 | target-xtensa: handle boolean option in overlays | Max Filippov |
2012-09-21 | target-xtensa: don't emit extra tcg_gen_goto_tb | Max Filippov |
2012-09-21 | target-xtensa: fix extui shift amount | Max Filippov |
2012-09-08 | target-xtensa: fix missing errno codes for mingw32 | Max Filippov |
2012-09-05 | target-xtensa: convert host errno values to guest | Max Filippov |
2012-09-01 | target-xtensa: return ENOSYS for unimplemented simcalls | Max Filippov |
2012-08-09 | Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu | Blue Swirl |
2012-08-09 | target-xtensa: make default CPU depend on target endianness | Max Filippov |
2012-07-28 | target-xtensa: fix big-endian BBS/BBC implementation | Max Filippov |
2012-06-25 | target-xtensa: drop usage of prev_debug_excp_handler | Igor Mammedov |
2012-06-10 | target-xtensa: switch to AREG0-free mode | Max Filippov |
2012-06-10 | target-xtensa: add attributes to helper functions | Max Filippov |
2012-06-10 | target-xtensa: remove unnecessary include of dyngen-exec.h | Peter Portante |
2012-06-09 | target-xtensa: fix CCOUNT for conditional branches | Max Filippov |
2012-06-09 | target-xtensa: control page table lookup explicitly | Max Filippov |