kvm: Conditionally apply workaround for KVM slot handling bug
[qemu] / target-sh4 /
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-04-03 edgar_iglSH: Fix linux-user _is_cached typo.
2009-04-03 edgar_iglSH: Add cpu_sh4_is_cached for linux-user.
2009-04-01 edgar_iglSH: Improve movca.l/ocbi emulation.
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-03-03 aurel32SH4: Fixed last UTLB unused and URB/URC management
2009-03-03 aurel32SH4: Fixed last UTLB unused
2009-03-03 aurel32SH4: Fixed last UTLB unused
2009-03-03 aurel32clean build: Fix remaining sh4 warnings
2009-03-02 aurel32SH: Implement MOVCO.L and MOVLI.L
2009-02-07 aurel32SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
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-14 aurel32sh4: Add FMAC instruction support
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-01 aurel32tcg_temp_local_new should take no parameter
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-13 aurel32target-sh4: make the initial value of SR easier to...
2008-12-13 aurel32target-sh4: don't disable FPU instructions in user...
2008-12-13 aurel32target-sh4: disable debug code
2008-12-13 aurel32target-sh4: add prefi, icbi, synco
2008-12-13 aurel32target-sh4: add SH7785 as CPU option
2008-12-11 aurel32target-sh4: remove 2 warnings
2008-12-10 aurel32target-sh4: Add SH bit handling to TLB
2008-12-10 aurel32target-sh4: check FD bit for FP instructions
2008-12-07 aurel32SH4: kill a few warnings
2008-12-07 aurel32SH4: Implement FD bit
2008-12-07 balrogSH4: Eliminate P4 to A7 mangling (Takashi YOSHII).
2008-12-07 balrogSH: On-chip PCI controller support (Takashi YOSHII).
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-22 aurel32target-sh4: fix 64-bit fmov to/from memory
2008-11-21 aurel32target-sh4: fix TLB/MMU emulation
2008-11-20 aurel32target-sh4: fix fldi0/fldi1
2008-11-19 aurel32target-sh4: map FP registers as TCG variables
2008-11-19 aurel32target-sh4: 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-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-12 aurel32SH4: Implement MOVUA.L
2008-10-12 aurel32SH4: fix single-stepping
2008-10-12 aurel32SH4: Fix swap.b
2008-10-05 blueswir1Silence some warnings about no value returned from...
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-15 aurel32SH4: Privilege check for instructions
2008-09-15 aurel32qemu sh4 nptl support
2008-09-15 aurel32sh4: doesn't set the cpu_model_str
2008-09-15 aurel32SH4: sleep instruction bug fix
2008-09-02 aurel32sh4: CPU versioning.
2008-09-02 aurel32SH4: fix a regression introduced in r5122
2008-09-01 aurel32SH4: Remove dyngen leftovers
2008-09-01 aurel32SH4: final conversion to TCG
2008-09-01 aurel32SH4: convert floating-point ops to TCG
2008-09-01 aurel32SH4: Remove most uses of cpu_T[0] and cpu_T[1]
2008-09-01 aurel32SH4: TCG optimisations
2008-09-01 aurel32SH4: Convert remaining non-fp ops to TCG
2008-08-30 aurel32SH4: Convert shift functions to TCG
2008-08-30 aurel32SH4: convert control/status register load/store to TCG
2008-08-30 aurel32SH4: Convert memory loads/stores to TCG
2008-08-30 aurel32SH4: convert some more arithmetics ops to TCG
2008-08-29 aurel32SH4: convert a few helpers to TCG
2008-08-29 aurel32SH4: convert branch/jump instructions to TCG
2008-08-29 aurel32SH4: convert simple compare instructions to TCG
2008-08-29 aurel32SH4: convert a few control or system register functions...
2008-08-29 aurel32SH4: Fix bugs introduce in r5099
2008-08-29 aurel32SH4: fix xtrct Rm,Rn (broken in r5103)
2008-08-29 aurel32SH4: convert logic and arithmetic ops to TCG
2008-08-29 aurel32SH4: use TCG variables for gregs
2008-08-28 aurel32SH4: use uint32_t/i32 based types/ops
2008-08-28 aurel32SH4: Convert register moves to TCG
2008-08-28 aurel32SH4: Convert dyngen registers moves to TCG
2008-08-28 aurel32SH4: Convert immediate loads to TCG
2008-08-28 aurel32SH4: remove unused ops
2008-08-28 aurel32SH4: add support for TCG helpers
2008-08-28 aurel32SH4: Init TCG variables
2008-08-22 aurel32sh4: fix tas.b @Rn instruction
2008-08-22 aurel32[sh4] code translation bug fix
2008-08-22 aurel32[sh4] MMU bug fix
2008-08-22 aurel32[sh4] memory mapped TLB entries
2008-08-22 aurel32[sh4] delay slot bug fix
2008-08-22 aurel32[sh4] sleep instruction
2008-08-17 blueswir1Fix warnings that would be generated by gcc -Wstrict...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-16 balrogFix a bunch of type mismatch-related warnings (Jan...
2008-07-16 balrogRemove unintended dereference, kills a warning (Jan...
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...
next