- 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
- 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
- b350ab7 target-sh4: Move PVR/PRR/CVR into SuperHCPUClass by Andreas Färber · 12 years ago
- aa7408e target-sh4: Move TCG initialization to SuperHCPU initfn 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
- 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 445e957 target-sh4: Let cpu_sh4_init() return SuperHCPU by Andreas Färber · 13 years ago
- 339894b target-sh4: QOM'ify CPU by Andreas Färber · 13 years ago
- 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
- 73e5716 target-sh4: Don't overuse CPUState by Andreas Färber · 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
- efac415 target-sh4: move intr_at_halt out of cpu_halted() by Aurelien Jarno · 14 years ago
- bc656a2 sh4: implement missing mmaped TLB read functions by Aurelien Jarno · 14 years ago
- 9f97309 sh4: implement missing mmaped TLB write functions by Aurelien Jarno · 14 years ago
- 4f6493f target-sh4: fix reset on r2d by Aurelien Jarno · 14 years ago
- 26ac1ea target-sh4: define FPSCR constants by Aurelien Jarno · 14 years ago
- c0f809c target-sh4: implement writes to mmaped ITLB by Aurelien Jarno · 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
- 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
- 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
- af09049 target-sh4: MMU: reduce the size of a TLB entry by Aurelien Jarno · 15 years ago
- e0bcb9c sh7750: handle MMUCR TI bit by Aurelien Jarno · 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
- 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
- 852d481 SH: Improve movca.l/ocbi emulation. by edgar_igl · 16 years ago
- c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
- ef7ec1c clean build: Fix remaining sh4 warnings by aurel32 · 16 years ago
- 66c7c80 SH: Implement MOVCO.L and MOVLI.L by aurel32 · 16 years ago
- c2432a4 SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 and fix BCR2 support by aurel32 · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- 56cd2b9 target-sh4: make the initial value of SR easier to read by aurel32 · 16 years ago
- 71968fa target-sh4: add prefi, icbi, synco by aurel32 · 16 years ago
- a9c43f8 target-sh4: add SH7785 as CPU option by aurel32 · 16 years ago
- 4208322 target-sh4: remove 2 warnings by aurel32 · 16 years ago
- d8299bc SH4: Implement FD bit 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
- 0b6d3ae qemu sh4 nptl support by aurel32 · 16 years ago
- 0fd3ca3 sh4: CPU versioning. by aurel32 · 16 years ago
- 17b086f SH4: Remove dyngen leftovers by aurel32 · 16 years ago
- 29e179b [sh4] memory mapped TLB entries by aurel32 · 17 years ago
- 833ed38 [sh4] sleep instruction by aurel32 · 17 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
- ea2b542 SH4 MMU improvements by aurel32 · 17 years ago
- e96e204 SH4: system emulator interrupt update, by Magnus Damm. by ths · 17 years ago
- 823029f SH4 delay slot code update, by Magnus Damm. by ths · 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
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- e04ea3d Handle endianness of double floats, by Magnus Damm. by ths · 18 years ago
- ea6cf6b Emulate more fpu opcodes, by Magnus Damm. by ths · 18 years ago
- d10927f Add missing cpu_halted function, by Magnus Damm. by ths · 18 years ago
- 9467d44 Move target-specific defines to the target directories. 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
- 9c2a9ea SH bugfixes. by pbrook · 19 years ago
- eda9b09 sh4 fmov et al instructions (amatus) by bellard · 19 years ago
- fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago