aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-01-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell8-21/+38
2021-01-12target/arm: Don't decode insns in the XScale/iWMMXt space as cp insnsPeter Maydell1-0/+7
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé4-10/+10
2021-01-12whpx: move whpx_lapic_state from header to c fileYonggang Luo2-7/+7
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini2-0/+22
2021-01-12whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini4-11/+6
2021-01-12target/arm: add aarch32 ID register fields to cpu.hLeif Lindholm1-0/+28
2021-01-12target/arm: add aarch64 ID register fields to cpu.hLeif Lindholm1-0/+15
2021-01-12target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.hLeif Lindholm1-0/+31
2021-01-12target/arm: make ARMCPU.ctr 64-bitLeif Lindholm1-1/+1
2021-01-12target/arm: make ARMCPU.clidr 64-bitLeif Lindholm1-1/+1
2021-01-12target/arm: fix typo in cpu.h ID_AA64PFR1 field nameLeif Lindholm1-1/+1
2021-01-12target/arm: enable Small Translation tables in max CPURémi Denis-Courmont1-0/+1
2021-01-12target/arm: ARMv8.4-TTST extensionRémi Denis-Courmont2-2/+18
2021-01-08target/arm: Remove timer_del()/timer_deinit() before timer_free()Peter Maydell1-2/+0
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-2/+0
2021-01-08target/arm: Implement Cortex-M55 modelPeter Maydell1-0/+42
2021-01-08target/arm: Implement FPCXT_NS fp system registerPeter Maydell1-3/+99
2021-01-08target/arm: Correct store of FPSCR value via FPCXT_SPeter Maydell1-6/+6
2021-01-08target/arm: Fix MTE0_ACTIVERichard Henderson1-1/+1
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson11-11/+21
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-1/+1
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-14/+21
2021-01-04target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell1-2/+2
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell1-14/+21
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