aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-01target/riscv: remove RISCV_FEATURE_DEBUGDaniel Henrique Barboza
2023-03-01target/riscv: allow MISA writes as experimentalDaniel Henrique Barboza
2023-03-01target/riscv: do not mask unsupported QEMU extensions in write_misa()Daniel Henrique Barboza
2023-03-01target/riscv: introduce riscv_cpu_cfg()Daniel Henrique Barboza
2023-03-01readline: fix hmp completion issueDongli Zhang
2023-03-01Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-01bsd-user: implement sysctlbyname(2)Kyle Evans
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans
2023-03-01bsd-user: Start translation of arch-specific sysctlsJuergen Lock
2023-03-01bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variantsJuergen Lock
2023-03-01bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmtJuergen Lock
2023-03-01bsd-user: Helper routines oidfmtStacey Son
2023-03-01bsd-user: various helper routines for sysctlWarner Losh
2023-03-01bsd-user: Add sysarch syscallStacey Son
2023-03-01build: Don't specify -no-pie for --static user-mode programsWarner Losh
2023-03-01bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson
2023-03-01tcg: Update docs/devel/tcg-ops.rst for temporary changesRichard Henderson
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson
2023-03-01exec/gen-icount: Don't use tcg_temp_local_new_i32Richard Henderson
2023-03-01target/xtensa: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/hexagon/idef-parser: Drop gen_tmp_localRichard Henderson
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/cris: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson
2023-03-01tcg: Change default temp lifetime to TEMP_TBRichard Henderson
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson
2023-03-01tcg: Use tcg_constant_ptr in do_dupRichard Henderson
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson
2023-03-01tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}Richard Henderson
2023-03-01tcg: Add tcg_gen_movi_ptrRichard Henderson
2023-03-01tcg: Use tcg_constant_i32 in tcg_gen_io_startRichard Henderson
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson
2023-03-01tcg: Add liveness_pass_0Richard Henderson
2023-03-01tcg: Use noinline for major tcg_gen_code subroutinesRichard Henderson
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson
2023-03-01tcg: Remove branch-to-next regardless of reference countRichard Henderson
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01tcg: Adjust TCGContext.temps_in_use checkRichard Henderson
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/avr: Replace `tb_pc()` with `tb->pc`Anton Johansson