aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-5/+5
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson2-68/+70
2018-06-22target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson2-0/+62
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson2-20/+0
2018-06-21target/ppc: Add missing opcode for icbt on PPC440BALATON Zoltan1-0/+2
2018-06-21fpu_helper.c: fix helper_fpscr_clrbit() functionJohn Arbuckle1-0/+28
2018-06-21target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson2-2/+21
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson2-6/+25
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson3-32/+22
2018-06-16target/ppc: drop empty #if/#endif blockGreg Kurz1-2/+0
2018-06-16target/ppc: Don't require private l1d cache on POWER8 for cap_ppc_safe_cacheSuraj Jitindar Singh1-1/+18
2018-06-12target/ppc: Allow PIR read in privileged modeluporl1-1/+1
2018-06-12target/ppc: extend eieio for POWER9Cédric Le Goater1-2/+23
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley3-2/+17
2018-06-12target/ppc: Factor out the parsing in kvmppc_get_cpu_characteristics()Suraj Jitindar Singh1-20/+39
2018-06-12target/ppc: Use proper logging function for possible guest errorsThomas Huth1-25/+12
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell1-2/+2
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-2/+2
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+1
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé1-0/+1
2018-05-31Make address_space_map() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-29ppc: Rename 2.13 machines to 3.0Peter Maydell3-6/+6
2018-05-18target/ppc: Honor CPU_DUMP_FPURichard Henderson1-7/+13
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson1-1/+0
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-3/+2
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini4-3/+2
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