summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-3/+2
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell1-1/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-05-04target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hackGreg Kurz1-0/+5
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson3-42/+6
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson1-16/+0
2018-05-04target/ppc: Add ppc_store_lpcr() helperDavid Gibson3-11/+13
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson2-48/+0
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater7-0/+71
2018-05-04target/ppc: return a nil HPT base address on sPAPR machinesCédric Le Goater1-0/+3
2018-04-27target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()David Gibson1-5/+4
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson6-26/+35
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson5-34/+28
2018-04-27target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson2-4/+2
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson5-6/+7
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson4-12/+17
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson3-18/+21
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson6-75/+78
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson3-20/+49
2018-04-27target/ppc: Remove fallback 64k pagesize informationDavid Gibson3-29/+2
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson3-20/+23
2018-04-27target/ppc: Simplify cpu valid check in ppc_cpu_realizeDavid Gibson1-8/+1
2018-04-27target/ppc: Standardize instance_init and realize function namesDavid Gibson1-6/+6
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson1-5/+1
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson1-6/+2
2018-04-27target/ppc: Fix reserved bit mask of dstst instructionBALATON Zoltan1-1/+1
2018-04-27ppc: Fix size of ppc64 xer registerMichael Matz1-7/+7
2018-04-10target/ppc: Fix backwards migration of msr_maskDavid Gibson1-1/+9
2018-04-10target/ppc: Initialize lazy_tlb_flush correctlyDavid Gibson1-4/+3
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-03-18target/ppc: fix tlbsync to check privilege level depending on GTSECédric Le Goater1-2/+7
2018-03-06PowerPC: Add TS bits into msr_maskSimon Guo1-0/+2
2018-03-06ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh1-2/+4
2018-03-06target/ppc: Check mask when setting cap_ppc_safe_indirect_branchSuraj Jitindar Singh1-1/+1
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland1-1/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée4-1/+3
2018-02-16target/ppc: convert to TranslatorOpsEmilio G. Cota1-162/+167
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota3-86/+91
2018-02-09Include qapi/qmp/qnull.h exactly where neededMarkus Armbruster2-1/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster5-4/+1
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+4
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy2-1/+12
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-4/+4
2018-01-29target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh2-0/+76
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier3-4/+4
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater5-5/+84
2018-01-20target-ppc: optimize cmp translationpbonzini@redhat.com1-17/+12
2018-01-20target/ppc: msgsnd and msgclr instructions need hypervisor privilegeCédric Le Goater1-2/+2