aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
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
2012-11-01ppc: add missing staticBlue Swirl
2012-11-01Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-11-01target-ppc: Extend FPU state for newer POWER CPUsDavid Gibson
2012-11-01target-ppc: Rework storage of VPA registration stateDavid Gibson
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber
2012-10-31target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber
2012-10-31target-ppc: Pass PowerPCCPU to powerpc_excp()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber
2012-10-29Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-29target-ppc: Rework storage of VPA registration stateDavid Gibson
2012-10-29PPC: 440: Emulate DCBR0Alexander Graf
2012-10-29Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell
2012-10-28target-ppc: rename helper flagsAurelien Jarno
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering
2012-10-05PPC: KVM: Fix BAT putAlexander Graf
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-10-05ppc/pseries: Reset VPA registration on CPU resetDavid Gibson
2012-10-04target-ppc: Remove unused power_mode field from cpu stateDavid Gibson
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson
2012-10-04ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson
2012-10-04target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macrosAurelien Jarno
2012-10-04target-ppc: use the softfloat float32_muladd functionAurelien Jarno
2012-10-04target-ppc: use the softfloat min/max functionsAurelien Jarno
2012-10-04target-ppc: simplify NaN propagation for vector functionsAurelien Jarno
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-08-28target-ppc: fix altivec instructionsAurelien Jarno
2012-08-15Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori
2012-08-15ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson