aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate_init.c
AgeCommit message (Expand)Author
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
2017-03-03target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh
2017-03-03target/ppc: Don't gen an SDR1 on POWER9 and rework register creationSuraj Jitindar Singh
2017-03-01Add PowerPC 32-bit guest memory dump supportMike Nawrocki
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania
2017-03-01target/ppc: SDR1 is a hypervisor resourceDavid Gibson
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson
2017-02-22target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh
2017-02-22target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh
2017-01-31target/ppc: Remove unused POWERPC_FAMILY(POWER)Thomas Huth
2017-01-31target/ppc: Add pcr_supported to POWER9 cpu class definitionSuraj Jitindar Singh
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson
2017-01-31ppc: Rewrite ppc_set_compat()David Gibson
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost
2016-12-20Move target-* CPU file into a target/ folderThomas Huth