Sign in
qemu
/
qemu
/
0402a5d65ec004df5345d1f736e2ddaa7aee6665
/
target-m68k
/
cpu.h
97a8ea5
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
cb3fb38
target-m68k: Pass M68kCPU to m68k_set_irq_level()
by Andreas Färber
· 12 years ago
c7937d9
target-m68k: Return M68kCPU from cpu_m68k_init()
by Andreas Färber
· 12 years ago
6d1bbc6
target-m68k: Introduce QOM realizefn for M68kCPU
by Andreas Färber
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
d694516
target-m68k: Remove t1 from CPUM68KState
by Richard Henderson
· 12 years ago
3993c6b
cpus: Pass CPUState to [qemu_]cpu_has_work()
by Andreas Färber
· 13 years ago
b9e7a23
target-m68k: QOM'ify CPU
by Andreas Färber
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
2b3e3cf
target-m68k: Don't overuse CPUState
by Andreas Färber
· 13 years ago
3aef481
target-m68k: Clean includes
by Stefan Weil
· 13 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
f081c76
Move cpu_has_work and cpu_pc_from_tb to cpu.h
by Blue Swirl
· 14 years ago
3c68882
m68k: use caller supplied CPUState for interrupt related stuff
by Blue Swirl
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
10eb0cc
move cpu_pc_from_tb to target-*/exec.h
by Paolo Bonzini
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
0b5c1ce
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
by Nathan Froyd
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
009a435
Add m68k_cpu_list()
by Laurent Vivier
· 16 years ago
aaedd1f
clean build: Fix remaining m68k warnings
by aurel32
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 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
9656f32
Move interrupt_request and user_mode_only to common cpu state.
by pbrook
· 17 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
e1f3808
Convert m68k target to TCG.
by pbrook
· 17 years ago
aaed909
added cpu_model parameter to cpu_init()
by bellard
· 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
· 18 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
9467d44
Move target-specific defines to the target directories.
by ths
· 18 years ago
d315c88
Improve ColdFire CPU selection.
by pbrook
· 18 years ago
20dcee9
MCF5208 emulation.
by pbrook
· 18 years ago
acf930a
ColdFire EMAC support.
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
0633879
m68k/ColdFire system emulation.
by pbrook
· 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
e6e5906
ColdFire target.
by pbrook
· 18 years ago