summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-015-25/+78
|\
| * target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)2022-08-312-2/+2
| * target/ppc: Fix host PVR matching for KVMNicholas Piggin2022-08-303-23/+76
* | target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich2022-08-251-2/+2
* | s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger2022-08-252-0/+3
|/
* target/hppa: Fix proberi instruction emulation for linux-userHelge Deller2022-08-191-1/+1
* docs/system/loongarch: Update the LoongArch documentXiaojuan Yang2022-08-131-48/+1Star
* target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell2022-08-121-0/+11
* target/loongarch: Remove cpu_fcsr0Richard Henderson2022-08-094-22/+20Star
* target/mips: Handle lock_user() failure in UHI_plog semihosting callPeter Maydell2022-08-081-0/+3
* Merge tag 'pull-la-20220805' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-08-054-14/+58
|\
| * target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()Song Gao2022-08-052-7/+30
| * target/loongarch: Update loongarch-fpu.xmlSong Gao2022-08-051-1/+1
| * target/loongarch: add gdb_arch_name()Song Gao2022-08-051-0/+6
| * target/loongarch: Fix GDB get the wrong pcSong Gao2022-08-052-3/+6
| * target/loongarch: Fix macros SET_FPU_* in cpu.hQi Hu2022-08-051-3/+15
* | target/arm: display deprecation status in '-cpu help'Daniel P. Berrangé2022-08-051-1/+6
* | target/s390x: display deprecation status in '-cpu help'Daniel P. Berrangé2022-08-051-5/+18
* | target/i386: display deprecation status in '-cpu help'Daniel P. Berrangé2022-08-051-0/+5
|/
* ppc: Remove redundant macro MSR_BOOK3S_MASK.Yonggang Luo2022-08-041-1/+0Star
* target/mips: Advance pc after semihosting exceptionRichard Henderson2022-08-026-11/+16
* Merge tag 'pull-target-arm-20220801' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-08-011-23/+22Star
|\
| * target/arm: Move sve probe inside kvm >= 4.15 branchRichard Henderson2022-08-011-11/+11
| * target/arm: Set KVM_ARM_VCPU_SVE while probing the hostRichard Henderson2022-08-011-14/+13Star
| * target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_featuresRichard Henderson2022-08-011-1/+1
* | Merge tag 'pull-request-2022-08-01' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2022-08-013-3/+3
|\ \ | |/ |/|
| * trivial: Fix duplicated wordsThomas Huth2022-08-011-1/+1
| * misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-012-2/+2
* | Hexagon (target/hexagon) make VyV operands use a unique tempTaylor Simpson2022-08-011-5/+4Star
|/
* hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'Xiaojuan Yang2022-07-301-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-07-291-1/+1
|\
| * kvm: don't use perror() without useful errnoCornelia Huck2022-07-291-1/+1
* | Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-07-292-8/+91
|\ \
| * | target/ppc: Implement new wait variantsNicholas Piggin2022-07-282-8/+91
| |/
* / RISC-V: Allow both Zmmul and MPalmer Dabbelt2022-07-271-5/+0Star
|/
* target/arm: Add MO_128 entry to pred_esz_masks[]Peter Maydell2022-07-262-3/+4
* Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-07-201-2/+2
|\
| * target/s390x: fix handling of zeroes in vfmin/vfmaxIlya Leoshkevich2022-07-191-2/+2
* | Merge tag 'pull-hex-20220719-1' of https://github.com/quic/qemu into stagingPeter Maydell2022-07-205-19/+59
|\ \
| * | Hexagon (target/hexagon) fix bug in mem_noshuf load exceptionTaylor Simpson2022-07-195-21/+59
| * | Hexagon (target/hexagon) fix store w/mem_noshuf & predicated loadTaylor Simpson2022-07-191-0/+2
| |/
* | hw/loongarch: Add fdt supportXiaojuan Yang2022-07-192-0/+4
* | target/loongarch: Fix float_convd/float_convs test failingSong Gao2022-07-191-63/+80
* | target/loongarch/cpu: Fix cpucfg default valueXiaojuan Yang2022-07-191-1/+1
* | target/loongarch/op_helper: Fix coverity cond_at_most errorXiaojuan Yang2022-07-191-1/+1
* | target/loongarch/tlb_helper: Fix coverity integer overflow errorXiaojuan Yang2022-07-191-2/+2
* | target/loongarch/cpu: Fix coverity errors about excp_namesXiaojuan Yang2022-07-191-3/+3
* | target/loongarch: Fix loongarch_cpu_class_by_nameXiaojuan Yang2022-07-191-5/+15
|/
* target/ppc: Check page dir/table base alignmentLeandro Lupori2022-07-181-4/+24
* target/ppc: Improve Radix xlate level validationLeandro Lupori2022-07-181-11/+38