summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-192-2/+2
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* target-ppc: Don't use hwaddr to represent hardware stateDavid Gibson2012-12-141-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* PPC: Fix missing TRACE exceptionJulio Guerra2012-11-261-1/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-032-12/+6
|\
| * target-ppc: make some functions staticBlue Swirl2012-11-012-11/+6
| * ppc: add missing staticBlue Swirl2012-11-011-1/+0
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-11-013-24/+34
|\ \
| * | cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
| * | spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber2012-10-311-1/+2
| * | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber2012-10-312-3/+3
| * | target-ppc: Pass PowerPCCPU to powerpc_excp()Andreas Färber2012-10-311-16/+20
| * | cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-2/+1
| * | target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber2012-10-311-2/+6
| |/
* | target-ppc: Extend FPU state for newer POWER CPUsDavid Gibson2012-11-013-14/+27
* | target-ppc: Rework storage of VPA registration stateDavid Gibson2012-11-011-3/+3
|/
* Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno2012-10-293-10/+8
|\
| * target-ppc: Rework storage of VPA registration stateDavid Gibson2012-10-292-7/+7
| * PPC: 440: Emulate DCBR0Alexander Graf2012-10-291-1/+1
| * Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell2012-10-291-2/+0
* | target-ppc: rename helper flagsAurelien Jarno2012-10-281-19/+19
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-232-38/+38
* Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno2012-10-066-146/+152
|\
| * PPC: KVM: Fix BAT putAlexander Graf2012-10-051-4/+5
| * ppc/pseries: Reset VPA registration on CPU resetDavid Gibson2012-10-051-0/+8
| * target-ppc: Remove unused power_mode field from cpu stateDavid Gibson2012-10-042-3/+2
| * target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson2012-10-041-5/+25
| * pseries: Add support for new KVM hash table control callDavid Gibson2012-10-042-0/+48
| * ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson2012-10-041-39/+50
| * target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macrosAurelien Jarno2012-10-041-21/+0
| * target-ppc: use the softfloat float32_muladd functionAurelien Jarno2012-10-041-43/+14
| * target-ppc: use the softfloat min/max functionsAurelien Jarno2012-10-041-21/+2
| * target-ppc: simplify NaN propagation for vector functionsAurelien Jarno2012-10-041-19/+7
* | ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering2012-10-051-1/+1
* | Make target_phys_addr_t 64 bits unconditionallyAvi Kivity2012-10-041-3/+1
|/
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* target-ppc: fix altivec instructionsAurelien Jarno2012-08-281-1/+1
* Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori2012-08-151-1/+1
|\
| * ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson2012-08-151-1/+1
* | win32: provide separate macros for weak decls and definitionsAnthony Liguori2012-08-151-2/+2
|/
* target-ppc: add implementation of query-cpu-definitions (v2)Anthony Liguori2012-08-131-0/+26
* pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson2012-06-271-2/+2
* target-ppc: Fix 2nd parameter for tcg_gen_shri_tlStefan Weil2012-06-241-1/+1
* target-ppc: Fix build with --enable-debugStefan Weil2012-06-241-1/+1
OpenPOWER on IntegriCloud