Sign in
qemu
/
qemu
/
58f8aead106a5c8a4b5fa54c0be7cb6d19dbfbbc
/
target-cris
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
d488ddd
CRIS: Avoid endless loops for unstested CRIS cpu-state load/save.
by edgar_igl
· 16 years ago
cc53adb
CRIS: Fix remaining build warnings.
by edgar_igl
· 16 years ago
0d0266a
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
5281966
CRIS: Init the feedback shiftreg used for randomizing TLB sets.
by edgar_igl
· 16 years ago
eca1bdf
Log reset events (Jan Kiszka)
by aliguori
· 16 years ago
8fec2b8
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
by aliguori
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
d12d51d
Clean up debugging code #ifdefs (Eduardo Habkost)
by aliguori
· 16 years ago
6231868
CRIS: Purify some of the flag evaluation helpers.
by edgar_igl
· 16 years ago
ef96779
CRIS: Implement set_thread_area for CRIS.
by edgar_igl
· 16 years ago
c38ac98
CRIS: Use a helper for lz.
by edgar_igl
· 16 years ago
85220fb
CRIS: bound operates directly on regs, no need to allocate temp destination.
by edgar_igl
· 16 years ago
abd5c94
CRIS: Speedup btst by using a helper.
by edgar_igl
· 16 years ago
69b5cae
CRIS: NMI wakes up the core.
by edgar_igl
· 16 years ago
213fb47
CRIS: NMI wakes up the core.
by edgar_igl
· 16 years ago
459e518
CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.
by edgar_igl
· 16 years ago
a8cf66b
CRIS: Slight performance improvement for flag evaluation.
by edgar_igl
· 16 years ago
10c144e
ETRAX: Add a model for the axis devboard88 machine.
by edgar_igl
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
80e1b26
CRIS: Dont flush kernel protected pages when modifying $pid.
by edgar_igl
· 16 years ago
bf91ada
CRIS: Remove unused pfn member from mmu translation results.
by edgar_igl
· 16 years ago
0a6f8a6
CRIS: Remove CRIS specific do_unassigned_access.
by edgar_igl
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
db8d990
Remove FORCE_RET() and RETURN()
by aurel32
· 16 years ago
2cbd949
Common cpu_loop_exit prototype
by aurel32
· 16 years ago
c0ce998
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
by aliguori
· 16 years ago
380ce5b
CRIS: remove unused op_template.h.
by edgar_igl
· 16 years ago
a1d1bb3
Refactor and enhance break/watchpoint API (Jan Kiszka)
by aliguori
· 16 years ago
6b91754
Refactor translation block CPU state handling (Jan Kiszka)
by aliguori
· 16 years ago
622ed36
Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)
by aliguori
· 16 years ago
a7812ae
TCG variable type checking.
by pbrook
· 16 years ago
6d17c60
target-cris: access to TCG variables through GET_TCGV()
by aurel32
· 16 years ago
4469629
CRIS: Plug more temp leaks.
by edgar_igl
· 16 years ago
f4b147f
CRIS: Plug a few temp leaks.
by edgar_igl
· 16 years ago
31c18d8
CRIS: Remove cpu_T.
by edgar_igl
· 16 years ago
fb48f71
CRIS: Avoid more cpu_T usage.
by edgar_igl
· 16 years ago
43d7ac4
CRIS: Avoid cpu_T[1] for move_r.
by edgar_igl
· 16 years ago
c5631f4
CRIS: Avoid using cpu_T[0] for testing condition codes.
by edgar_igl
· 16 years ago
7dcfb08
CRIS: Add branch-free versions of abs, lsl, lsr and asr.
by edgar_igl
· 16 years ago
4f9cc92
CRIS: Correct tcg globals allocation for 64bit hosts.
by edgar_igl
· 16 years ago
a855593
CRIS: Initialize the arch version preg to v32.
by edgar_igl
· 16 years ago
cddffe3
CRIS: Partial EXS reg support and fixes for SPC.
by edgar_igl
· 16 years ago
dd20fcd
CRIS: Correct typos.
by edgar_igl
· 16 years ago
9b32fbf
CRIS: Make local objects static.
by edgar_igl
· 16 years ago
a1aebcb
CRIS: Fix brk 8 and add S-flag emulation.
by edgar_igl
· 16 years ago
e18231a
Show size for unassigned accesses (Robert Reif)
by blueswir1
· 16 years ago
28de16d
CRIS: Improve ASID related TLB flushes.
by edgar_igl
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
980f8a0
CRIS: Mask off the cache selection bit after MMU translations.
by edgar_igl
· 16 years ago
cdcf4e5
TCG fixes for target-cris
by aurel32
· 16 years ago
b23761f
CRIS: Avoid a few unecessary steps in the mmu.
by edgar_igl
· 16 years ago
7d5099d
CRIS: Remove redundant code.
by edgar_igl
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 16 years ago
5ce042b
Remove dyngen leftovers.
by edgar_igl
· 16 years ago
89cc738
CRIS: Correct condition for when to apply fast move flags evaluation. Correct single-stepping over branches.
by edgar_igl
· 16 years ago
2cfc5f1
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
by ths
· 17 years ago
551bd27
Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.
by ths
· 17 years ago
9656f32
Move interrupt_request and user_mode_only to common cpu state.
by pbrook
· 17 years ago
bf20dc0
Spelling fixes, spotted by Stuart Brady.
by ths
· 17 years ago
b3c7724
Move CPU save/load registration to common code.
by pbrook
· 17 years ago
6913ba5
CRIS: Correct writes to TLB hi.
by edgar_igl
· 17 years ago
d297f46
Avoid CRIS related warnings by Jan Kiszka.
by edgar_igl
· 17 years ago
2e70f6e
Add instruction counter.
by pbrook
· 17 years ago
877d8ad
CRIS: Add (untested) cpu-state save/load.
by edgar_igl
· 17 years ago
1b1a38b
CRIS: Emulate NMIs.
by edgar_igl
· 17 years ago
5bf8f1a
CRIS: Support RFN insn.
by edgar_igl
· 17 years ago
a7cfbba
CRIS: Translator updates.
by edgar_igl
· 17 years ago
e2eef17
Remove dead and bitrotten "qemu-fast" code.
by pbrook
· 17 years ago
2a44f7f
CRIS translator updates
by edgar_igl
· 17 years ago
bf44333
Correct P flag assertion in rfe.
by edgar_igl
· 17 years ago
f8ed707
Fix typo.
by pbrook
· 17 years ago
6e68e07
Move clone() register setup to target specific code. Handle fork-like clone.
by pbrook
· 17 years ago
9133e39
Push common interrupt variables to cpu-defs.h (Glauber Costa)
by bellard
· 17 years ago
ce5232c
moved halted field to CPU_COMMON
by bellard
· 17 years ago
30abcfc
CRIS: Restructure the translator to allow for better code generation.
by edgar_igl
· 17 years ago
bbff889
remove absolete function
by bellard
· 17 years ago
9b7b85d
Fix off-by-one unwinding error.
by pbrook
· 17 years ago
cb63669
Fix ARM conditional branch bug. Add tcg_gen_brcondi.
by pbrook
· 17 years ago
d189633
Use tcg_gen_not.
by edgar_igl
· 17 years ago
cf1d97f
CRIS: Improve TLB management and handle delayslots at page boundaries.
by edgar_igl
· 17 years ago
a39f8f3
CRIS: Remove some old dyngen T0/T1 fiddle. More usage of the results from the x flag liveness analysis.
by edgar_igl
· 17 years ago
390efc5
Add TCG native negation op.
by pbrook
· 17 years ago
44cd42e
CRIS: Add support for the pseudo randomized set that the mmu provides with TLB refill faults. This makes linux guests use the four way TLB set associativty.
by edgar_igl
· 17 years ago
8683143
Add zero extension (pseudo-)ops.
by pbrook
· 17 years ago
2f3a1b0
CRIS: helper_dummy no longer needed as barrier for qemu_ld/st.
by edgar_igl
· 17 years ago
939ef59
Move #include "softfloat.h" to cpu-all.h
by aurel32
· 17 years ago
73e5172
CRIS: Concistent use of btarget and make it possible to single-step over delayslots.
by edgar_igl
· 17 years ago
dceaf39
CRIS: More TCG conversion.
by edgar_igl
· 17 years ago
17ac975
More TCG updates for CRIS
by edgar_igl
· 17 years ago
ef29a70
CRIS MMU Updates
by edgar_igl
· 17 years ago
8dd3dca
remove target ifdefs from vl.c
by aurel32
· 17 years ago
aae6b32
CRIS: Convert divide step to TCG.
by edgar_igl
· 17 years ago
d059c17
CRIS: Convert lz (leading zeros) to TCG.
by edgar_igl
· 17 years ago
50cfa95
CRIS: Eliminate a few unneeded moves to/from T0/T1.
by edgar_igl
· 17 years ago
c7d0569
CRIS: Do post-increment without going via T0.
by edgar_igl
· 17 years ago
b41f7df
CRIS updates:
by edgar_igl
· 17 years ago
d2856f1
Factorize code in translate.c
by aurel32
· 17 years ago
ca10f86
Remove osdep.c/qemu-img code duplication
by aurel32
· 17 years ago
Next »