aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-11-23target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0Peter Maydell1-4/+8
2020-11-23target/arm: fix stage 2 page-walks in 32-bit emulationRĂ©mi Denis-Courmont1-2/+2
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling5-5/+30
2020-11-18hvf: Fix segment selector formatJessica Clarke1-4/+4
2020-11-18hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSETJessica Clarke1-0/+4
2020-11-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201117'...Peter Maydell1-3/+0
2020-11-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell1-1/+2
2020-11-17target/openrisc: Remove dead code attempting to check "is timer disabled"Peter Maydell1-3/+0
2020-11-17target/microblaze: Fix possible array out of bounds in mmu_write()AlexChen1-1/+2
2020-11-16target/i386: avoid theoretical leak on MCE injectionPaolo Bonzini1-6/+4
2020-11-16kvm/i386: Set proper nested state format for SVMTom Lendacky1-4/+6
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant5-5/+5
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant12-12/+12
2020-11-15x86 hvf cpus: Fix Lesser GPL version numberChetan Pant17-18/+18
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant18-18/+18
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant30-30/+30
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant21-21/+21
2020-11-15tricore tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-15xtensa tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-15microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant8-8/+8
2020-11-15cris tcg cpus: Fix Lesser GPL version numberChetan Pant10-10/+10
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant24-24/+24
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf8-16/+16
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf3-7/+14
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf1-1/+1
2020-11-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110'...Peter Maydell8-55/+44
2020-11-10Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell1-4/+4
2020-11-10target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkPeter Maydell1-4/+4
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson3-40/+29
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang1-2/+2
2020-11-10target/arm: add spaces around operatorXinhao Zhang3-9/+9
2020-11-10Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell8-255/+112
2020-11-10s390x: fix clang 11 warnings in cpu_models.cDaniele Buono1-4/+4
2020-11-09target/riscv: Split the Hypervisor execute load helpersAlistair Francis3-42/+17
2020-11-09target/riscv: Remove the hyp load and store functionsAlistair Francis5-166/+59
2020-11-09target/riscv: Remove the HS_TWO_STAGE flagAlistair Francis4-51/+25
2020-11-09target/riscv: Set the virtualised MMU mode when doing hyp accessesAlistair Francis1-13/+17
2020-11-09target/riscv: Add a virtualised MMU ModeAlistair Francis3-3/+14
2020-11-09target/mips: Fix PageMask with variable page sizeJiaxun Yang2-6/+22
2020-11-06Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell2-35/+50
2020-11-05target/s390x: fix execution with icountPavel Dovgalyuk2-35/+50
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun1-0/+1
2020-11-04Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell11-13/+13
2020-11-03target/mips: Add unaligned access support for MIPS64R6 and Loongson-3Huacai Chen1-2/+2
2020-11-03target/mips: Fix Lesser GPL version numberChetan Pant11-11/+11
2020-11-03target/riscv/csr.c : add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-03target/riscv: Add V extension state descriptionYifei Jiang1-0/+25
2020-11-03target/riscv: Add H extension state descriptionYifei Jiang1-0/+47
2020-11-03target/riscv: Add PMP state descriptionYifei Jiang3-11/+70