summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: fix ppc_set_compat() with KVM PRGreg Kurz2017-08-221-4/+5
* target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza2017-08-223-0/+61
* target/ppc: Add stub implementation of the PSSCRDavid Gibson2017-08-092-0/+6
* target/ppc: Implement TIDRDavid Gibson2017-08-092-0/+6
* ppc: fix double-free in cpu_post_load()Greg Kurz2017-08-091-1/+0Star
* booke206: fix MAS update on tlb missKONRAD Frederic2017-08-091-1/+1
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2017-07-241-1/+4
* Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell2017-07-211-2/+2
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-3/+2Star
* target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé2017-07-192-30/+15Star
* target/ppc: fix CPU hotplug when radix is enabled (TCG)Cédric Le Goater2017-07-171-1/+9
* pseries: Allow HPT resizing with KVMDavid Gibson2017-07-172-2/+86
* pseries: Implement HPT resizingDavid Gibson2017-07-171-0/+4
* pseries: Stubs for HPT resizingDavid Gibson2017-07-172-0/+18
* qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-141-1/+1
* ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPUGreg Kurz2017-07-111-1/+4
* target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh2017-07-113-1/+48
* target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh2017-07-111-14/+8Star
* target-ppc: SPR_BOOKE_ESR not set on FP exceptionsAaron Larson2017-07-111-0/+1
* target/ppc: Proper cleanup when ppc_cpu_realizefn failsBharata B Rao2017-06-301-4/+8
* target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh2017-06-301-1/+1
* target/ppc/excp_helper: Take BQL before calling cpu_interrupt()Thomas Huth2017-06-301-0/+3
* ppc: Rework CPU compatibility testing across migrationDavid Gibson2017-06-303-3/+69
* pseries: Move CPU compatibility property to machineDavid Gibson2017-06-303-62/+131
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-4/+4
* target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()Greg Kurz2017-06-081-0/+1
* target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()Greg Kurz2017-06-082-4/+4
* numa: move numa_node from CPUState into target specific classesIgor Mammedov2017-06-051-0/+1
* target/ppc: reset reservation in do_rfi()Nikunj A Dadhania2017-05-241-0/+3
* target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth2017-05-113-14/+26
* target/ppc: Allow workarounds for POWER9 DD1David Gibson2017-05-112-0/+12
* target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh2017-05-116-4/+341
* target/ppc: Change tlbie invalid fields for POWER9 supportSuraj Jitindar Singh2017-05-112-1/+3
* target/ppc: Update tlbie to check privilege level based on GTSESuraj Jitindar Singh2017-05-111-1/+8
* target/ppc: do not reset reserve_addr in exec_enterNikunj A Dadhania2017-05-112-9/+3Star
* tcg: enable MTTCG by default for PPC64 on x86Nikunj A Dadhania2017-05-111-0/+2
* target/ppc: Generate fence operationsNikunj A Dadhania2017-05-111-0/+8
* target/ppc: Emulate LL/SC using cmpxchg helpersNikunj A Dadhania2017-05-111-6/+23
* target/ppc: Style fixesDavid Gibson2017-04-261-186/+186
* e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user readBernhard Kaindl2017-04-261-0/+10
* target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh2017-04-263-2/+17
* target/ppc: Fix size of struct PPCElfPrstatusAnton Blanchard2017-04-261-1/+1
* ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-261-0/+1
* target/ppc: Add ibm,processor-radix-AP-encodings for TCGSuraj Jitindar Singh2017-04-261-0/+20
* target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy2017-04-262-0/+20
* target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2017-04-262-0/+41
* target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3Sam Bobroff2017-04-262-0/+26
* spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff2017-04-263-0/+34
* target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2017-04-262-16/+44