aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2009-12-03target-ppc: Get MMU state on register syncAlexander Graf
2009-11-17kvm: Add arch reset handlerJan Kiszka
2009-11-12kvm ppc: Remove unused labelHollis Blanchard
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl
2009-10-23target-ppc: move often used CPU fields at the top of the structureAurelien Jarno
2009-10-18target-ppc: simpler definitions for microcontrollers based on e300Thomas Monjalon
2009-10-18target-ppc: add declarations of microcontrollers based on e300Thomas Monjalon
2009-10-18target-ppc: better support of e300 CPU coreThomas Monjalon
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-28target-ppc: log instructions start in TCG codeAurelien Jarno
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-18target-ppc: optimize slw/srw/sld/srdAurelien Jarno
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-08-16Replace REGX with PRIx64Blue Swirl
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl
2009-08-16Replace always_inline with inlineBlue Swirl
2009-08-03target-ppc: add exceptions for conditional storesNathan Froyd
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd
2009-08-03target-ppc: add cpu_set_tlsNathan Froyd
2009-08-03target-ppc: fix cpu_clone_regsNathan Froyd
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela
2009-07-22Use correct input constantAlexander Graf
2009-07-22Set PVR in sregsAlexander Graf
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-13target-ppc: enable PPC_MFTB for 44xBaojun Wang
2009-07-13ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang
2009-07-12target-ppc: fix evmergelo and evmergelohiNathan Froyd
2009-06-23target-ppc: permit linux-user to read PVRNathan Froyd
2009-06-20Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc
2009-06-17Replace ELF section hack with normal tableBlue Swirl
2009-06-17Concentrate rest of table entries to topBlue Swirl
2009-06-17Concentrate most table entries to topBlue Swirl
2009-06-17Clean up GEN_HANDLER2Blue Swirl
2009-06-17Clean up GEN_HANDLERBlue Swirl
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-19Hardware convenience libraryPaul Brook
2009-05-16target-ppc: expose cpu capability flagsNathan Froyd
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-13Fix typo that leads to out of bounds array access on big endian systemsmalc
2009-04-28Fix powerpc 604 reset vectorTristan Gingold