summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson2018-06-222-68/+70
* target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson2018-06-222-0/+62
* spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson2018-06-222-20/+0Star
* target/ppc: Add missing opcode for icbt on PPC440BALATON Zoltan2018-06-211-0/+2
* fpu_helper.c: fix helper_fpscr_clrbit() functionJohn Arbuckle2018-06-211-0/+28
* target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson2018-06-212-2/+21
* target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson2018-06-212-6/+25
* target/ppc, spapr: Move VPA information to machine_dataDavid Gibson2018-06-163-32/+22Star
* target/ppc: drop empty #if/#endif blockGreg Kurz2018-06-161-2/+0Star
* target/ppc: Don't require private l1d cache on POWER8 for cap_ppc_safe_cacheSuraj Jitindar Singh2018-06-161-1/+18
* target/ppc: Allow PIR read in privileged modeluporl2018-06-121-1/+1
* target/ppc: extend eieio for POWER9Cédric Le Goater2018-06-121-2/+23
* target/ppc: Allow privileged access to SPR_PCRJoel Stanley2018-06-123-2/+17
* target/ppc: Factor out the parsing in kvmppc_get_cpu_characteristics()Suraj Jitindar Singh2018-06-121-20/+39
* target/ppc: Use proper logging function for possible guest errorsThomas Huth2018-06-121-25/+12Star
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-2/+2
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-2/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-012-1/+1
|\ \ | |/ |/|
| * target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
| * target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé2018-05-311-0/+1
* | Make address_space_map() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* | ppc: Rename 2.13 machines to 3.0Peter Maydell2018-05-293-6/+6
|/
* target/ppc: Honor CPU_DUMP_FPURichard Henderson2018-05-181-7/+13
* fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson2018-05-181-1/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-05-144-3/+2Star
|\
| * rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini2018-05-114-3/+2Star
* | translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-3/+2Star
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell2018-05-041-1/+1
|\
| * qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* | target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hackGreg Kurz2018-05-041-0/+5
* | spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson2018-05-043-42/+6Star
* | target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson2018-05-041-16/+0Star
* | target/ppc: Add ppc_store_lpcr() helperDavid Gibson2018-05-043-11/+13
* | spapr: Remove support for explicitly allocated RMAsDavid Gibson2018-05-042-48/+0Star
* | target/ppc: add basic support for PTCR on POWER9Cédric Le Goater2018-05-047-0/+71
* | target/ppc: return a nil HPT base address on sPAPR machinesCédric Le Goater2018-05-041-0/+3
|/
* target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()David Gibson2018-04-271-5/+4Star
* target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2018-04-276-26/+35
* target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson2018-04-275-34/+28Star
* target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson2018-04-272-4/+2Star
* target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson2018-04-275-6/+7
* target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2018-04-274-12/+17
* target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson2018-04-273-18/+21
* target/ppc: Split page size information into a separate allocationDavid Gibson2018-04-276-75/+78
* target/ppc: Move page size setup to helper functionDavid Gibson2018-04-273-20/+49
* target/ppc: Remove fallback 64k pagesize informationDavid Gibson2018-04-273-29/+2Star
* target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson2018-04-273-20/+23
* target/ppc: Simplify cpu valid check in ppc_cpu_realizeDavid Gibson2018-04-271-8/+1Star
* target/ppc: Standardize instance_init and realize function namesDavid Gibson2018-04-271-6/+6
* Add host_memory_backend_pagesize() helperDavid Gibson2018-04-271-5/+1Star