summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2013-01-07target-ppc: Error out for -cpu host on unknown PVRAndreas Färber1-0/+8
2013-01-07target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber7-176/+276
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf6-44/+8
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder2-6/+32
2013-01-07ppc/booke: fix crit/mcheck/debug exceptionsScott Wood1-9/+22
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber13-33/+33
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber1-13/+20
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber2-27/+36
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber1-13/+23
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini6-11/+11
2012-12-19misc: move include files to include/qemu/Paolo Bonzini5-5/+5
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini6-13/+13
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini2-2/+2
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-12-14target-ppc: Don't use hwaddr to represent hardware stateDavid Gibson1-1/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-2/+2
2012-11-26PPC: Fix missing TRACE exceptionJulio Guerra1-1/+2
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-4/+5
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2-12/+6
2012-11-01target-ppc: make some functions staticBlue Swirl2-11/+6
2012-11-01ppc: add missing staticBlue Swirl1-1/+0
2012-11-01Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori3-24/+34
2012-11-01target-ppc: Extend FPU state for newer POWER CPUsDavid Gibson3-14/+27
2012-11-01target-ppc: Rework storage of VPA registration stateDavid Gibson1-3/+3
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber1-1/+2
2012-10-31target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber2-3/+3
2012-10-31target-ppc: Pass PowerPCCPU to powerpc_excp()Andreas Färber1-16/+20
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-2/+1
2012-10-31target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber1-2/+6
2012-10-29Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno3-10/+8
2012-10-29target-ppc: Rework storage of VPA registration stateDavid Gibson2-7/+7
2012-10-29PPC: 440: Emulate DCBR0Alexander Graf1-1/+1
2012-10-29Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell1-2/+0
2012-10-28target-ppc: rename helper flagsAurelien Jarno1-19/+19
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity2-38/+38
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno6-146/+152
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering1-1/+1
2012-10-05PPC: KVM: Fix BAT putAlexander Graf1-4/+5
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity1-3/+1
2012-10-05ppc/pseries: Reset VPA registration on CPU resetDavid Gibson1-0/+8
2012-10-04target-ppc: Remove unused power_mode field from cpu stateDavid Gibson2-3/+2
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson1-5/+25
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson2-0/+48