aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-02target/ppc/machine: Add kvmppc_pvr_workaround_required() stubGreg Kurz2-2/+5
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz2-0/+14
2019-07-02target/ppc: remove getVSR()/putVSR() from mem_helper.cMark Cave-Ayland1-11/+12
2019-07-02target/ppc: remove getVSR()/putVSR() from fpu_helper.cMark Cave-Ayland1-396/+366
2019-07-02target/ppc: fix compile error in kvmppc_define_rtas_kernel_token()Cédric Le Goater1-1/+1
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+5
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell1-28/+9
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster4-4/+0