convert windows console chardev to QemuOpts.
[qemu] / target-ppc / translate_init.c
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-12 Baojun Wangtarget-ppc: enable PPC_MFTB for 44x
2009-06-23 Nathan Froydtarget-ppc: permit linux-user to read PVR
2009-06-17 Blue SwirlReplace ELF section hack with normal table
2009-05-15 Nathan Froydtarget-ppc: expose cpu capability flags
2009-04-28 Tristan GingoldFix powerpc 604 reset vector
2009-04-28 Blue SwirlFix PPC reset
2009-03-10 aurel32target-ppc: fix commit r6789
2009-03-09 aurel32target-ppc: free a tcg temp variable
2009-03-09 aurel32target-ppc: add support for reading/writing spefscr
2009-03-07 aurel32Fix off-by-one errors for Altivec and SPE registers
2009-03-07 blueswir1Keep SLB in-CPU
2009-03-07 blueswir1Nop some SPRs on 970fx
2009-03-03 aurel32target-ppc: improve mfcr/mtcrf
2009-03-02 aurel32kvm/powerpc: Add irq support for E500 core
2009-02-28 blueswir1Implement HIOR
2009-02-09 aurel32target-ppc: Model e500v{1,2} CPUs more accurately
2009-02-09 aurel32target-ppc: Model SPE floating-point instructions more...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-02-03 aurel32Add calls to initialize VSCR on appropriate machines
2009-01-24 aurel32target-ppc: Add SPE register read/write using XML
2009-01-24 aurel32target-ppc: Add Altivec register read/write using XML
2009-01-24 aurel32target-ppc: Add float register read/write using XML
2009-01-24 aurel32target-ppc: Include gdbstub.h
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-11 aurel32target-ppc: rework exception code
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-14 aurel32ppc: Convert ctr, lr moves to TCG
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2007-12-10 j_mayerFix PowerPC 74xx definitions.
2007-11-21 j_mayerFix PowerPC 7xx definitions.
2007-11-19 j_mayerRemove shared macro used to define PowerPC implementati...
2007-11-19 j_mayerPowerPC 620 MMU do not have the same exact behavior...
2007-11-19 j_mayerNew PowerPC CPU flag to define the decrementer and...
2007-11-17 j_mayerImprove PowerPC instructions set dump.
2007-11-17 j_mayerAdd definitions for Freescale PowerPC implementations,
2007-11-17 j_mayerDefine Freescale cores specific MMU model, exceptions...
2007-11-17 j_mayerA little more granularity in PowerPC instructions defin...
2007-11-17 j_mayerMake the PowerPC MMU model, exception model and input...
2007-11-17 j_mayerAlways make all PowerPC exception definitions visible.
2007-11-14 j_mayerReorganize PowerPC instructions categories, add icbi...
2007-11-12 j_mayerAdd PVR and SPR definition for most embedded PowerPC...
2007-11-10 j_mayerAllow selection of PowerPC CPU giving a PVR.
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_mayerFix PowerPC high BATs access: BAT number was incorrect.
2007-11-03 j_mayerPowerPC MMU and exception fixes:
2007-10-25 j_mayerImplement power-management for all defined PowerPC...
2007-10-25 j_mayerAllow selection of all defined PowerPC 74xx (aka G4...
2007-10-14 j_mayerThere is no need of a specific MMU model for PowerPC...
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-08 j_mayerAdd missing exception vectors for PowerPC 7x5.
2007-10-07 j_mayerWork-around C89 and/or "old" gcc unspecified behavior...
2007-10-07 j_mayerReorganize the CPUPPCState structure to group features.
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_mayerRename PowerPC MMUCSR0 and MMUCFG SPRs: those are not...
2007-10-05 j_mayerPowerPC hardware reset vector is now considered as...
2007-10-04 j_mayerMore cache tuning fixes:
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
2007-10-03 j_mayerHID0 is a write-clear register on 970 (DBSR).
2007-10-03 j_mayerWe never have to export ppc_set_irq.
2007-10-01 j_mayerMore comments about unimplemented SPRs.
2007-10-01 j_mayerShare more SPR instanciations between all PowerPC 401...
2007-10-01 j_mayerImplement embedded PowerPC exceptions prefix and vector...
2007-10-01 j_mayerShare input pins and internal interrupt controller...
2007-09-30 j_mayerFix inconsistent end conditions in ppc_find_xxx functions.
2007-09-30 j_mayerImplement the PowerPC alternate time-base, following...
2007-09-29 j_mayerPowerPC emulation optimization:
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-29 j_mayerDefine the proper bfd_mach to be used by the disassembl...
2007-09-29 j_mayerChange POWERPC_PPC_GENERIC to POWERPC_DEFAULT.
2007-09-27 thsBuild fix for PowerPC hosts, where "PPC" is a predefine...
2007-09-27 j_mayerNew ppc64-linux-user target.
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerMore PowerPC definitions, from POWER 2.04 specification...
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 thsDisable dead code.
2007-04-24 j_mayerImprove PowerPC 405 MMU model / share more code for...
2007-04-19 j_mayerDuplicated SPR fix for BookE PowerPC by Guglielmo Morandin
2007-04-17 j_mayerMove PowerPC 405 specific definitions into a separate...
2007-04-16 j_mayerAdd callbacks to allow dynamic change of PowerPC clocks...
2007-04-16 j_mayerCleanup and add more PowerPC core definitions.
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-12 j_mayerAdd PowerPC 405 input pins (IRQ, resets, ...) model.
2007-04-09 j_mayerImplement embedded IRQ controller for PowerPC 6xx/740...
2007-03-30 j_mayerFix / update PowerPC BookE definitions.
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
next