summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* 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
* target/ppc: Improve accuracy of guest HTM availability on P8sSam Bobroff2017-04-261-2/+6
* ppc: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-211-10/+0Star
* target/ppc: fix cpu_ov setting for 32-bitNikunj A Dadhania2017-03-141-1/+1
* target/ppc: Fix wrong number of UAMR registerThomas Huth2017-03-141-1/+1
* target/ppc: use helper for excp handlingNikunj A Dadhania2017-03-061-18/+2Star
* target/ppc: fmadd: add macro for updating flagsNikunj A Dadhania2017-03-061-31/+30Star
* target/ppc: fmadd check for excp independentlyNikunj A Dadhania2017-03-061-8/+12
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell2017-03-0412-488/+562
|\
| * target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania2017-03-031-167/+46Star
| * spapr: Small cleanup of PPC MMU enumsSam Bobroff2017-03-035-66/+51Star
| * target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh2017-03-032-14/+24