index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-xtensa
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
target-xtensa: avoid double-stopping at breakpoints
Max Filippov
2013-07-29
3
-2
/
+8
|
*
target-xtensa: add fallthrough markers
Max Filippov
2013-07-29
1
-0
/
+2
*
|
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
Andreas Färber
2013-07-29
1
-0
/
+2
|
/
*
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
2013-07-27
4
-2
/
+14
*
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
2013-07-27
1
-6
/
+8
*
target-xtensa: Move cpu_gdb_{read,write}_register()
Andreas Färber
2013-07-27
1
-0
/
+100
*
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
2013-07-26
2
-0
/
+11
*
target-xtensa: Introduce XtensaCPU subclasses
Andreas Färber
2013-07-26
3
-12
/
+47
*
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
2013-07-23
1
-5
/
+5
*
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-23
4
-5
/
+10
*
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-3
/
+4
*
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2013-07-23
1
-5
/
+0
*
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
2013-07-23
1
-0
/
+8
*
target-xtensa: Change gen_intermediate_code_internal() arg to XtensaCPU
Andreas Färber
2013-07-09
1
-4
/
+5
*
target-xtensa: gen_intermediate_code_internal() should be inlined
Andreas Färber
2013-07-09
1
-2
/
+3
*
cpu: Drop unnecessary dynamic casts in *_env_get_cpu()
Andreas Färber
2013-07-09
1
-1
/
+1
*
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
2013-06-28
1
-3
/
+0
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
4
-3
/
+10
*
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
[prev]
[next]