index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-xtensa
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
4
-2
/
+7
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-1
/
+4
*
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-03-03
1
-2
/
+2
*
cpu: Introduce ENV_OFFSET macros
Andreas Färber
2013-03-03
1
-0
/
+1
*
target-xtensa: Use add2/sub2 for mac
Richard Henderson
2013-02-23
1
-16
/
+13
*
target-xtensa: Use mul*2 for mul*hi
Richard Henderson
2013-02-23
1
-14
/
+6
*
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
2013-02-16
1
-0
/
+2
*
target-xtensa: Move TCG initialization to XtensaCPU initfn
Andreas Färber
2013-02-16
3
-13
/
+9
*
target-xtensa: Introduce QOM realizefn for XtensaCPU
Andreas Färber
2013-02-16
3
-1
/
+18
*
target-xtensa: Mark as unmigratable
Andreas Färber
2013-02-01
3
-39
/
+9
*
target-xtensa: fix search_pc for the last TB opcode
Max Filippov
2012-12-22
1
-1
/
+5
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
7
-7
/
+7
*
qom: move include files to include/qom/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
8
-19
/
+19
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: refactor cpu_restore_state
Blue Swirl
2012-12-16
1
-12
/
+2
*
target-xtensa: fix ITLB/DTLB page protection flags
Max Filippov
2012-12-15
1
-1
/
+2
*
target-xtensa: use movcond where possible
Max Filippov
2012-12-08
1
-50
/
+42
*
target-xtensa: implement MISC SR
Max Filippov
2012-12-08
3
-0
/
+6
*
target-xtensa: better control rsr/wsr/xsr access to SRs
Max Filippov
2012-12-08
1
-19
/
+30
*
target-xtensa: restrict available SRs by enabled options
Max Filippov
2012-12-08
3
-105
/
+130
*
target-xtensa: implement CACHEATTR SR
Max Filippov
2012-12-08
5
-1
/
+25
*
target-xtensa: implement ATOMCTL SR
Max Filippov
2012-12-08
7
-14
/
+131
*
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-2
/
+2
*
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-1
/
+1
*
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-2
/
+2
*
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-2
/
+2
*
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-3
/
+3
*
target-xtensa: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-5
/
+5
*
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
2012-10-31
1
-1
/
+3
*
target-xtensa: rename helper flags
Aurelien Jarno
2012-10-28
1
-8
/
+8
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
2
-4
/
+4
*
target-xtensa: de-optimize EXTUI
Aurelien Jarno
2012-10-06
1
-20
/
+2
*
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
2012-09-27
1
-1
/
+1
*
target-xtensa: implement coprocessor context option
Max Filippov
2012-09-22
2
-0
/
+43
*
target-xtensa: implement FP1 group
Max Filippov
2012-09-22
3
-1
/
+135
*
target-xtensa: implement FP0 conversions
Max Filippov
2012-09-22
3
-0
/
+89
*
target-xtensa: implement FP0 arithmetic
Max Filippov
2012-09-22
3
-1
/
+104
*
target-xtensa: implement LSCX and LSCI groups
Max Filippov
2012-09-22
1
-4
/
+54
*
target-xtensa: add FP registers
Max Filippov
2012-09-22
4
-7
/
+63
*
target-xtensa: handle boolean option in overlays
Max Filippov
2012-09-22
1
-0
/
+1
*
target-xtensa: don't emit extra tcg_gen_goto_tb
Max Filippov
2012-09-21
1
-1
/
+3
*
target-xtensa: fix extui shift amount
Max Filippov
2012-09-21
1
-3
/
+21
*
target-xtensa: fix missing errno codes for mingw32
Max Filippov
2012-09-08
1
-0
/
+6
*
target-xtensa: convert host errno values to guest
Max Filippov
2012-09-05
1
-8
/
+98
*
target-xtensa: return ENOSYS for unimplemented simcalls
Max Filippov
2012-09-01
1
-0
/
+2
*
Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu
Blue Swirl
2012-08-09
1
-7
/
+1
|
\
|
*
target-xtensa: drop usage of prev_debug_excp_handler
Igor Mammedov
2012-06-25
1
-7
/
+1
*
|
target-xtensa: make default CPU depend on target endianness
Max Filippov
2012-08-09
1
-0
/
+6
[next]