aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2010-05-31target-ppc: remove useless lineThomas Monjalon
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-18PPC/KVM: make iothread workAlexander Graf
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov
2010-05-11kvm: enable smp > 1Marcelo Tosatti
2010-05-05target-ppc: Remove duplicate cpu log.Richard Henderson
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-18PPC: avoid function pointer type mismatch, spotted by clangBlue Swirl
2010-03-26target-ppc: generic PowerPC TBLDmitry Ilyevsky
2010-03-17Large page TLB flushPaul Brook
2010-03-12Target specific usermode cleanupPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno
2010-03-11target-ppc: fix evslw instructionAurelien Jarno
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-02-28target-ppc: don't print invalid opcode messages on the consoleAurelien Jarno
2010-02-28Revert "target-ppc: stop translation after a trap instruction"Aurelien Jarno
2010-02-28target-ppc: stop translation after a trap instructionAurelien Jarno
2010-02-27target-ppc: fix SPE evsplat* instructionsNathan Froyd
2010-02-27target-ppc: fix SPE evcmp* instructionsNathan Froyd
2010-02-14PPC: Add timer when running KVMAlexander Graf
2010-02-14PPC: Fix large pagesAlexander Graf
2010-02-14PPC: tell the guest about the time base frequencyAlexander Graf
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2010-01-14ppc-40x: Correct ESR for zone protection faults.Edgar E. Iglesias
2010-01-14ppc-40x: Correct decoding of zone protection bits.Edgar E. Iglesias
2010-01-14ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias
2010-01-14ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias
2009-12-21PPC: Make DCR uint32_tAlexander Graf
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno
2009-12-21PPC64: Fix timebaseAlexander Graf
2009-12-19target-ppc: fix ppc32 kvm buildAlexander Graf
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