added cpu_model parameter to cpu_init()
[qemu] / target-ppc / helper.c
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-11-03 j_mayerPowerPC MMU and exception fixes:
2007-11-02 j_mayerFix PowerPC program exception that was broken by FPU...
2007-10-28 j_mayerPowerPC coding style and inlining fixes.
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-26 j_mayerMake PowerPC hypervisor resources able to compile,...
2007-10-26 j_mayerBugfix: PowerPC 64 slbia never invalidates the first...
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-14 j_mayerProperly implement non-execute bit on PowerPC segments...
2007-10-14 j_mayerThere is no need of a specific MMU model for PowerPC...
2007-10-14 j_mayerImplement PowerPC 64 SLB invalidation helpers.
2007-10-14 j_mayerDo not allow PowerPC CPU restart after entering checkst...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-08 j_mayerRemove synonymous in PowerPC MSR bits definitions.
2007-10-08 j_mayerReal-mode only PowerPC 40x do not have any TLBs.
2007-10-08 j_mayerImplement exception prefix feature for PowerPC 601.
2007-10-07 j_mayerPowerPC target coding style fixes.
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-07 j_mayerAdd MSR bits signification per PowerPC implementation...
2007-10-05 j_mayerFull implementation of PowerPC 64 MMU, just missing...
2007-10-05 j_mayerPowerPC hardware reset vector is now considered as...
2007-10-03 j_mayerEnable PowerPC 64 MMU model and exceptions.
2007-10-03 j_mayerFix PowerPC initialisation and first reset:
2007-10-03 j_mayerWe never have to export ppc_set_irq.
2007-10-01 j_mayerFix reproductible crash: call cpu_loop_exit from micro...
2007-10-01 j_mayerHandle all MMU models in switches, even if it's just...
2007-10-01 j_mayerAvoid op helpers that would just call helpers for TLB...
2007-09-30 j_mayerFix PowerPC TLB miss dump code.
2007-09-30 j_mayerXER is to be treated as a 64 bits register on 64 bits...
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerAvoid compilation warnings on 32 bits hosts.
2007-09-21 j_mayerMore PowerPC definitions, from POWER 2.04 specification...
2007-09-21 j_mayerMake CPU hflags be a masked version of the PowerPC...
2007-09-19 j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-19 j_mayerCode provision for PowerPC 64 MMU model support.
2007-09-17 j_mayerCoding style fixes in PowerPC related code (no function...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
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)