summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-08-29powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh
2019-08-29target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic
2019-08-29target/ppc: Fix do_float_check_status vs inexactRichard Henderson
2019-08-29target/ppc: Set float_tininess_before_rounding at cpu resetRichard Henderson
2019-08-29ppc: Fix xscvdpspn for SNANPaul A. Clarke
2019-08-29ppc: Fix xsmaddmdp and friendsPaul A. Clarke
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-21target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé
2019-08-21ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke
2019-08-21ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke
2019-08-21ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster
2019-07-02target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland
2019-07-02target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland