ide/pci: convert to qdev.
[qemu] / target-ppc / exec.h
2009-08-16 Blue SwirlReplace always_inline with inline
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-18 aurel32target-ppc: fix a typo
2008-12-16 aurel32target-ppc: fix a typo introduced in revision 6058
2008-12-15 aurel32target-ppc: update comment about precise emulation
2008-12-15 aurel32target-ppc: remove dead code
2008-12-15 aurel32target-ppc: enable PRECISE_EMULATION by default
2008-12-11 aurel32target-ppc: remove remaining warnings
2008-12-11 aurel32target-ppc: rework exception code
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-06 aurel32target-ppc: remove dead code
2008-12-05 aurel32target-ppc: convert POWER shift instructions to TCG
2008-11-27 aurel32target-ppc: convert POWER2 load/store instructions...
2008-11-27 aurel32target-ppc: convert SPE load/store to TCG
2008-11-24 aurel32target-ppc: convert altivec load/store to TCG
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-19 aurel32target-ppc: convert fp ops to TCG
2008-09-04 aurel32ppc: cleanup register types
2008-04-07 aurel32Revert revisions r4168 and r4169. That's work in progre...
2008-04-07 aurel32Always enable precise emulation when softfloat is used
2007-11-24 j_mayerFix incorrect debug prints (reported by Paul Brook).
2007-11-14 j_mayerFix PowerPC targets compilation on 32 bits hosts:
2007-11-03 j_mayerPowerPC MMU and exception fixes:
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-07 j_mayerImplement PowerPC Altivec load & stores, used by Apple...
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-01 j_mayerAvoid op helpers that would just call helpers for TLB...
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-17 j_mayerCoding style fixes in PowerPC related code (no function...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsFix PPCEMB for 32bit hosts.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-04-24 j_mayerCode provision for new PowerPC embedded target support...
2007-04-16 j_mayerAdd callbacks to allow dynamic change of PowerPC clocks...
2007-03-22 j_mayerPowerPC bugfixes:
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
2007-03-17 j_mayerMake it safe to use 64 bits GPR and/or 64 bits host...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2006-12-23 thsUse memory barriers in FORCE_RET / RETURN.
2005-10-30 bellardmoved common softmmu code to common header (Paul Brook)
2005-07-04 bellardcorrect split between helper.c and op_helper.c - moved...
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-03-13 bellardfpu fixes (Jocelyn Mayer) - soft float support
2005-01-03 bellard64 bit target support
2004-10-12 bellardcorrect handling of saved host registers
2004-05-23 bellardPowerPC merge
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-04-26 bellardppc fixes (Jocelyn Mayer)
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-01-04 bellardPowerPC system emulation (Jocelyn Mayer) - modified...
2004-01-04 bellardPowerPC fixes (Jocelyn Mayer)
2003-11-23 bellardPowerPC support (Jocelyn Mayer)