Sign in
qemu
/
qemu
/
2a90358f8ae950a22efbfcc69e6142e86a38064e
/
target-mips
e7139c4
target-mips: use physical address in lladdr
by Aurelien Jarno
· 15 years ago
25b91e3
target-mips: add a function to do virtual -> physical translations
by Aurelien Jarno
· 15 years ago
1147e18
target-mips: split code raising MMU exception in a separate function
by Aurelien Jarno
· 15 years ago
0ae4304
target-mips: factorize load/store code in op_helper.c
by Aurelien Jarno
· 15 years ago
60c9af0
target-mips: fix physical address type in MMU functions
by Aurelien Jarno
· 15 years ago
2a6e32d
target-mips: make CP0_LLAddr register CPU dependent
by Aurelien Jarno
· 15 years ago
5499b6f
target-mips: rename CP0_LLAddr into lladdr
by Aurelien Jarno
· 15 years ago
31e3104
target-mips: fix indentation
by Aurelien Jarno
· 15 years ago
51cc2e7
mips: fix cpu_reset memory leak
by Blue Swirl
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
941694d
target-mips: make sure constants are in the second argument
by Aurelien Jarno
· 15 years ago
a0d700e
mips: Fix spelling in comment
by Stefan Weil
· 15 years ago
58caed6
target-mips: unmatched brackets in if 0
by Michael S. Tsirkin
· 15 years ago
618b0fe
target-mips: log instructions start in TCG code
by Aurelien Jarno
· 15 years ago
d42320c
target-mips: remove MAX_OP_PER_INSTR workaround
by Aurelien Jarno
· 15 years ago
6f4fc36
Add 'static' to please Sparse
by Blue Swirl
· 15 years ago
7b270ef
target-mips: fix single-stepping
by Nathan Froyd
· 16 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
fa31af0
target-mips: fix conditional moves off fp condition codes
by Nathan Froyd
· 15 years ago
0b5c1ce
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
by Nathan Froyd
· 15 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 16 years ago
dfe5fff
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
by Juan Quintela
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
344b983
target-mips: remove useless code in gen_st_cond()
by Aurelien Jarno
· 16 years ago
feeb3b6
Fix MIPS SC
by Paul Brook
· 16 years ago
590bc60
MIPS atomic instructions
by Paul Brook
· 16 years ago
ff867dd
MIPS usermode TLS register
by Paul Brook
· 16 years ago
98070ce
target-mips: fix MADD and MSUB/MSUBU instructions
by Nathan Froyd
· 16 years ago
95bed64
Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64
by Blue Swirl
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
1ad2134
Hardware convenience library
by Paul Brook
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
6bb72b1
target-mips: proper sign extension for 'SUBU rd, zero, rt'
by Aurelien Jarno
· 16 years ago
88cbb98
target-mips: fix comments about SUB/DSUB
by Aurelien Jarno
· 16 years ago
0bf46a4
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
by aliguori
· 16 years ago
6a4955a
qemu: per-arch cpu_has_work (Marcelo Tosatti)
by aliguori
· 16 years ago
df357f0
Enable access to SYNCI_Step register in usermode emulation.
by pbrook
· 16 years ago
8c0ab41
Revert "target-mips: fix call to check_*() functions"
by aurel32
· 16 years ago
aefbc83
target-mips: simplify exception generation
by aurel32
· 16 years ago
a603585
target-mips: fix revision r7126
by aurel32
· 16 years ago
007ac6f
target-mips: fix call to check_*() functions
by aurel32
· 16 years ago
585c88d
target-mips: optimize gen_flt3_ldst()
by aurel32
· 16 years ago
c407df8
target-mips: optimize gen_flt_ldst()
by aurel32
· 16 years ago
8e0f950
Stop translation after a syscall instruciton.
by pbrook
· 16 years ago
f2c94b9
target-mips: mark zero register as unused.
by aurel32
· 16 years ago
d9bea11
target-mips: variable names consistency
by aurel32
· 16 years ago
867abc7
target-mips: fix commits 7040 and 7042
by aurel32
· 16 years ago
30a3848
target-mips: fix commit 7046
by aurel32
· 16 years ago
bb928db
target-mips: don't map zero register as a TCG global
by aurel32
· 16 years ago
d66c713
target-mips: optimize gen_ldst()
by aurel32
· 16 years ago
324d9e3
target-mips: optimize gen_arith_imm()
by aurel32
· 16 years ago
52a0e9e
target-mips: fix commit r7076
by aurel32
· 16 years ago
11f9425
target-mips: optimize gen_movcf_d()
by aurel32
· 16 years ago
a4e8338
target-mips: optimize a few tcg_temp_free()
by aurel32
· 16 years ago
c9297f4
target-mips: optimize gen_farith()
by aurel32
· 16 years ago
c905fda
target-mips: optimize gen_flt3_arith()
by aurel32
· 16 years ago
4e2474d
target-mips: optimize gen_flt3_ldst()
by aurel32
· 16 years ago
460f00c
target-mips: optimize gen_arith()
by aurel32
· 16 years ago
35fbce2
target-mips: optimize decode_opc()
by aurel32
· 16 years ago
72c3a3e
target-mips: optimize gen_cp1()
by aurel32
· 16 years ago
1fc7bf6
target-mips: optimize gen_cp0()
by aurel32
· 16 years ago
e7a6965
target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers
by aurel32
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
cbc37b2
target-mips: optimize gen_movcf_*()
by aurel32
· 16 years ago
af58f9c
target-mips: optimize gen_movci()
by aurel32
· 16 years ago
d94536f
target-mips: optimize gen_compute_branch1()
by aurel32
· 16 years ago
6d06627
target-mips: don't map FP registers as TCG global variables
by aurel32
· 16 years ago
0c0ed03
target-mips: fix divu instruction
by aurel32
· 16 years ago
41db460
target-mips: optimize write to env->hflags
by aurel32
· 16 years ago
d45f89f
target-mips: optimize gen_muldiv()
by aurel32
· 16 years ago
f129981
target-mips: optimize gen_HILO()
by aurel32
· 16 years ago
cdc0faa
target-mips: optimize gen_trap()
by aurel32
· 16 years ago
1ba74fb
target-mips: optimize gen_compute_branch()
by aurel32
· 16 years ago
92e9044
target-mips: don't mix result and arguments in gen_op_*
by aurel32
· 16 years ago
3a55fa4
target-mips: gen_bshfl()
by aurel32
· 16 years ago
f157bfe
target-mips: optimize gen_mul_vr54xx()
by aurel32
· 16 years ago
20e1fb52
target-mips: optimize gen_cl()
by aurel32
· 16 years ago
f364515
target-mips: fix FPU in 64-bit mode
by aurel32
· 16 years ago
41e0c70
target-mips: implement FPU Flush-To-Zero mode
by aurel32
· 16 years ago
a3fe901
target-mips: use nor instead of or + not
by aurel32
· 16 years ago
a1f6684
target-mips: optimize mflo and mfhi
by aurel32
· 16 years ago
d5575a3
target-mips: remove dead code
by aurel32
· 16 years ago
c01fccd
target-mips: rename helpers from do_ to helper_
by aurel32
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
0d0266a
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 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
e920348
target-mips: optimize some gpr accesses
by aurel32
· 16 years ago
6958549
target-mips: fix indentation
by aurel32
· 16 years ago
932e71c
target-mips: get rid of tests on env->user_mode_only
by aurel32
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
33a8476
A first attempt on supporting snapshots for the MIPS target.
by ths
· 16 years ago
f9480ff
Fix remaining compiler warnings for mips targets.
by ths
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
cd5158e
MIPS: remove a few warnings
by aurel32
· 16 years ago
Next »