ide/pci: convert to qdev.
[qemu] / target-ppc / helper.c
2009-08-16 Blue SwirlReplace REGX with PRIx64
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-16 Blue SwirlReplace always_inline with inline
2009-08-03 Nathan Froydtarget-ppc: retain l{w,d}arx loaded value
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-04-28 Blue SwirlFix PPC reset
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-03-29 aurel32target-ppc: Explain why the whole TLB is flushed on...
2009-03-07 blueswir1Disable BAT for 970
2009-03-07 blueswir1Keep SLB in-CPU
2009-03-07 blueswir1Fix NX bit
2009-03-07 blueswir1Enable 64bit mode on interrupts
2009-03-07 blueswir1Implement large pages
2009-03-07 blueswir1Implement slbmte
2009-02-21 blueswir1Turn MMU off on reset
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-15 aliguoripowerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-16 aurel32target-ppc: Enable KVM for ppcemb.
2008-12-11 aurel32target-ppc: remove remaining warnings
2008-12-11 aurel32target-ppc: remove unneeded include
2008-12-11 aurel32target-ppc: rework exception code
2008-12-10 aurel32target-ppc: enable SPE and Altivec in user mode
2008-12-10 aurel32target-ppc: initialize MSR appropriately in user-mode
2008-12-08 aurel32target-ppc: enable access type in MMU
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-06 aurel32target-ppc: convert SLB/TLB instructions to TCG
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-17 pbrookTCG variable type checking.
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-14 aurel32PPC: convert effective address computation to TCG
2008-06-29 pbrookAdd instruction counter.
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-24 j_mayerFix incorrect debug prints (reported by Paul Brook).
2007-11-23 j_mayerRevert foolish patch.
2007-11-23 pbrookFix ppc32 register dumps on 64-bit hosts.
2007-11-19 j_mayerPowerPC 620 MMU do not have the same exact behavior...
2007-11-17 j_mayerDefine Freescale cores specific MMU model, exceptions...
2007-11-17 j_mayerPowerPC hypervisor mode is not fundamentally available...
2007-11-17 j_mayerAlways make all PowerPC exception definitions visible.
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-12 j_mayerFix usage of the -1 constant in the PowerPC target...
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.
next