kvm: Improve upgrade notes when facing unsupported kernels
[qemu] / tcg / arm /
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-10 aurel32tcg-arm: fix qemu_ld64
2009-03-08 blueswir1Prune unused TCG_AREGs
2008-12-07 balrogFix 64-bit targets compilation on ARM host.
2008-12-01 balrogarm: Don't potentially overwrite input registers in...
2008-12-01 balrogDon't rely on ARM tcg_out_goto() generating just a...
2008-12-01 balrogUse libgcc __clear_cache to clean icache, when available.
2008-10-05 blueswir1Add some missing static and const qualifiers, reg_names...
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 balrogRelax a constraint for qemu_ld64 on ARM host.
2008-05-24 balrogFix a deadly typo, correct comments.
2008-05-24 pbrookFix ARM host TLB.
2008-05-23 balrogComment non-obvious calculation. Don't clobber r3...
2008-05-23 balrogA branch insn must not overwrite the branch target...
2008-05-23 balrogFix qemu_ld/st for mem_index > 0 on arm host.
2008-05-23 balrogDefine TCG_TARGET_CALL_STACK_OFFSET on arm.
2008-05-20 balrogFix 8-bit signed load/store and a typo.
2008-05-20 balrogImplement neg_i32, clean-up.
2008-05-19 balrogARM host support for TCG targets.