aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2009-07-22Fix 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
2009-04-28Fix PPC resetBlue Swirl
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori
2009-04-16target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PUREaurel32
2009-04-13Fix ppc-softmmu warnings on OpenBSD hostblueswir1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-29target-ppc: Explain why the whole TLB is flushed on SR writeaurel32
2009-03-29target-ppc: avoid nop to override next instructionaurel32
2009-03-13Make the ELF loader aware of backwards compatibilityblueswir1
2009-03-13target-ppc: use the new bswap* TCG opsaurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-10target-ppc: fix commit r6789aurel32
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel32
2009-03-09target-ppc: free a tcg temp variableaurel32
2009-03-09target-ppc: add support for reading/writing spefscraurel32
2009-03-07Fix off-by-one errors for Altivec and SPE registersaurel32
2009-03-07Disable BAT for 970blueswir1
2009-03-07Fix mfcr on ppc64-softmmuaurel32
2009-03-07Keep SLB in-CPUblueswir1
2009-03-07Fix NX bitblueswir1
2009-03-07Fix RFI(d)blueswir1
2009-03-07Implement mtfsf.L encodingblueswir1
2009-03-07Enable 64bit mode on interruptsblueswir1
2009-03-07Nop some SPRs on 970fxblueswir1
2009-03-07Implment tlbielblueswir1
2009-03-07Implement large pagesblueswir1
2009-03-07Implement slbmteblueswir1
2009-03-07Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-03-03target-ppc: improve mfcr/mtcrfaurel32