summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
| * target/microblaze: Fix possible array out of bounds in mmu_write()AlexChen2020-11-171-1/+2
* | target/i386: avoid theoretical leak on MCE injectionPaolo Bonzini2020-11-161-6/+4Star
* | kvm/i386: Set proper nested state format for SVMTom Lendacky2020-11-161-4/+6
|/
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-155-5/+5
* sparc tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-1512-12/+12
* x86 hvf cpus: Fix Lesser GPL version numberChetan Pant2020-11-1517-18/+18
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-1518-18/+18
* arm tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-1530-30/+30
* x86 tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-1521-21/+21
* tricore tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* xtensa tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-158-8/+8
* cris tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-1510-10/+10
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-1524-24/+24
* hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf2020-11-138-16/+16
* hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf2020-11-133-7/+14
* hmp: Pass monitor to mon_get_cpu()Kevin Wolf2020-11-131-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110'...Peter Maydell2020-11-108-55/+44Star
|\
| * target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkPeter Maydell2020-11-101-4/+4
| * target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson2020-11-103-40/+29Star
| * target/arm: add space before the open parenthesis '('Xinhao Zhang2020-11-101-1/+1
| * target/arm: Don't use '#' flag of printf formatXinhao Zhang2020-11-101-2/+2
| * target/arm: add spaces around operatorXinhao Zhang2020-11-103-9/+9
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-101-4/+4
|\ \ | |/ |/|
| * s390x: fix clang 11 warnings in cpu_models.cDaniele Buono2020-11-101-4/+4
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2020-11-108-255/+112Star
|\ \ | |/ |/|
| * target/riscv: Split the Hypervisor execute load helpersAlistair Francis2020-11-103-42/+17Star
| * target/riscv: Remove the hyp load and store functionsAlistair Francis2020-11-105-166/+59Star
| * target/riscv: Remove the HS_TWO_STAGE flagAlistair Francis2020-11-104-51/+25Star
| * target/riscv: Set the virtualised MMU mode when doing hyp accessesAlistair Francis2020-11-101-13/+17
| * target/riscv: Add a virtualised MMU ModeAlistair Francis2020-11-103-3/+14
* | target/mips: Fix PageMask with variable page sizeJiaxun Yang2020-11-092-6/+22
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell2020-11-062-35/+50
|\ \
| * | target/s390x: fix execution with icountPavel Dovgalyuk2020-11-052-35/+50
* | | target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun2020-11-051-0/+1
| |/ |/|
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell2020-11-0411-13/+13
|\ \ | |/ |/|
| * target/mips: Add unaligned access support for MIPS64R6 and Loongson-3Huacai Chen2020-11-031-2/+2
| * target/mips: Fix Lesser GPL version numberChetan Pant2020-11-0311-11/+11
* | target/riscv/csr.c : add space before the open parenthesis '('Xinhao Zhang2020-11-031-1/+1
* | target/riscv: Add V extension state descriptionYifei Jiang2020-11-031-0/+25
* | target/riscv: Add H extension state descriptionYifei Jiang2020-11-031-0/+47
* | target/riscv: Add PMP state descriptionYifei Jiang2020-11-033-11/+70
* | target/riscv: Add basic vmstate description of CPUYifei Jiang2020-11-034-8/+81
* | target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unitYifei Jiang2020-11-036-74/+41Star
|/
* target/arm: Get correct MMU index for other-security-statePeter Maydell2020-11-021-1/+2
* target/arm: fix LORID_EL1 access checkRémi Denis-Courmont2020-11-021-14/+5Star
* target/arm: fix handling of HCR.FBRémi Denis-Courmont2020-11-021-3/+2Star
* target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell2020-11-021-2/+2
* target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell2020-11-021-4/+4
* target/arm: Improve do_prewiden_3dRichard Henderson2020-11-022-31/+45