aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu1-5/+8
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu2-0/+3
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu2-0/+3
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-1/+7
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu1-1/+3
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu3-4/+14
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+5
2019-07-04target/i386: fix feature check in hyperv-stub.cAlex Bennée1-1/+1
2019-07-04target/arm: Correct VMOV_imm_dp handling of short vectorsPeter Maydell1-1/+1
2019-07-04target/arm: Execute Thumb instructions when their condbits are 0xfPeter Maydell1-2/+13
2019-07-04target/arm: Use _ra versions of cpu_stl_data() in v7M helpersPeter Maydell1-9/+12
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé3-2634/+2681
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé3-2/+15
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé4-302/+315
2019-07-04Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3...Peter Maydell11-61/+231
2019-07-03Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' ...Peter Maydell2-274/+483
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell15-16/+16
2019-07-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into...Peter Maydell10-912/+972
2019-07-02target/mips: Correct helper for MSA FCLASS.<W|D> instructionsAleksandar Markovic1-1/+3
2019-07-02target/mips: Unroll loops for MSA float max/min instructionsAleksandar Markovic1-73/+125
2019-07-02target/mips: Correct comments in msa_helper.cAleksandar Markovic1-17/+41
2019-07-02target/mips: Correct comments in translate.cAleksandar Markovic1-183/+314
2019-07-02Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701'...Peter Maydell11-760/+950
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster2-2/+2
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster5-5/+5
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster3-3/+3
2019-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell4-702/+401
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster6-6/+6
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-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé2-36/+44
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé2-38/+40
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé1-1/+5
2019-07-01target/arm/vfp_helper: Restrict the SoftFloat use to TCGPhilippe Mathieu-Daudé1-3/+23