aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2010-08-26PPC: Add PV hypercall transport through fw_cfgAlexander Graf2-0/+33
2010-07-19target-ppc: fix power mode checking on 7400/7410Aurelien Jarno1-2/+2
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno3-0/+13
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+5
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson1-0/+1
2010-05-31target-ppc: remove useless lineThomas Monjalon1-1/+0
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2-4/+3
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-3/+4
2010-05-18PPC/KVM: make iothread workAlexander Graf1-15/+15
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov1-0/+5
2010-05-11kvm: enable smp > 1Marcelo Tosatti1-0/+5
2010-05-05target-ppc: Remove duplicate cpu log.Richard Henderson1-2/+0
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl2-4/+10
2010-04-18PPC: avoid function pointer type mismatch, spotted by clangBlue Swirl1-5/+3
2010-03-26target-ppc: generic PowerPC TBLDmitry Ilyevsky1-4/+4
2010-03-17Large page TLB flushPaul Brook1-3/+4
2010-03-12Target specific usermode cleanupPaul Brook1-0/+6
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+17
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno1-2/+2
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno1-2/+2
2010-03-11target-ppc: fix evslw instructionAurelien Jarno1-1/+1
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka2-5/+1
2010-02-28target-ppc: don't print invalid opcode messages on the consoleAurelien Jarno1-11/+0
2010-02-28Revert "target-ppc: stop translation after a trap instruction"Aurelien Jarno1-12/+8
2010-02-28target-ppc: stop translation after a trap instructionAurelien Jarno1-8/+12
2010-02-27target-ppc: fix SPE evsplat* instructionsNathan Froyd1-2/+2
2010-02-27target-ppc: fix SPE evcmp* instructionsNathan Froyd1-4/+4
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