Age | Commit message (Expand) | Author | Files | Lines |
2019-02-17 | target/ppc: Remove some #if 0'ed code | Benjamin Herrenschmidt | 2 | -24/+0 |
2019-02-17 | target/ppc: Fix msync to do what hardware does | BALATON Zoltan | 1 | -3/+8 |
2019-02-17 | target/ppc: Enable reporting of SPRs to GDB | Fabiano Rosas | 4 | -2/+130 |
2019-02-04 | target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c | Mark Cave-Ayland | 1 | -110/+45 |
2019-02-04 | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c | Mark Cave-Ayland | 1 | -28/+20 |
2019-02-04 | target/ppc: simplify VEXT_SIGNED macro in int_helper.c | Mark Cave-Ayland | 1 | -7/+7 |
2019-02-04 | target/ppc: eliminate use of EL_IDX macros from int_helper.c | Mark Cave-Ayland | 1 | -39/+27 |
2019-02-04 | target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c | Mark Cave-Ayland | 1 | -95/+85 |
2019-02-04 | target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 1 | -21/+27 |
2019-02-04 | target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 1 | -35/+19 |
2019-02-04 | ppc: remove the interrupt presenters from under PowerPCCPU | Cédric Le Goater | 1 | -5/+0 |
2019-02-04 | target/ppc: implement complete set of Vsr* macros | Mark Cave-Ayland | 1 | -1/+8 |
2019-02-04 | target/ppc/kvm: Drop useless include directive | Greg Kurz | 1 | -1/+0 |
2019-01-24 | ppc: e6500 registers SPR 604 twice | Jon Diekema | 1 | -8/+0 |
2019-01-22 | ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode | Thomas Huth | 1 | -4/+5 |
2019-01-09 | ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU | Cédric Le Goater | 1 | -1/+2 |
2019-01-09 | ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU | Cédric Le Goater | 1 | -0/+2 |
2019-01-09 | target/ppc: replace AVR* macros with Vsr* macros | Mark Cave-Ayland | 1 | -17/+13 |
2019-01-09 | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland | 12 | -70/+149 |
2019-01-09 | target/ppc: merge ppc_vsr_t and ppc_avr_t union types | Mark Cave-Ayland | 3 | -45/+39 |
2019-01-09 | target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env | Mark Cave-Ayland | 2 | -45/+18 |
2019-01-09 | target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V... | Mark Cave-Ayland | 1 | -224/+638 |
2019-01-09 | target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac... | Mark Cave-Ayland | 2 | -33/+124 |
2019-01-09 | target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access | Mark Cave-Ayland | 2 | -110/+386 |
2019-01-09 | target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32 | Mark Cave-Ayland | 1 | -4/+4 |
2019-01-09 | target/ppc: fix typo in SIMM5 extraction helper | Mark Cave-Ayland | 1 | -1/+1 |
2018-12-21 | Changes requirement for "vsubsbs" instruction | Paul A. Clarke | 1 | -1/+1 |
2018-12-21 | target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz | 1 | -3/+3 |
2018-12-21 | target/ppc: tcg: Implement addex instruction | Suraj Jitindar Singh | 1 | -27/+33 |
2018-12-21 | target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros | David Gibson | 1 | -12/+0 |
2018-12-21 | target/ppc: fix the PPC_BIT definitions | Cédric Le Goater | 1 | -3/+3 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -6/+8 |
2018-11-08 | ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HV | Suraj Jitindar Singh | 2 | -0/+24 |
2018-11-08 | target/ppc: Add one reg id for ptcr | Suraj Jitindar Singh | 1 | -5/+5 |
2018-11-08 | This patch fixes processing of rfi instructions in icount mode. | Maria Klimushenkova | 1 | -0/+12 |
2018-11-08 | target/ppc: fix mtmsr instruction for icount | Pavel Dovgalyuk | 1 | -0/+12 |
2018-11-08 | target/ppc: Split out float_invalid_cvt | Richard Henderson | 1 | -39/+28 |
2018-11-08 | target/ppc: Split out float_invalid_op_div | Richard Henderson | 1 | -28/+24 |
2018-11-08 | target/ppc: Split out float_invalid_op_mul | Richard Henderson | 1 | -23/+20 |
2018-11-08 | target/ppc: Split out float_invalid_op_addsub | Richard Henderson | 1 | -34/+26 |
2018-11-08 | target/ppc: Introduce fp number classification | Richard Henderson | 1 | -43/+51 |
2018-11-08 | target/ppc: Remove float_check_status | Richard Henderson | 1 | -42/+35 |
2018-11-08 | target/ppc: Split up float_invalid_op_excp | Richard Henderson | 1 | -163/+181 |
2018-11-08 | target/ppc: add external PID support | Roman Kapl | 8 | -45/+387 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 1 | -2/+2 |
2018-10-19 | cpus hw target: Use warn_report() & friends to report warnings | Markus Armbruster | 1 | -2/+2 |
2018-10-18 | target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128 | Richard Henderson | 3 | -62/+88 |
2018-09-25 | target/ppc/cpu-models: Re-group the 970 CPUs together again | Thomas Huth | 1 | -21/+19 |
2018-09-05 | target/ppc/kvm: set vcpu as online/offline | Nikunj A Dadhania | 2 | -0/+16 |
2018-08-28 | ppc: Remove deprecated ppcemb target | Thomas Huth | 5 | -58/+5 |