aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater
2019-01-09target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland
2019-01-09target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland
2019-01-09target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32Mark Cave-Ayland
2019-01-09target/ppc: fix typo in SIMM5 extraction helperMark Cave-Ayland
2019-01-08target/alpha: Fix user-only initialization of fpcrRichard Henderson
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell
2019-01-07target/arm: Emit barriers for A32/T32 load-acquire/store-release insnsPeter Maydell
2019-01-07target/arm: SVE brk[ab] merging does not have s bitRichard Henderson
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson
2019-01-07arm: replace instance_post_init()Marc-André Lureau
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau
2019-01-04Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-december-2018...Peter Maydell
2019-01-03target/mips: Support R5900 three-operand MADD1 and MADDU1 instructionsFredrik Noring
2019-01-03target/mips: Support R5900 three-operand MADD and MADDU instructionsPhilippe Mathieu-Daudé
2019-01-03target/mips: MXU: Add handler for an align instructionAleksandar Markovic
2019-01-03target/mips: MXU: Add handlers for max/min instructionsAleksandar Markovic
2019-01-03target/mips: MXU: Add handlers for logic instructionsAleksandar Markovic
2019-01-03target/mips: MXU: Improve the comment containing MXU overviewAleksandar Markovic
2019-01-03target/mips: MXU: Add generic naming for optn2 constantsAleksandar Markovic
2019-01-03target/mips: MXU: Add missing opcodes/decoding for LX* instructionsAleksandar Markovic
2019-01-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part1'...Peter Maydell
2018-12-21Changes requirement for "vsubsbs" instructionPaul A. Clarke
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater
2018-12-20riscv/cpu: use device_class_set_parent_realizeMao Zhongyi
2018-12-20target/riscv/pmp.c: Fix pmp_decode_napot()Anup Patel
2018-12-20RISC-V: Add hartid and \n to interrupt loggingMichael Clark
2018-12-20Clean up includesMarkus Armbruster
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2018-12-18i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov
2018-12-17target/tricore: use float32_is_denormalEmilio G. Cota
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell
2018-12-14target/arm: Create timers in realize, not initPeter Maydell
2018-12-14target/arm: Free name string in ARMCPRegInfo hashtable entriesPeter Maydell
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson
2018-12-13target/arm: Use arm_hcr_el2_eff more placesRichard Henderson
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson
2018-12-13target/arm: Implement the ARMv8.1-HPD extensionRichard Henderson
2018-12-13target/arm: Tidy scr_writeRichard Henderson
2018-12-13target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_elRichard Henderson