aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell1-6/+6
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-6/+6
2019-08-29powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh2-0/+3
2019-08-29target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic1-29/+37
2019-08-29target/ppc: Fix do_float_check_status vs inexactRichard Henderson1-7/+3
2019-08-29target/ppc: Set float_tininess_before_rounding at cpu resetRichard Henderson1-0/+4
2019-08-29ppc: Fix xscvdpspn for SNANPaul A. Clarke1-2/+30
2019-08-29ppc: Fix xsmaddmdp and friendsPaul A. Clarke1-1/+1
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-3/+3
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell11-480/+449
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-21target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé1-3/+3
2019-08-21ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke1-4/+13
2019-08-21ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke1-4/+11
2019-08-21ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke1-1/+5
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke4-8/+37
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy2-0/+15
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat1-70/+5
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin2-0/+31
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic3-278/+76
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée3-14/+13
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic3-39/+99
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic3-52/+89
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-0/+1
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2-15/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster7-0/+11
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-1/+1
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2-2/+2
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell2-2/+2
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster1-1/+1
2019-07-02target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland4-145/+122
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland3-15/+11
2019-07-02target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland3-31/+30
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland3-12/+28
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland3-38/+50
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland3-40/+48
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland3-12/+26
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland3-21/+36
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland3-147/+144
2019-07-02target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland3-5/+20
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland3-148/+151
2019-07-02target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland3-25/+59
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland2-24/+10