aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()Philippe Mathieu-Daudé1-6/+13
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()Philippe Mathieu-Daudé1-48/+53
2019-07-01target/arm/vfp_helper: Move code aroundPhilippe Mathieu-Daudé1-26/+26
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé6-193/+205
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé2-16/+21
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé5-223/+226
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz2-92/+93
2019-07-01target/arm: Fix coding style issuesPhilippe Mathieu-Daudé2-17/+30
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé3-98/+196
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé1-2/+0
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé1-0/+7
2019-07-01target/arm: Makefile cleanup (softmmu)Philippe Mathieu-Daudé1-1/+4
2019-07-01target/arm: Makefile cleanup (KVM)Philippe Mathieu-Daudé1-4/+5
2019-07-01target/arm: Makefile cleanup (ARM)Philippe Mathieu-Daudé1-4/+6
2019-07-01target/arm: Makefile cleanup (Aarch64)Philippe Mathieu-Daudé1-2/+3
2019-07-01Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell12-228/+355
2019-07-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell1-12/+12
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts12-227/+353
2019-06-26The m68k gdbstub SR reg request doesnt include Condition-CodesLucien Murray-Pitts1-1/+2
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic1-12/+12
2019-06-25RISC-V: Clear load reservations on context switch and SCJoel Sing3-1/+18
2019-06-25RISC-V: Add support for the Zicsr extensionPalmer Dabbelt3-0/+8
2019-06-25RISC-V: Add support for the Zifencei extensionPalmer Dabbelt4-0/+9
2019-06-25tricore: add QSEED instructionAndreas Konopik3-0/+89