aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé
2018-05-31Make address_space_map() take a MemTxAttrs argumentPeter Maydell
2018-05-29ppc: Rename 2.13 machines to 3.0Peter Maydell
2018-05-18target/ppc: Honor CPU_DUMP_FPURichard Henderson
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-05-04target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hackGreg Kurz
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson
2018-05-04target/ppc: Add ppc_store_lpcr() helperDavid Gibson
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater
2018-05-04target/ppc: return a nil HPT base address on sPAPR machinesCédric Le Goater
2018-04-27target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()David Gibson
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson
2018-04-27target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson
2018-04-27target/ppc: Remove fallback 64k pagesize informationDavid Gibson
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson
2018-04-27target/ppc: Simplify cpu valid check in ppc_cpu_realizeDavid Gibson
2018-04-27target/ppc: Standardize instance_init and realize function namesDavid Gibson
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson
2018-04-27target/ppc: Fix reserved bit mask of dstst instructionBALATON Zoltan
2018-04-27ppc: Fix size of ppc64 xer registerMichael Matz
2018-04-10target/ppc: Fix backwards migration of msr_maskDavid Gibson
2018-04-10target/ppc: Initialize lazy_tlb_flush correctlyDavid Gibson
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov
2018-03-18target/ppc: fix tlbsync to check privilege level depending on GTSECédric Le Goater
2018-03-06PowerPC: Add TS bits into msr_maskSimon Guo
2018-03-06ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh
2018-03-06target/ppc: Check mask when setting cap_ppc_safe_indirect_branchSuraj Jitindar Singh
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-16target/ppc: convert to TranslatorOpsEmilio G. Cota
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota