kvm: Introduce kvm_set_migration_log
[qemu] / target-alpha /
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-15 aurel32target-alpha: fix emulation of ecb
2009-04-10 aurel32target-alpha: remove amask helper
2009-04-10 aurel32target-alpha: remove helper_load_implver
2009-04-10 aurel32target-alpha: overflow condition for sublv and subqv
2009-04-07 aurel32target-alpha: fix palcode mask for user pal calls
2009-04-07 aurel32target-alpha: document more registers used by 21264
2009-04-07 aurel32target-alpha: set target page size to 13 bits
2009-04-07 aurel32target-alpha: stop translation if too long
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-29 aurel32target-alpha: bug fix: avoid nop to override next instr...
2009-03-29 aurel32target-alpha: remove PALCODE_ declarations (unused).
2009-03-29 aurel32target-alpha: add instruction name in comments for...
2009-03-29 aurel32Document which IPR are used by 21264
2009-03-29 aurel32target-alpha: tb_flush helper should flush the tb ...
2009-03-29 aurel32target-alpha: fix temp free for hw_st
2009-03-29 aurel32target-alpha: fix bug: integer conditional branch offse...
2009-03-29 aurel32target-alpha: Fix bug: do not mask address LSBs for...
2009-03-29 aurel32target-alpha: Fix bug: palcode is at least 6 bits.
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-11 aurel32target-alpha: fix 2 warnings
2008-12-07 aurel32target-alpha: gdb-stub support
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-21 aurel32target-alpha: use CPU_Float/CPU_Double instead of ugly...
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-11 aurel32target-alpha: fix decoding of CVTST /S
2008-11-11 aurel32target-alpha: disable single stepping and TB flush...
2008-11-11 aurel32target-alpha: fix double TCG variable allocation
2008-11-10 aurel32target-alpha: fix cmpbge instruction
2008-11-08 aurel32target-alpha: fix the return value of stl_c/stq_c
2008-11-07 aurel32target-alpha: fix locked loads/stores
2008-11-06 aurel32target-alpha: Fix ret instruction
2008-10-21 aurel32target-alpha: use the new TCG logical operations
2008-10-01 aurel32target-alpha: update STATUS
2008-09-30 aurel32target-alpha: convert palcode ops to TCG
2008-09-30 aurel32target-alpha: convert locked load/store to TCG
2008-09-29 aurel32target-alpha: misc fixes
2008-09-29 aurel32target-alpha: convert FP ops to TCG
2008-09-29 aurel32target-alpha: factorize load/store code
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-18 aurel32target-alpha: switch most load/store ops to TCG
2008-09-18 aurel32target-alpha: convert remaining arith3 functions to TCG
2008-09-18 aurel32target-alpha: fix one more literal sign issue
2008-09-18 aurel32target-alpha: instruction decoding simplification
2008-09-18 aurel32target-alpha: convert cmp* instructions to TCG
2008-09-18 aurel32alpha: fix a missing literal sign issue
2008-09-18 aurel32target-alpha: switch a few helpers to TCG
2008-09-17 aurel32target-alpha: convert byte manipulation instructions...
2008-09-17 aurel32alpha: convert cmov and bcond to TCG
2008-09-16 aurel32target-alpha: small optimizations
2008-09-16 aurel32target-alpha: fix TCG register names
2008-09-16 aurel32target-alpha: convert some arith3 instructions to TCG
2008-09-16 aurel32target-alpha: convert arith2 instructions to TCG
2008-09-14 aurel32alpha: fix helper.h
2008-09-14 aurel32alpha: fix lit sign
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-05 aurel32fix alpha cmovxx instruction
2008-09-04 aurel32alpha: add target-alpha/helper.h (missing from commit...
2008-09-04 aurel32alpha: convert a few more instructions to TCG
2008-09-04 aurel32alpha: directly access ir registers
2008-09-04 aurel32convert of few alpha insn to TCG
2008-09-02 aurel32Fix call_pal() prototype for alpha system emulation
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-17 blueswir1Fix warnings that would be generated by gcc -Wstrict...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-29 pbrookAdd missing static qualifiers.
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
2008-05-25 pbrookFix off-by-one unwinding error.
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-02-01 bellarduse the TCG code generator
2007-12-01 blueswir1 Fix Sparc host compile problem reported by Shaddy...
2007-11-12 bellardreduce verbosity
2007-11-11 bellardfixed invalid type
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-04 j_mayerFor consistency, move muls64 / mulu64 prototypes to...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 j_mayerMake Alpha and PowerPC targets use shared helpers
2007-10-28 j_mayerAlpha coding style and inlining fixes.
2007-10-25 j_mayerUse host-utils for Alpha 64x64 bits multiplications.
2007-10-21 j_mayerNew status file for Alpha emulation target.
2007-10-14 j_mayerAllow Alpha target to use supervisor and executive...
2007-10-14 j_mayerGenerate micro-ops for Alpha executive and supervisor...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
next