aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate_init.c
AgeCommit message (Expand)Author
2018-03-06PowerPC: Add TS bits into msr_maskSimon Guo
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota
2018-02-09Include qapi/qmp/qnull.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater
2017-12-15pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClassCédric Le Goater
2017-11-22ppc: fix VTB migrationLaurent Vivier
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
2017-10-25ppc: Support Capstone in disas_set_infoRichard Henderson
2017-10-25target/ppc: Convert to disas_set_info hookRichard Henderson
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: move ppc_cpu_lookup_alias() before its first userIgor Mammedov
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov
2017-10-17target/ppc: Remove unused PPC 460 and 460F definitionsThomas Huth
2017-09-27ppc: Add 460EX embedded CPUBALATON Zoltan
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff
2017-09-08ppc: drop caching ObjectClass from PowerPCCPUAliasIgor Mammedov
2017-09-08ppc: simplify cpu model lookup by PVRIgor Mammedov
2017-09-08ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookupsIgor Mammedov
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff
2017-09-08ppc64: introduce e6500KONRAD Frederic
2017-09-08booke206: allow to specify an mmucfg value at the initKONRAD Frederic
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-08-09target/ppc: Add stub implementation of the PSSCRDavid Gibson
2017-08-09target/ppc: Implement TIDRDavid Gibson
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster
2017-07-17target/ppc: fix CPU hotplug when radix is enabled (TCG)Cédric Le Goater
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng
2017-06-30target/ppc: Proper cleanup when ppc_cpu_realizefn failsBharata B Rao
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson
2017-05-11target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth
2017-05-11target/ppc: Change tlbie invalid fields for POWER9 supportSuraj Jitindar Singh
2017-05-11target/ppc: do not reset reserve_addr in exec_enterNikunj A Dadhania
2017-04-26target/ppc: Style fixesDavid Gibson
2017-04-26e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user readBernhard Kaindl
2017-04-26target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh
2017-04-26target/ppc: Add ibm,processor-radix-AP-encodings for TCGSuraj Jitindar Singh
2017-03-03target/ppc/POWER9: Add cpu_has_work function for POWER9Suraj Jitindar Singh