Sign in
qemu
/
qemu
/
d8299bccf265b72db967a064e8151660b78cdfae
/
target-m68k
6ad1d22
Allocate cleared memory for cpu state.
by pbrook
· 16 years ago
1addc7c
Spelling and grammar fixes
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
bfa50bc
Remove premature memop TB terminations (Jan Kiszka)
by aliguori
· 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
56aebc8
Add GDB XML register description support.
by pbrook
· 16 years ago
1ed1a78
Silence some warnings about no value returned from non-void function
by blueswir1
· 16 years ago
9507fb5
Fix swapped mvz/mvs instructions.
by pbrook
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 16 years ago
2cfc5f1
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
by ths
· 16 years ago
815a674
Fix coprocessor register types.
by pbrook
· 16 years ago
551bd27
Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.
by ths
· 16 years ago
9656f32
Move interrupt_request and user_mode_only to common cpu state.
by pbrook
· 16 years ago
bf20dc0
Spelling fixes, spotted by Stuart Brady.
by ths
· 16 years ago
2e70f6e
Add instruction counter.
by pbrook
· 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
9b7b85d
Fix off-by-one unwinding error.
by pbrook
· 17 years ago
e1f3808
Convert m68k target to TCG.
by pbrook
· 17 years ago
8dd3dca
remove target ifdefs from vl.c
by aurel32
· 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
ccccab0
m68k compare fix.
by pbrook
· 17 years ago
57fec1f
use the TCG code generator
by bellard
· 17 years ago
01ba981
Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.
by ths
· 17 years ago
f090c9d
Add strict checking mode for softfp code.
by pbrook
· 17 years ago
4f6cf9e
added missing return
by bellard
· 17 years ago
44f8625
fixed invalid type
by bellard
· 17 years ago
8fc7cc5
Fix m68k FP register debug dumps.
by pbrook
· 17 years ago
aaed909
added cpu_model parameter to cpu_init()
by bellard
· 17 years ago
273af66
Adjust s390 addresses (the MSB is defined as "to be ignored").
by ths
· 17 years ago
6ebbf39
Replace is_user variable with mmu_idx in softmmu core,
by j_mayer
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
ce62e5b
Fix tb->size mishandling, by Daniel Jacobowitz.
by ths
· 17 years ago
c9bac22
M68K watchpoint hacks.
by pbrook
· 18 years ago
06d92f4
Workaround dyngen problems with m68k conditional branch ops.
by pbrook
· 18 years ago
0cf5c67
M68K status register fixes.
by pbrook
· 18 years ago
9467d44
Move target-specific defines to the target directories.
by ths
· 18 years ago
bfed01f
Clean up of some target specifics in exec.c/cpu-exec.c.
by ths
· 18 years ago
d315c88
Improve ColdFire CPU selection.
by pbrook
· 18 years ago
20dcee9
MCF5208 emulation.
by pbrook
· 18 years ago
caf8fe8
Clear SR_M on a hardware interrupt.
by pbrook
· 18 years ago
acf930a
ColdFire EMAC support.
by pbrook
· 18 years ago
821f7e7
Implement ColdFire ff1.
by pbrook
· 18 years ago
5fc4adf
Add diagnostic for bad opcode masks.
by pbrook
· 18 years ago
2bc1abb
Fix typo in m68k outer displacement addressing (Andreas Schwab).
by pbrook
· 18 years ago
510ff0b
Generate m68k address faults.
by pbrook
· 18 years ago
e6dbd3b
M68k extended addressing modes.
by pbrook
· 18 years ago
0402f76
Rework m68k cpu feature flags.
by pbrook
· 18 years ago
a87295e
M68k system mode semihosting.
by pbrook
· 18 years ago
7ec47ea
Speed up m68k by 20%.
by pbrook
· 18 years ago
0633879
m68k/ColdFire system emulation.
by pbrook
· 18 years ago
8d7fe05
M68k addx/subx fix.
by pbrook
· 18 years ago
9b3c35e
cpu_get_phys_page_debug should return target_phys_addr_t
by j_mayer
· 18 years ago
820e00f
Define gen_intermediate_code_internal as "static inline".
by ths
· 18 years ago
5a7b542
siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
by ths
· 18 years ago
9042c0e
Check ELF binaries for machine type and endianness.
by ths
· 18 years ago
2d37be6
M68k build fix.
by pbrook
· 18 years ago
e6e5906
ColdFire target.
by pbrook
· 18 years ago