aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2-0/+24
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh1-5/+5
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova1-0/+12
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk1-0/+12
2018-11-08target/ppc: Split out float_invalid_cvtRichard Henderson1-39/+28
2018-11-08target/ppc: Split out float_invalid_op_divRichard Henderson1-28/+24
2018-11-08target/ppc: Split out float_invalid_op_mulRichard Henderson1-23/+20
2018-11-08target/ppc: Split out float_invalid_op_addsubRichard Henderson1-34/+26
2018-11-08target/ppc: Introduce fp number classificationRichard Henderson1-43/+51
2018-11-08target/ppc: Remove float_check_statusRichard Henderson1-42/+35
2018-11-08target/ppc: Split up float_invalid_op_excpRichard Henderson1-163/+181
2018-11-08target/ppc: add external PID supportRoman Kapl8-45/+387
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-2/+2
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-2/+2
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson3-62/+88
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