aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk
2018-11-08target/ppc: Split out float_invalid_cvtRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_divRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_mulRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_addsubRichard Henderson
2018-11-08target/ppc: Introduce fp number classificationRichard Henderson
2018-11-08target/ppc: Remove float_check_statusRichard Henderson
2018-11-08target/ppc: Split up float_invalid_op_excpRichard Henderson
2018-11-08target/ppc: add external PID supportRoman Kapl
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-09-25target/ppc/cpu-models: Re-group the 970 CPUs together againThomas Huth
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson
2018-07-07target/ppc: fix build on ppc64 hostLaurent Vivier
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota
2018-07-03target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()Greg Kurz
2018-07-03target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()Greg Kurz
2018-07-03fpu_helper.c: fix setting FPSCR[FI] bitJohn Arbuckle
2018-07-03target/ppc: Implement the rest of gen_st_atomicRichard Henderson
2018-07-03target/ppc: Implement the rest of gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Use atomic min/max helpersRichard Henderson
2018-07-03target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson
2018-07-03target/ppc: Split out gen_st_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_load_lockedRichard Henderson
2018-07-03target/ppc: Tidy gen_conditional_storeRichard Henderson
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson
2018-07-03target/ppc: Use atomic store for STQRichard Henderson
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé