aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-04target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-31Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell
2020-12-30Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell
2020-12-21target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson
2020-12-21target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson
2020-12-21target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson
2020-12-21target/s390x: Improve cc computation for ADD LOGICALRichard Henderson
2020-12-21s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-18sparc: Use DEFINE_PROP for nwindows propertyEduardo Habkost
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell
2020-12-18target/sparc/win_helper: silence the compiler warningsChen Qun
2020-12-18target/sparc/translate: silence the compiler warningsChen Qun
2020-12-18target/i386: silence the compiler warnings in gen_shiftd_rm_T1Chen Qun
2020-12-18target/unicore32/translate: Add missing fallthrough annotationsThomas Huth
2020-12-17target/riscv: cpu: Set XLEN independently from targetAlistair Francis
2020-12-17target/riscv: csr: Remove compile time XLEN checksAlistair Francis
2020-12-17target/riscv: cpu_helper: Remove compile time XLEN checksAlistair Francis
2020-12-17target/riscv: cpu: Remove compile time XLEN checksAlistair Francis
2020-12-17target/riscv: Specify the XLEN for CPUsAlistair Francis
2020-12-17target/riscv: Add a riscv_cpu_is_32bit() helper functionAlistair Francis
2020-12-17target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis
2020-12-17target/riscv: Add a TYPE_RISCV_CPU_BASE CPUAlistair Francis
2020-12-17target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSRAlex Richardson
2020-12-17target/riscv: Fix the bug of HLVX/HLV/HSVYifei Jiang
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana
2020-12-16x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang
2020-12-16i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana
2020-12-16i386: move hax accel files into hax/Claudio Fontana
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana
2020-12-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...Peter Maydell
2020-12-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell