summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-08-22ppc: fix ppc_set_compat() with KVM PRGreg Kurz1-4/+5
2017-08-22target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza3-0/+61
2017-08-09target/ppc: Add stub implementation of the PSSCRDavid Gibson2-0/+6
2017-08-09target/ppc: Implement TIDRDavid Gibson2-0/+6
2017-08-09ppc: fix double-free in cpu_post_load()Greg Kurz1-1/+0
2017-08-09booke206: fix MAS update on tlb missKONRAD Frederic1-1/+1
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster1-1/+4
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell1-2/+2
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé2-30/+15
2017-07-17target/ppc: fix CPU hotplug when radix is enabled (TCG)Cédric Le Goater1-1/+9
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson2-2/+86
2017-07-17pseries: Implement HPT resizingDavid Gibson1-0/+4
2017-07-17pseries: Stubs for HPT resizingDavid Gibson2-0/+18
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng1-1/+1
2017-07-11ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPUGreg Kurz1-1/+4
2017-07-11target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh3-1/+48
2017-07-11target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh1-14/+8
2017-07-11target-ppc: SPR_BOOKE_ESR not set on FP exceptionsAaron Larson1-0/+1
2017-06-30target/ppc: Proper cleanup when ppc_cpu_realizefn failsBharata B Rao1-4/+8
2017-06-30target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh1-1/+1
2017-06-30target/ppc/excp_helper: Take BQL before calling cpu_interrupt()Thomas Huth1-0/+3
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson3-3/+69
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson3-62/+131
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-4/+4
2017-06-08target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()Greg Kurz1-0/+1
2017-06-08target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()Greg Kurz2-4/+4
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov1-0/+1
2017-05-24target/ppc: reset reservation in do_rfi()Nikunj A Dadhania1-0/+3
2017-05-11target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth3-14/+26
2017-05-11target/ppc: Allow workarounds for POWER9 DD1David Gibson2-0/+12
2017-05-11target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh6-4/+341
2017-05-11target/ppc: Change tlbie invalid fields for POWER9 supportSuraj Jitindar Singh2-1/+3
2017-05-11target/ppc: Update tlbie to check privilege level based on GTSESuraj Jitindar Singh1-1/+8
2017-05-11target/ppc: do not reset reserve_addr in exec_enterNikunj A Dadhania2-9/+3
2017-05-11tcg: enable MTTCG by default for PPC64 on x86Nikunj A Dadhania1-0/+2
2017-05-11target/ppc: Generate fence operationsNikunj A Dadhania1-0/+8
2017-05-11target/ppc: Emulate LL/SC using cmpxchg helpersNikunj A Dadhania1-6/+23
2017-04-26target/ppc: Style fixesDavid Gibson1-186/+186
2017-04-26e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user readBernhard Kaindl1-0/+10
2017-04-26target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh3-2/+17
2017-04-26target/ppc: Fix size of struct PPCElfPrstatusAnton Blanchard1-1/+1
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater1-0/+1
2017-04-26target/ppc: Add ibm,processor-radix-AP-encodings for TCGSuraj Jitindar Singh1-0/+20
2017-04-26target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy2-0/+20
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2-0/+41
2017-04-26target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3Sam Bobroff2-0/+26
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff3-0/+34
2017-04-26target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2-16/+44