aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-17Replace ELF section hack with normal tableBlue Swirl2-898/+858
2009-06-17Concentrate rest of table entries to topBlue Swirl1-107/+610
2009-06-17Concentrate most table entries to topBlue Swirl1-422/+291
2009-06-17Clean up GEN_HANDLER2Blue Swirl1-37/+110
2009-06-17Clean up GEN_HANDLERBlue Swirl1-233/+694
2009-06-13Fix mingw32 build warningsBlue Swirl1-1/+15
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka1-0/+5
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-11/+0
2009-05-19Hardware convenience libraryPaul Brook1-1/+0
2009-05-16target-ppc: expose cpu capability flagsNathan Froyd3-138/+140
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-13Fix typo that leads to out of bounds array access on big endian systemsmalc1-1/+1
2009-04-28Fix powerpc 604 reset vectorTristan Gingold1-2/+2
2009-04-28Fix PPC resetBlue Swirl4-21/+28
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-2/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+7
2009-04-16target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PUREaurel321-19/+19
2009-04-13Fix ppc-softmmu warnings on OpenBSD hostblueswir11-6/+14
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-4/+1
2009-03-29target-ppc: Explain why the whole TLB is flushed on SR writeaurel321-0/+2
2009-03-29target-ppc: avoid nop to override next instructionaurel321-3/+3
2009-03-13Make the ELF loader aware of backwards compatibilityblueswir11-2/+1
2009-03-13target-ppc: use the new bswap* TCG opsaurel321-114/+15
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-11/+11
2009-03-10target-ppc: fix commit r6789aurel321-2/+2
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel323-30/+26
2009-03-09target-ppc: free a tcg temp variableaurel321-0/+1
2009-03-09target-ppc: add support for reading/writing spefscraurel321-8/+23
2009-03-07Fix off-by-one errors for Altivec and SPE registersaurel321-8/+8
2009-03-07Disable BAT for 970blueswir11-3/+3