aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydel...Peter Maydell1-8/+6
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell4-24/+24
2024-01-15target/arm: arm_pamax() no longer needs to do feature propagationPeter Maydell1-8/+6
2024-01-13target/hppa: Fix IOR and ISR on error in probeHelge Deller1-5/+1
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller1-5/+1
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller2-11/+13
2024-01-13target/hppa: Avoid accessing %gr0 when raising exceptionHelge Deller1-1/+1
2024-01-13target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0Helge Deller1-2/+8
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-8/+25
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell10-70/+852
2024-01-11target/s390x: Fix LAE setting a wrong access registerIlya Leoshkevich1-1/+2
2024-01-11target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth2-7/+23
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao4-60/+10
2024-01-11target/loongarch: Add loongarch kvm into meson buildTianrui Zhao2-0/+2
2024-01-11target/loongarch: Implement set vcpu intr for kvmTianrui Zhao4-1/+40
2024-01-11target/loongarch: Restrict TCG-specific codeTianrui Zhao1-9/+21
2024-01-11target/loongarch: Implement kvm_arch_handle_exitTianrui Zhao2-1/+24
2024-01-11target/loongarch: Implement kvm_arch_init_vcpuTianrui Zhao3-0/+27
2024-01-11target/loongarch: Implement kvm_arch_init functionTianrui Zhao1-0/+1
2024-01-11target/loongarch: Implement kvm get/set registersTianrui Zhao6-3/+598
2024-01-11target/loongarch: Supplement vcpu env initial when vcpu resetTianrui Zhao2-1/+3
2024-01-11target/loongarch: Define some kvm_arch interfacesTianrui Zhao1-0/+131
2024-01-11Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydel...Peter Maydell14-73/+663
2024-01-10target/riscv: Ensure mideleg is set correctly on resetAlistair Francis1-0/+8
2024-01-10target/riscv: Don't adjust vscause for exceptionsAlistair Francis1-2/+2
2024-01-10target/riscv: Assert that the CSR numbers will be correctAlistair Francis1-1/+4
2024-01-10target/riscv: pmp: Ignore writes when RW=01 and MML=0Ivan Klokov1-1/+1
2024-01-10target/riscv/kvm: add RVV and Vector CSR regsDaniel Henrique Barboza1-0/+74
2024-01-10target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize()Daniel Henrique Barboza1-0/+29
2024-01-10target/riscv/kvm.c: remove group setting of KVM AIA if the machine only has 1...Yong-Xuan Wang1-14/+17
2024-01-10target/riscv: add rva22s64 cpuDaniel Henrique Barboza2-0/+9
2024-01-10target/riscv: add RVA22S64 profileDaniel Henrique Barboza1-0/+32
2024-01-10target/riscv: add 'parent' in profile descriptionDaniel Henrique Barboza3-1/+15
2024-01-10target/riscv: add satp_mode profile supportDaniel Henrique Barboza3-0/+42
2024-01-10target/riscv/cpu.c: add riscv_cpu_is_32bit()Daniel Henrique Barboza2-1/+7
2024-01-10target/riscv/cpu.c: finalize satp_mode earlierDaniel Henrique Barboza1-8/+8
2024-01-10target/riscv: add priv ver restriction to profilesDaniel Henrique Barboza3-0/+34
2024-01-10target/riscv: implement svadeDaniel Henrique Barboza3-0/+7
2024-01-10target/riscv: add 'rva22u64' CPUDaniel Henrique Barboza3-0/+27
2024-01-10riscv-qmp-cmds.c: add profile flags in cpu-model-expansionDaniel Henrique Barboza1-0/+14
2024-01-10target/riscv/tcg: validate profiles during finalizeDaniel Henrique Barboza1-0/+69
2024-01-10target/riscv/tcg: honor user choice for G MISA bitsDaniel Henrique Barboza1-25/+48
2024-01-10target/riscv/tcg: add hash table insert helpersDaniel Henrique Barboza1-12/+16
2024-01-10target/riscv/tcg: handle profile MISA bitsDaniel Henrique Barboza1-0/+21
2024-01-10target/riscv/tcg: add riscv_cpu_write_misa_bit()Daniel Henrique Barboza1-14/+18
2024-01-10target/riscv/tcg: add MISA user options hashDaniel Henrique Barboza1-1/+14
2024-01-10target/riscv/tcg: add user flag for profile supportDaniel Henrique Barboza1-0/+80
2024-01-10target/riscv/kvm: add 'rva22u64' flag as unavailableDaniel Henrique Barboza1-1/+6
2024-01-10target/riscv: add rva22u64 profile definitionDaniel Henrique Barboza2-0/+44
2024-01-10riscv-qmp-cmds.c: expose named features in cpu_model_expansionDaniel Henrique Barboza1-5/+25