aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2013-02-23target-ppc: Compute mullwo without branchesRichard Henderson
2013-02-23target-ppc: Compute arithmetic shift carry without branchesRichard Henderson
2013-02-23target-ppc: Implement neg in terms of subfRichard Henderson
2013-02-23target-ppc: Use add2 for carry generationRichard Henderson
2013-02-23target-ppc: Compute addition carry with setcondRichard Henderson
2013-02-23target-ppc: Compute addition overflow without branchesRichard Henderson
2013-02-23target-ppc: Use setcond in gen_op_cmpRichard Henderson
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-ppc: Move TCG initialization to PowerPCCPU initfnAndreas Färber
2013-02-16target-ppc: Update PowerPCCPU to QOM realizefnAndreas Färber
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-01cpu: do not use object_deletePaolo Bonzini
2013-02-01target-ppc: Fix target_ulong vs. hwaddr format mismatchesAndreas Färber
2013-02-01target-ppc: Fix build for PPC_DEBUG_DISASAndreas Färber
2013-02-01target-ppc: Fix unused variable warning for FLUSH_ALL_TLBSAndreas Färber
2013-02-01PPC: Unify dcbzl code pathAlexander Graf
2013-01-27cpu: Add model resolution support to CPUClassAndreas Färber
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost
2013-01-25target-ppc: Give a meaningful error if too many threads are specifiedMike Qiu
2013-01-18PPC: KVM: Add support for EPR with KVMAlexander Graf
2013-01-18PPC: Provide zero SVR for -cpu e500mc and e5500Alexander Graf
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-07target-ppc: Error out for -cpu host on unknown PVRAndreas Färber
2013-01-07target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder
2013-01-07ppc/booke: fix crit/mcheck/debug exceptionsScott Wood
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-14target-ppc: Don't use hwaddr to represent hardware stateDavid Gibson
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-26PPC: Fix missing TRACE exceptionJulio Guerra
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-01target-ppc: make some functions staticBlue Swirl