nand emulation fixes
[qemu] / target-alpha / cpu.h
2009-04-07 aurel32target-alpha: document more registers used by 21264
2009-04-07 aurel32target-alpha: set target page size to 13 bits
2009-03-29 aurel32target-alpha: remove PALCODE_ declarations (unused).
2009-03-29 aurel32Document which IPR are used by 21264
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-11 aurel32target-alpha: fix 2 warnings
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-09-29 aurel32target-alpha: convert FP ops to TCG
2008-09-18 aurel32target-alpha: convert remaining arith3 functions to TCG
2008-09-18 aurel32target-alpha: switch a few helpers to TCG
2008-09-02 aurel32Fix call_pal() prototype for alpha system emulation
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-29 pbrookAdd instruction counter.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-28 j_mayerAlpha coding style and inlining fixes.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-20 j_mayerMove likely and unlikely macros in a common place ...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-03 thsMove target-specific defines to the target directories.
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-05 j_mayerFix alpha target compilation on 32 bits hosts.
2007-04-05 j_mayerAlpha architecture emulation core.