aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell
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
2019-07-02target/ppc/machine: Add kvmppc_pvr_workaround_required() stubGreg Kurz
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz
2019-07-02target/ppc: remove getVSR()/putVSR() from mem_helper.cMark Cave-Ayland
2019-07-02target/ppc: remove getVSR()/putVSR() from fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: fix compile error in kvmppc_define_rtas_kernel_token()Cédric Le Goater
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Restrict the SoftFloat use to TCGPhilippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()Philippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()Philippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Move code aroundPhilippe Mathieu-Daudé
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz
2019-07-01target/arm: Fix coding style issuesPhilippe Mathieu-Daudé
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (softmmu)Philippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (KVM)Philippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (ARM)Philippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (Aarch64)Philippe Mathieu-Daudé
2019-07-01Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts
2019-06-26The m68k gdbstub SR reg request doesnt include Condition-CodesLucien Murray-Pitts
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic
2019-06-25RISC-V: Clear load reservations on context switch and SCJoel Sing
2019-06-25RISC-V: Add support for the Zicsr extensionPalmer Dabbelt
2019-06-25RISC-V: Add support for the Zifencei extensionPalmer Dabbelt
2019-06-25tricore: add QSEED instructionAndreas Konopik