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 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
*
|
target-xtensa: fix big-endian BBS/BBC implementation
Max Filippov
2012-07-28
1
-2
/
+14
|
/
*
target-xtensa: switch to AREG0-free mode
Max Filippov
2012-06-10
4
-154
/
+151
*
target-xtensa: add attributes to helper functions
Max Filippov
2012-06-10
1
-8
/
+8
*
target-xtensa: remove unnecessary include of dyngen-exec.h
Peter Portante
2012-06-10
1
-1
/
+0
*
target-xtensa: fix CCOUNT for conditional branches
Max Filippov
2012-06-09
1
-0
/
+2
*
target-xtensa: control page table lookup explicitly
Max Filippov
2012-06-09
1
-5
/
+5
*
target-xtensa: update autorefill TLB entries conditionally
Max Filippov
2012-06-09
3
-27
/
+35
*
target-xtensa: extract TLB entry setting method
Max Filippov
2012-06-09
2
-4
/
+14
*
target-xtensa: update EXCVADDR in case of page table lookup
Max Filippov
2012-06-09
1
-0
/
+1
*
target-xtensa: flush TLB page for new MMU mapping
Max Filippov
2012-06-09
1
-0
/
+1
*
build: move other target-*/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
1
-1
/
+2
*
build: move libobj-y variable to nested Makefile.objs
Paolo Bonzini
2012-06-07
1
-0
/
+3
*
build: move obj-TARGET-y variables to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-0
/
+228
*
Kill off cpu_state_reset()
Andreas Färber
2012-06-04
1
-5
/
+0
*
target-xtensa: Let cpu_xtensa_init() return XtensaCPU
Andreas Färber
2012-06-04
3
-6
/
+16
*
target-xtensa: fix LOOPNEZ/LOOPGTZ translation
Max Filippov
2012-04-21
1
-1
/
+1
*
target-xtensa: add license to core-fsf.c
Max Filippov
2012-04-15
1
-0
/
+27
*
target-xtensa: add license to core-dc232b.c
Max Filippov
2012-04-15
1
-0
/
+27
*
target-xtensa: add dc233c core
Max Filippov
2012-04-15
3
-0
/
+674
*
target-xtensa: fix tb invalidation for IBREAK and LOOP
Max Filippov
2012-04-14
2
-11
/
+20
*
Use uintptr_t for various op related functions
Blue Swirl
2012-04-14
1
-5
/
+4
*
target-xtensa: Start QOM'ifying CPU init
Andreas Färber
2012-04-14
2
-1
/
+9
*
target-xtensa: QOM'ify CPU reset
Andreas Färber
2012-04-14
3
-14
/
+14
*
target-xtensa: QOM'ify CPU
Andreas Färber
2012-04-14
4
-1
/
+153
*
target-xtensa: Move helpers.h to helper.h
Lluís Vilanova
2012-04-14
3
-4
/
+4
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-1
/
+1
*
target-xtensa: Don't overuse CPUState
Andreas Färber
2012-03-14
4
-68
/
+68
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-1
/
+1
*
Merge branch 'upstream' of git://qemu.weilnetz.de/qemu
Blue Swirl
2012-03-03
3
-3
/
+0
|
\
[next]