aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-10bsd-user/bsd-file.h: Meat of the write system callsWarner Losh2-0/+106
2022-06-10bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh2-0/+107
2022-06-10bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh1-4/+40
2022-06-10bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh1-0/+14
2022-06-10bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh1-0/+102
2022-06-10Merge tag 'pull-target-arm-20220610' of https://git.linaro.org/people/pmaydel...Richard Henderson16-362/+390
2022-06-10semihosting/config: Merge --semihosting-config option groupsPeter Maydell1-0/+1
2022-06-10gdbstub: Don't use GDB syscalls if no GDB is attachedPeter Maydell1-3/+11
2022-06-10target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson2-0/+9
2022-06-10target/arm: Adjust format test in scr_writeRichard Henderson1-6/+8
2022-06-10tests/qtest: Reduce npcm7xx_sdhci test image sizeHao Wu1-1/+1
2022-06-10target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson1-14/+9
2022-06-10target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson2-21/+21
2022-06-10target/arm: Create raise_exception_debugRichard Henderson1-20/+24
2022-06-10target/arm: Remove default_exception_elRichard Henderson3-26/+0
2022-06-10target/arm: Introduce helper_exception_with_syndromeRichard Henderson3-5/+24
2022-06-10target/arm: Introduce gen_exception_el_vRichard Henderson1-5/+8
2022-06-10target/arm: Introduce gen_exceptionRichard Henderson1-4/+7
2022-06-10target/arm: Rename gen_exception to gen_exception_elRichard Henderson1-9/+9
2022-06-10target/arm: Move gen_exception to translate.cRichard Henderson2-8/+7
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson5-18/+4
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson3-9/+20
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson5-29/+22
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson6-52/+53
2022-06-10target/arm: Introduce gen_exception_insn_el_vRichard Henderson1-15/+12
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson4-10/+10
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson2-25/+26
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson2-29/+31
2022-06-10target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson1-1/+1
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson3-91/+95
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson3-10/+13
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson2-15/+16
2022-06-10target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson3-6/+18
2022-06-10target/arm: Mark exception helpers as noreturnRichard Henderson1-3/+3
2022-06-09Merge tag 'pull-riscv-to-apply-20220610' of github.com:alistair23/qemu into s...Richard Henderson19-759/+1244
2022-06-10target/riscv: trans_rvv: Avoid assert for RV32 and e64Alistair Francis1-2/+10
2022-06-10target/riscv: Don't expose the CPU properties on names CPUsAlistair Francis1-11/+46
2022-06-10target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnosti...eopXD1-0/+2
2022-06-10target/riscv: rvv: Add tail agnostic for vector permutation instructionseopXD2-2/+45
2022-06-10target/riscv: rvv: Add tail agnostic for vector mask instructionseopXD2-0/+36
2022-06-10target/riscv: rvv: Add tail agnostic for vector reduction instructionseopXD1-0/+20
2022-06-10target/riscv: rvv: Add tail agnostic for vector floating-point instructionseopXD2-196/+261
2022-06-10target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instruct...eopXD1-106/+114
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer merge and move instru...eopXD2-4/+28
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer comparison instructionseopXD1-0/+18
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer shift instructionseopXD2-1/+13
2022-06-10target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructionseopXD3-142/+190
2022-06-10target/riscv: rvv: Add tail agnostic for vector load / store instructionseopXD3-0/+68
2022-06-10target/riscv: rvv: Add tail agnostic for vv instructionseopXD6-132/+178
2022-06-10target/riscv: rvv: Early exit when vstart >= vleopXD1-0/+27