summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* ppc: Check partition and process table alignmentLeandro Lupori2022-07-182-4/+18
* target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst2022-07-182-10/+17
* target/ppc: Implement slbiagLucas Coutinho2022-07-184-0/+46
* target/ppc: Move slbsync to decodetreeLucas Coutinho2022-07-183-17/+16Star
* target/ppc: Move slbfee to decodetreeLucas Coutinho2022-07-185-28/+38
* target/ppc: Move slbmfee to decodetreeLucas Coutinho2022-07-185-15/+17
* target/ppc: Move slbmfev to decodetreeLucas Coutinho2022-07-185-14/+18
* target/ppc: Move slbmte to decodetreeLucas Coutinho2022-07-185-16/+18
* target/ppc: Move slbia to decodetreeLucas Coutinho2022-07-185-19/+21
* target/ppc: Move slbieg to decodetreeLucas Coutinho2022-07-185-15/+17
* target/ppc: Move slbie to decodetreeLucas Coutinho2022-07-185-15/+23
* target/ppc: add macros to check privilege levelMatheus Ferst2022-07-182-5/+23
* target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst2022-07-182-149/+154
* target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori2022-07-184-0/+188
* target/ppc: Move tlbie[l] to decode treeLeandro Lupori2022-07-184-64/+99
* target/ppc: fix exception error code in spr_write_excp_vectorMatheus Ferst2022-07-181-3/+3
* target/ppc: fix PMU Group A register read/write exceptionsMatheus Ferst2022-07-181-5/+5
* target/ppc: fix exception error code in helper_{load, store}_dcrMatheus Ferst2022-07-182-4/+4
* target/ppc: remove mfdcrux and mtdcruxMatheus Ferst2022-07-182-22/+2Star
* target/ppc: fix exception error value in slbfeeMatheus Ferst2022-07-181-2/+2
* target/ppc: Fix gen_priv_exception error value in mfspr/mtsprMatheus Ferst2022-07-181-4/+4
* target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo2022-07-181-0/+6
* ppc: Remove unused irq_inputsCédric Le Goater2022-07-182-6/+0Star
* target/arm: Don't set syndrome ISS for loads and stores with writebackPeter Maydell2022-07-181-1/+3
* target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell2022-07-182-3/+38
* target/arm: Store TCR_EL* registers as uint64_tPeter Maydell2022-07-186-68/+27Star
* target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell2022-07-184-14/+12Star
* target/arm: Fix big-endian host handling of VTCRPeter Maydell2022-07-181-1/+1
* target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell2022-07-184-18/+12Star
* target/arm: Calculate mask/base_mask in get_level1_table_address()Peter Maydell2022-07-181-5/+9
* target/arm: Define and use new regime_tcr_value() functionPeter Maydell2022-07-184-8/+14
* linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson2022-07-181-2/+5
* target/arm: Fix aarch64_sve_change_el for SMERichard Henderson2022-07-181-6/+25
* target/arm: Fill in VL for tbflags when SME enabled and SVE disabledRichard Henderson2022-07-181-2/+8
* Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell2022-07-143-13/+23
|\
| * hvf: Enable RDTSCP supportCameron Esfahani2022-07-133-13/+23
* | target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson2022-07-121-18/+9Star
* | target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson2022-07-121-23/+21Star
* | target/mips: Use error_report for UHI_assertRichard Henderson2022-07-121-21/+18Star
* | target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson2022-07-121-11/+41
* | target/mips: Use semihosting/syscalls.hRichard Henderson2022-07-121-120/+91Star