aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2010-02-14PPC: Add timer when running KVMAlexander Graf1-0/+22
2010-02-14PPC: Fix large pagesAlexander Graf1-5/+4
2010-02-14PPC: tell the guest about the time base frequencyAlexander Graf2-0/+49
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno2-8/+8
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2010-01-14ppc-40x: Correct ESR for zone protection faults.Edgar E. Iglesias1-5/+18
2010-01-14ppc-40x: Correct decoding of zone protection bits.Edgar E. Iglesias1-1/+1
2010-01-14ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias1-5/+7
2010-01-14ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias1-1/+1
2009-12-21PPC: Make DCR uint32_tAlexander Graf3-9/+9
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno2-2/+2
2009-12-21PPC64: Fix timebaseAlexander Graf2-2/+2
2009-12-19target-ppc: fix ppc32 kvm buildAlexander Graf1-0/+2
2009-12-03target-ppc: Get MMU state on register syncAlexander Graf1-0/+30
2009-11-17kvm: Add arch reset handlerJan Kiszka1-0/+4
2009-11-12kvm ppc: Remove unused labelHollis Blanchard1-1/+0
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-3/+0
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2-5/+2
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-0/+2
2009-10-23target-ppc: move often used CPU fields at the top of the structureAurelien Jarno1-4/+4
2009-10-18target-ppc: simpler definitions for microcontrollers based on e300Thomas Monjalon1-68/+44
2009-10-18target-ppc: add declarations of microcontrollers based on e300Thomas Monjalon1-8/+40
2009-10-18target-ppc: better support of e300 CPU coreThomas Monjalon1-2/+8
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori6-233/+235
2009-10-01Get rid of _t suffixmalc6-235/+233
2009-09-28target-ppc: log instructions start in TCG codeAurelien Jarno1-0/+2
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-4/+4
2009-09-18target-ppc: optimize slw/srw/sld/srdAurelien Jarno1-49/+49
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-3/+3
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-08-16Replace REGX with PRIx64Blue Swirl3-5/+4
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl5-174/+173
2009-08-16Replace always_inline with inlineBlue Swirl6-285/+278
2009-08-03target-ppc: add exceptions for conditional storesNathan Froyd2-20/+56
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd5-10/+17
2009-08-03target-ppc: add cpu_set_tlsNathan Froyd1-0/+11
2009-08-03target-ppc: fix cpu_clone_regsNathan Froyd1-3/+1
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela3-19/+19
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela1-1/+1
2009-07-22Use correct input constantAlexander Graf1-1/+9
2009-07-22Set PVR in sregsAlexander Graf1-1/+7
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-10/+10
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl7-14/+7
2009-07-13target-ppc: enable PPC_MFTB for 44xBaojun Wang1-6/+6
2009-07-13ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang1-2/+2
2009-07-12target-ppc: fix evmergelo and evmergelohiNathan Froyd1-3/+11
2009-06-23target-ppc: permit linux-user to read PVRNathan Froyd1-1/+7
2009-06-20Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc1-0/+6