summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* Changes requirement for "vsubsbs" instructionPaul A. Clarke2018-12-201-1/+1
* target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-201-3/+3
* target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh2018-12-201-27/+33
* target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson2018-12-201-12/+0Star
* target/ppc: fix the PPC_BIT definitionsCédric Le Goater2018-12-201-3/+3
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-6/+8
* ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2018-11-082-0/+24
* target/ppc: Add one reg id for ptcrSuraj Jitindar Singh2018-11-081-5/+5
* This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova2018-11-081-0/+12
* target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk2018-11-081-0/+12
* target/ppc: Split out float_invalid_cvtRichard Henderson2018-11-081-39/+28Star
* target/ppc: Split out float_invalid_op_divRichard Henderson2018-11-081-28/+24Star
* target/ppc: Split out float_invalid_op_mulRichard Henderson2018-11-081-23/+20Star
* target/ppc: Split out float_invalid_op_addsubRichard Henderson2018-11-081-34/+26Star
* target/ppc: Introduce fp number classificationRichard Henderson2018-11-081-43/+51
* target/ppc: Remove float_check_statusRichard Henderson2018-11-081-42/+35Star
* target/ppc: Split up float_invalid_op_excpRichard Henderson2018-11-081-163/+181
* target/ppc: add external PID supportRoman Kapl2018-11-088-45/+387
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-2/+2
|\
| * cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-2/+2
* | target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson2018-10-193-62/+88
|/
* target/ppc/cpu-models: Re-group the 970 CPUs together againThomas Huth2018-09-251-21/+19Star
* target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania2018-09-052-0/+16
* ppc: Remove deprecated ppcemb targetThomas Huth2018-08-285-58/+5Star
* ppc: add DBCR based debuggingRoman Kapl2018-08-214-33/+107
* target/ppc: simplify bcdadd/sub functionsYasmin Beatriz2018-08-211-31/+18Star
* target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz2018-08-211-0/+3
* target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson2018-08-213-30/+61
* target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson2018-08-211-25/+37
* target/ppc: Tidy helper_fsqrtRichard Henderson2018-08-212-16/+15Star
* target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson2018-08-212-31/+23Star
* target/ppc: Tidy helper_fmulRichard Henderson2018-08-212-15/+12Star
* target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson2018-08-212-23/+29
* target/ppc: Enable fp exceptions for user-onlyRichard Henderson2018-08-212-3/+14
* target/ppc: fix build on ppc64 hostLaurent Vivier2018-07-071-1/+1
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell2018-07-039-341/+541
|\
| * target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan2018-07-031-1/+1
| * target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota2018-07-031-0/+1
| * target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()Greg Kurz2018-07-031-9/+8Star
| * target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()Greg Kurz2018-07-031-97/+20Star
| * fpu_helper.c: fix setting FPSCR[FI] bitJohn Arbuckle2018-07-031-0/+8
| * target/ppc: Implement the rest of gen_st_atomicRichard Henderson2018-07-031-1/+25
| * target/ppc: Implement the rest of gen_ld_atomicRichard Henderson2018-07-031-4/+79
| * target/ppc: Use atomic min/max helpersRichard Henderson2018-07-031-3/+19
| * target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson2018-07-031-21/+4Star
| * target/ppc: Split out gen_st_atomicRichard Henderson2018-07-031-48/+49
| * target/ppc: Split out gen_ld_atomicRichard Henderson2018-07-031-53/+52Star
| * target/ppc: Split out gen_load_lockedRichard Henderson2018-07-031-17/+18
| * target/ppc: Tidy gen_conditional_storeRichard Henderson2018-07-031-17/+11Star
| * target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2018-07-032-19/+0Star