summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-0711-11/+21
* tcg: Make DisasContextBase.tb constRichard Henderson2021-01-071-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-061-14/+21
|\
| * target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell2021-01-021-14/+21
* | target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell2021-01-041-2/+2
|/
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-7/+2Star
|\
| * qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2020-12-181-6/+0Star
| * sparc: Use DEFINE_PROP for nwindows propertyEduardo Habkost2020-12-181-1/+2
* | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell2021-01-017-295/+276Star
|\ \
| * | target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson2020-12-215-73/+45Star
| * | target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson2020-12-215-82/+43Star
| * | target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson2020-12-215-67/+34Star
| * | target/s390x: Improve cc computation for ADD LOGICALRichard Henderson2020-12-215-74/+97
| * | s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank2020-12-212-3/+61
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell2021-01-0115-64/+27Star
|\ \
| * | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-199-18/+18
| * | qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-196-46/+9Star
| |/
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell2020-12-313-9/+25
|\ \
| * | linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell2020-12-182-8/+21
| * | linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell2020-12-181-1/+3
| * | linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé2020-12-171-0/+1
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell2020-12-304-4/+9
|\ \ \ | |_|/ |/| |
| * | target/sparc/win_helper: silence the compiler warningsChen Qun2020-12-181-1/+1
| * | target/sparc/translate: silence the compiler warningsChen Qun2020-12-181-1/+1
| * | target/i386: silence the compiler warnings in gen_shiftd_rm_T1Chen Qun2020-12-181-2/+5
| * | target/unicore32/translate: Add missing fallthrough annotationsThomas Huth2020-12-181-0/+2
* | | target/riscv: cpu: Set XLEN independently from targetAlistair Francis2020-12-181-9/+16
* | | target/riscv: csr: Remove compile time XLEN checksAlistair Francis2020-12-182-88/+92
* | | target/riscv: cpu_helper: Remove compile time XLEN checksAlistair Francis2020-12-181-5/+7
* | | target/riscv: cpu: Remove compile time XLEN checksAlistair Francis2020-12-181-9/+10
* | | target/riscv: Specify the XLEN for CPUsAlistair Francis2020-12-181-10/+23
* | | target/riscv: Add a riscv_cpu_is_32bit() helper functionAlistair Francis2020-12-182-0/+11
* | | target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis2020-12-182-24/+8Star
* | | target/riscv: Add a TYPE_RISCV_CPU_BASE CPUAlistair Francis2020-12-181-0/+6
* | | target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSRAlex Richardson2020-12-181-2/+2
* | | target/riscv: Fix the bug of HLVX/HLV/HSVYifei Jiang2020-12-181-1/+2
|/ /
* | i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2020-12-162-13/+15
* | i386: move TCG cpu class initialization to tcg/Claudio Fontana2020-12-1619-148/+238
* | x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2020-12-162-1/+3
* | i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-1/+18
* | i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-2/+17
* | i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-6/+19
* | i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-17/+34
* | i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana2020-12-164-514/+539
* | i386: move TCG accel files into tcg/Claudio Fontana2020-12-1616-13/+14
* | i386: move hax accel files into hax/Claudio Fontana2020-12-1612-10/+11
* | i386: move whpx accel files into whpx/Claudio Fontana2020-12-167-5/+6
* | i386: move kvm accel files into kvm/Claudio Fontana2020-12-1616-14/+17
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...Peter Maydell2020-12-155-4/+70
|\
| * target/nios2: Use deposit32() to update ipending registerPeter Maydell2020-12-151-2/+1Star