aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-7/+2
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell7-295/+276
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell15-64/+27
2020-12-31Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell3-9/+25
2020-12-30Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell4-4/+9
2020-12-21target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson5-73/+45
2020-12-21target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson5-82/+43
2020-12-21target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson5-67/+34
2020-12-21target/s390x: Improve cc computation for ADD LOGICALRichard Henderson5-74/+97
2020-12-21s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank2-3/+61
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster9-18/+18
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake6-46/+9
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-18sparc: Use DEFINE_PROP for nwindows propertyEduardo Habkost1-1/+2
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell2-8/+21
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell1-1/+3
2020-12-18target/sparc/win_helper: silence the compiler warningsChen Qun1-1/+1
2020-12-18target/sparc/translate: silence the compiler warningsChen Qun1-1/+1
2020-12-18target/i386: silence the compiler warnings in gen_shiftd_rm_T1Chen Qun1-2/+5
2020-12-18target/unicore32/translate: Add missing fallthrough annotationsThomas Huth1-0/+2
2020-12-17target/riscv: cpu: Set XLEN independently from targetAlistair Francis1-9/+16
2020-12-17target/riscv: csr: Remove compile time XLEN checksAlistair Francis2-88/+92
2020-12-17target/riscv: cpu_helper: Remove compile time XLEN checksAlistair Francis1-5/+7
2020-12-17target/riscv: cpu: Remove compile time XLEN checksAlistair Francis1-9/+10
2020-12-17target/riscv: Specify the XLEN for CPUsAlistair Francis1-10/+23
2020-12-17target/riscv: Add a riscv_cpu_is_32bit() helper functionAlistair Francis2-0/+11
2020-12-17target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis2-24/+8
2020-12-17target/riscv: Add a TYPE_RISCV_CPU_BASE CPUAlistair Francis1-0/+6
2020-12-17target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSRAlex Richardson1-2/+2
2020-12-17target/riscv: Fix the bug of HLVX/HLV/HSVYifei Jiang1-1/+2
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé1-0/+1
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2-13/+15
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana19-148/+238
2020-12-16x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2-1/+3
2020-12-16i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-1/+18
2020-12-16i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-2/+17
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-6/+19
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-17/+34
2020-12-16i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana4-514/+539
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana16-13/+14
2020-12-16i386: move hax accel files into hax/Claudio Fontana12-10/+11
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana7-5/+6
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana16-14/+17
2020-12-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...Peter Maydell5-4/+70
2020-12-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-34/+28
2020-12-15sparc: Check dev->realized at sparc_set_nwindows()Eduardo Habkost1-0/+6
2020-12-15arm/cpu64: Register "aarch64" as class propertyEduardo Habkost1-10/+6
2020-12-15i386: Register feature bit properties as class propertiesEduardo Habkost1-24/+16
2020-12-15target/nios2: Use deposit32() to update ipending registerPeter Maydell1-2/+1
2020-12-15target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2-2/+9