summaryrefslogtreecommitdiff
path: root/target/ppc/translate_init.c
AgeCommit message (Expand)AuthorFilesLines
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-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson1-41/+1
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson1-16/+0
2018-05-04target/ppc: Add ppc_store_lpcr() helperDavid Gibson1-5/+1
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater1-0/+18
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 Gibson1-15/+2
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-3/+0
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson1-0/+2
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-33/+3
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson1-20/+9
2018-04-27target/ppc: Remove fallback 64k pagesize informationDavid Gibson1-18/+2
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson1-2/+2
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-03-06PowerPC: Add TS bits into msr_maskSimon Guo1-0/+2
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota1-16/+16
2018-02-09Include qapi/qmp/qnull.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-4/+4
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater1-1/+1
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater1-3/+6
2017-12-15pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClassCédric Le Goater1-12/+11
2017-11-22ppc: fix VTB migrationLaurent Vivier1-2/+2
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+28
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
2017-10-25ppc: Support Capstone in disas_set_infoRichard Henderson1-0/+6
2017-10-25target/ppc: Convert to disas_set_info hookRichard Henderson1-0/+21
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-16/+16
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-4/+1
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov1-1/+1
2017-10-17ppc: move ppc_cpu_lookup_alias() before its first userIgor Mammedov1-13/+13
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov1-0/+57
2017-10-17target/ppc: Remove unused PPC 460 and 460F definitionsThomas Huth1-217/+0
2017-09-27ppc: Add 460EX embedded CPUBALATON Zoltan1-0/+38
2017-09-19General warn report fixupsAlistair Francis1-2/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-9/+9
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff1-15/+3
2017-09-08ppc: drop caching ObjectClass from PowerPCCPUAliasIgor Mammedov1-24/+2
2017-09-08ppc: simplify cpu model lookup by PVRIgor Mammedov1-16/+11
2017-09-08ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookupsIgor Mammedov1-30/+13
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov1-1/+1
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov1-3/+3
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff1-14/+0
2017-09-08ppc64: introduce e6500KONRAD Frederic1-1/+90
2017-09-08booke206: allow to specify an mmucfg value at the initKONRAD Frederic1-4/+5
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff1-4/+4
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov1-5/+0