aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-09-25target/ppc/cpu-models: Re-group the 970 CPUs together againThomas Huth1-21/+19
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania2-0/+16
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth5-58/+5
2018-08-21ppc: add DBCR based debuggingRoman Kapl4-33/+107
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz1-31/+18
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz1-0/+3
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson3-30/+61
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson1-25/+37
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson2-16/+15
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson2-31/+23
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson2-15/+12
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson2-23/+29
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson2-3/+14
2018-07-07target/ppc: fix build on ppc64 hostLaurent Vivier1-1/+1
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell9-341/+541
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan1-1/+1
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota1-0/+1
2018-07-03target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()Greg Kurz1-9/+8
2018-07-03target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()Greg Kurz1-97/+20
2018-07-03fpu_helper.c: fix setting FPSCR[FI] bitJohn Arbuckle1-0/+8
2018-07-03target/ppc: Implement the rest of gen_st_atomicRichard Henderson1-1/+25
2018-07-03target/ppc: Implement the rest of gen_ld_atomicRichard Henderson1-4/+79
2018-07-03target/ppc: Use atomic min/max helpersRichard Henderson1-3/+19
2018-07-03target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson1-21/+4
2018-07-03target/ppc: Split out gen_st_atomicRichard Henderson1-48/+49
2018-07-03target/ppc: Split out gen_ld_atomicRichard Henderson1-53/+52
2018-07-03target/ppc: Split out gen_load_lockedRichard Henderson1-17/+18
2018-07-03target/ppc: Tidy gen_conditional_storeRichard Henderson1-17/+11
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2-19/+0
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson3-33/+100
2018-07-03target/ppc: Use atomic store for STQRichard Henderson3-8/+45
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson4-25/+94
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson3-1/+23
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+4
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-5/+5
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson2-68/+70
2018-06-22target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson2-0/+62
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson2-20/+0
2018-06-21target/ppc: Add missing opcode for icbt on PPC440BALATON Zoltan1-0/+2
2018-06-21fpu_helper.c: fix helper_fpscr_clrbit() functionJohn Arbuckle1-0/+28
2018-06-21target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson2-2/+21
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson2-6/+25
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson3-32/+22
2018-06-16target/ppc: drop empty #if/#endif blockGreg Kurz1-2/+0
2018-06-16target/ppc: Don't require private l1d cache on POWER8 for cap_ppc_safe_cacheSuraj Jitindar Singh1-1/+18
2018-06-12target/ppc: Allow PIR read in privileged modeluporl1-1/+1
2018-06-12target/ppc: extend eieio for POWER9Cédric Le Goater1-2/+23
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley3-2/+17
2018-06-12target/ppc: Factor out the parsing in kvmppc_get_cpu_characteristics()Suraj Jitindar Singh1-20/+39
2018-06-12target/ppc: Use proper logging function for possible guest errorsThomas Huth1-25/+12