]> git.proxmox.com Git - mirror_qemu.git/history - target-ppc/helper.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[mirror_qemu.git] / target-ppc / helper.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-12 thsFix crash in set registers in PPC gdb-stub, by Jason...
2007-04-24 j_mayerImprove PowerPC 405 MMU model / share more code for...
2007-04-19 j_mayerNo functional changes:
2007-04-16 j_mayerPowerPC 4xx software driven TLB fixes + debug traces.
2007-04-16 j_mayerAdd reset callbacks for PowerPC CPU.
2007-04-16 j_mayerAdd bus model (or input pins) into PowerPC CPU flags.
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-09 j_mayerImplement embedded IRQ controller for PowerPC 6xx/740...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-03-31 j_mayerSupport for PowerPC BookE exception model.
2007-03-31 j_mayerMerge PowerPC 405 MMU model.
2007-03-31 j_mayerAs embedded PowerPC TLB model is very different from...
2007-03-30 j_mayerNew model for PowerPC CPU hardware interrupt events:
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-23 j_mayerFix debug printf: we need different macros for target_u...
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...
2007-01-05 thsPPC32 Trace Exception and Trap instruction, by Jason...
2005-11-26 bellardspecialize the power save code for 7x0 CPUs
2005-11-23 bellardhalt state support for ppc
2005-11-20 bellardremoved unneeded code
2005-10-30 bellardavoid using physical accesses in user emulation
2005-07-04 bellardcorrect split between helper.c and op_helper.c - moved...
2005-07-02 bellardsimplified PowerPC exception handling (Jocelyn Mayer)
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-06-04 bellardMMU fix - temporary osi_call support - xec_bc mask fix
2005-03-13 bellardfpu fixes (Jocelyn Mayer) - soft float support
2005-02-15 bellardppc fixes (Jocelyn Mayer)
2005-02-08 bellardppc fixes - gcc 3.4 compile fix (initial patch by Jocel...
2005-01-28 bellardphysical memory access functions
2005-01-03 bellard64 bit target support
2004-10-09 bellardmonitor fixes
2004-10-03 bellardremoved access_type hack
2004-07-10 bellardremoved unused definitions
2004-06-21 bellardremoved traces
2004-05-23 bellardPowerPC merge
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-05-20 bellardsuppressed unneeded header
2004-04-26 bellardppc fixes (Jocelyn Mayer)
2004-04-25 bellardavoid unneeded casts
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-02-16 bellardsuppressed unused variables
2004-01-24 bellardadded cpu_get_phys_page_debug()
2004-01-04 bellardsuppressed explicit access type and use the exception...
2004-01-04 bellardPowerPC system emulation (Jocelyn Mayer) - modified...
2004-01-04 bellardwaiting for TARGET_HAS_SMC patch
2004-01-04 bellardPowerPC fixes (Jocelyn Mayer)
2003-11-23 bellardPowerPC support (Jocelyn Mayer)