]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-03-02 Eric Augertest-vmstate: fix bad GTree usage, use-after-free
2023-03-02 Peter MaydellMerge tag 'pull-testing-next-010323-1' of https://gitla...
2023-03-02 Peter MaydellMerge tag 'pull-monitor-2023-03-02' of https://repo...
2023-03-02 Peter MaydellMerge tag 'bsd-user-2023q1-pull-request' of gitlab...
2023-03-02 Philippe Mathieu... target/ppc: Restrict 'qapi-commands-machine.h' to syste...
2023-03-02 Philippe Mathieu... target/loongarch: Restrict 'qapi-commands-machine.h...
2023-03-02 Philippe Mathieu... target/i386: Restrict 'qapi-commands-machine.h' to...
2023-03-02 Philippe Mathieu... target/arm: Restrict 'qapi-commands-machine.h' to syste...
2023-03-01 Dongli Zhangreadline: fix hmp completion issue
2023-03-01 Peter MaydellMerge tag 'pull-tcg-20230301' of https://gitlab.com...
2023-03-01 Kyle Evansbsd-user: implement sysctlbyname(2)
2023-03-01 Kyle Evansbsd-user: do_freebsd_sysctl helper for sysctl(2)
2023-03-01 Juergen Lockbsd-user: Start translation of arch-specific sysctls
2023-03-01 Juergen Lockbsd-user: common routine do_freebsd_sysctl_oid for...
2023-03-01 Juergen Lockbsd-user: sysctl helper funtions: sysctl_name2oid and...
2023-03-01 Stacey Sonbsd-user: Helper routines oidfmt
2023-03-01 Warner Loshbsd-user: various helper routines for sysctl
2023-03-01 Stacey Sonbsd-user: Add sysarch syscall
2023-03-01 Warner Loshbuild: Don't specify -no-pie for --static user-mode...
2023-03-01 Doug Rabsonbsd-user: Don't truncate the return value from freebsd_...
2023-03-01 Richard Hendersontcg: Update docs/devel/tcg-ops.rst for temporary changes
2023-03-01 Richard Hendersontcg: Remove tcg_temp_local_new_*, tcg_const_local_*
2023-03-01 Richard Hendersonexec/gen-icount: Don't use tcg_temp_local_new_i32
2023-03-01 Richard Hendersontarget/xtensa: Don't use tcg_temp_local_new_*
2023-03-01 Richard Hendersontarget/ppc: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/mips: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/i386: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/hppa: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/hexagon/idef-parser: Drop gen_tmp_local
2023-03-01 Richard Hendersontarget/hexagon: Don't use tcg_temp_local_new_*
2023-03-01 Richard Hendersontarget/cris: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/arm: Don't use tcg_temp_local_new_*
2023-03-01 Richard Hendersontarget/arm: Drop copies in gen_sve_{ldr,str}
2023-03-01 Richard Hendersontcg: Change default temp lifetime to TEMP_TB
2023-03-01 Richard Hendersontcg: Don't re-use TEMP_TB temporaries
2023-03-01 Richard Hendersonaccel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
2023-03-01 Richard Hendersonaccel/tcg/plugin: Use tcg_temp_ebb_*
2023-03-01 Richard Hendersontcg: Use tcg_constant_ptr in do_dup
2023-03-01 Richard Hendersontcg: Use tcg_temp_ebb_new_* in tcg/
2023-03-01 Richard Hendersontcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
2023-03-01 Richard Hendersontcg: Add tcg_gen_movi_ptr
2023-03-01 Richard Hendersontcg: Use tcg_constant_i32 in tcg_gen_io_start
2023-03-01 Richard Hendersontcg: Pass TCGTempKind to tcg_temp_new_internal
2023-03-01 Richard Hendersontcg: Remove TEMP_NORMAL
2023-03-01 Richard Hendersontcg: Add liveness_pass_0
2023-03-01 Richard Hendersontcg: Use noinline for major tcg_gen_code subroutines
2023-03-01 Richard Hendersontcg: Rename TEMP_LOCAL to TEMP_TB
2023-03-01 Richard Hendersontcg: Remove branch-to-next regardless of reference...
2023-03-01 Richard Hendersonaccel/tcg: Use more accurate max_insns for tb_overflow
2023-03-01 Richard Hendersonaccel/tcg: Pass max_insn to gen_intermediate_code by...
2023-03-01 Richard Hendersontcg: Adjust TCGContext.temps_in_use check
2023-03-01 Anton Johanssoninclude/exec: Remove `tb_pc()`
2023-03-01 Anton Johanssontarget/arm: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/avr: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/hexagon: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/hppa: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/i386: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/loongarch: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/microblaze: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/mips: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/openrisc: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/riscv: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/rx: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/sh4: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/sparc: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/tricore: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssonaccel/tcg: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssonaccel/tcg: Move jmp-cache `CF_PCREL` checks to caller
2023-03-01 Anton Johanssontarget/i386: Remove `TARGET_TB_PCREL` define
2023-03-01 Anton Johanssontarget/arm: Remove `TARGET_TB_PCREL` define
2023-03-01 Anton Johanssoninclude/exec: Remove `TARGET_TB_PCREL` define
2023-03-01 Anton Johanssontarget/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssontarget/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssoninclude/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssonaccel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssontarget/arm: set `CF_PCREL` in `arm_cpu_realizefn`
2023-03-01 Anton Johanssontarget/i386: set `CF_PCREL` in `x86_cpu_realizefn`
2023-03-01 Anton Johanssoninclude/exec: Introduce `CF_PCREL`
2023-03-01 Alex Bennéetests/avocado: disable BootLinuxPPC64 test in CI
2023-03-01 Alex Bennéetests/docker: add zstdtools to the images
2023-03-01 Alex Bennéegitlab: move the majority of artefact handling to a...
2023-03-01 Alex Bennéetests/docker: use direct RUNC call to run test jobs
2023-03-01 Alex Bennéetests/docker: use direct RUNC call to build containers
2023-03-01 Alex Bennéetests/docker: add USER stanzas to non-lci images
2023-03-01 Alex Bennéetests/lcitool: append user setting stanza to dockerfiles
2023-03-01 Alex Bennéeconfigure: expose the direct container command
2023-03-01 Richard W.M... tests: Ensure TAP version is printed before other messages
2023-03-01 Fabiano Rosasgitlab: Use plain docker in container-template.yml
2023-03-01 Alex Bennéetests/dockerfiles: unify debian-toolchain references
2023-03-01 Thomas Huthcirrus.yml: Improve the windows_msys2_task
2023-03-01 Alex Bennéetests: ensure we export job results for some cross...
2023-03-01 Bastian Koppelmanntests/docker: Use binaries for debian-tricore-cross
2023-03-01 Alex Bennéetests: add tuxrun baseline test to avocado
2023-03-01 Alex Bennéetests: skip the nios2 replay_kernel test
2023-03-01 Alex Bennéetesting: update ubuntu2004 to ubuntu2204
2023-03-01 Alex Bennéetests: don't run benchmarks for the tsan build
2023-03-01 Alex Bennéegitlab: extend custom runners with base_job_template
2023-03-01 Thomas Huthgitlab-ci: Use artifacts instead of dumping logs in...
2023-03-01 Alex Bennéetests: make fp-test less chatty when running from test...
2023-03-01 Alex Bennéetests: be a bit more strict cleaning up fifos
next