aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-01-14i386/kvm: add a comment explaining why .feat_names are commented out for Hype...Vitaly Kuznetsov
2019-01-14x86: host-phys-bits-limit optionEduardo Habkost
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov
2019-01-14Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2'...Peter Maydell
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-11hax: Support for Linux hostsAlexandro Sanchez Bach
2019-01-09RISC-V: Implement existential predicates for CSRsMichael Clark
2019-01-09RISC-V: Implement atomic mip/sip CSR updatesMichael Clark
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-08RISC-V: Implement modular CSR helper interfaceMichael Clark
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