Show patches with: none      |   77798 patches
« 1 2 ... 4 5 6777 778 »
Patch Series S/W/F Date Submitter Delegate State
[14/39] include/hw/s390x: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[13/39] tests/unit: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[12/39] tests/qtest: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[11/39] target/ppc: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[10/39] system: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[09/39] qobject: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[08/39] migration: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[07/39] hw/watchdog: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[06/39] hw/net: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[05/39] hw/core: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[04/39] hw/char: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[03/39] hw/arm: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[02/39] hw/acpi: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[01/39] docs/spin: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) --- 2024-09-10 Pierrick Bouvier Superseded
[2/2] tcg: Propagate new TCGOp to add_as_label_use tcg: Fix branch/label link during plugin expansion --- 2024-09-10 Richard Henderson New
[1/2] tcg: Return TCGOp from tcg_gen_op[1-6] tcg: Fix branch/label link during plugin expansion --- 2024-09-10 Richard Henderson New
[v3,3/3] docs/devel: update tsan build documentation build qemu with gcc and tsan --- 2024-09-10 Pierrick Bouvier New
[v3,2/3] target/i386: fix build warning (gcc-12 -fsanitize=thread) build qemu with gcc and tsan --- 2024-09-10 Pierrick Bouvier New
[v3,1/3] meson: hide tsan related warnings build qemu with gcc and tsan --- 2024-09-10 Pierrick Bouvier New
[v2,10/10] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode Untitled series #250544 --- 2024-09-10 Alex Bennée Superseded
[v2,09/10] tests/tcg/aarch64: Improve linker script organization Untitled series #250544 --- 2024-09-10 Alex Bennée Superseded
[v2,08/10] tests/guest-debug: Support passing arguments to the GDB test script Untitled series #250544 --- 2024-09-10 Alex Bennée Superseded
[v2,07/10] gdbstub: Add support for MTE in system mode Untitled series #250544 --- 2024-09-10 Alex Bennée Superseded
[v2,06/10] gdbstub: Use specific MMU index when probing MTE addresses Untitled series #250544 --- 2024-09-10 Alex Bennée Superseded
[v8,6/6] tests/tcg/multiarch: add test for plugin memory access plugins: access values during a memory read/write --- 2024-09-10 Pierrick Bouvier New
[v8,5/6] tests/tcg/plugins/mem: add option to print memory accesses plugins: access values during a memory read/write --- 2024-09-10 Pierrick Bouvier New
[v8,4/6] tests/tcg: allow to check output of plugins plugins: access values during a memory read/write --- 2024-09-10 Pierrick Bouvier New
[v8,3/6] tests/tcg: add mechanism to run specific tests with plugins plugins: access values during a memory read/write --- 2024-09-10 Pierrick Bouvier New
[v8,2/6] plugins: extend API to get latest memory value accessed plugins: access values during a memory read/write --- 2024-09-10 Pierrick Bouvier New
[v8,1/6] plugins: save value during memory accesses plugins: access values during a memory read/write --- 2024-09-10 Pierrick Bouvier New
[26/26] plugins: add ability to register a GDB triggered callback Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée New
[25/26] plugins: add option to dump write argument to syscall plugin Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[24/26] plugins: add plugin API to read guest memory Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[23/26] contrib/plugins: Add a plugin to generate basic block vectors Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[22/26] util/timer: avoid deadlock when shutting down Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[21/26] tests/tcg: add a system test to check memory instrumentation Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[20/26] tests/tcg: only read/write 64 bit words on 64 bit systems Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[19/26] tests/tcg: clean up output of memory system test Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[18/26] tests/plugin/mem: add option to print memory accesses Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[17/26] tests/tcg: allow to check output of plugins Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[16/26] tests/tcg: add mechanism to run specific tests with plugins Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[15/26] plugins: extend API to get latest memory value accessed Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[14/26] plugins: save value during memory accesses Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[13/26] contrib/plugins: control flow plugin Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[12/26] deprecation: don't enable TCG plugins by default with TCI Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée New
[11/26] deprecation: don't enable TCG plugins by default on 32 bit hosts Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[10/26] contrib/plugins/Makefile: Add a 'distclean' target Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée New
[09/26] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[08/26] tests/tcg/aarch64: Improve linker script organization Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[07/26] tests/guest-debug: Support passing arguments to the GDB test script Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[06/26] gdbstub: Add support for MTE in system mode Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée New
[05/26] gdbstub: Use specific MMU index when probing MTE addresses Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[02/26] tests/docker: update debian i686 and mipsel images to bookworm Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[01/26] tests/docker: remove debian-armel-cross Maintainer updates (testing, gdbstub, plugins) --- 2024-09-10 Alex Bennée Superseded
[PULL,17/22] tests/functional: Convert Aarch64 Raspi4 avocado tests [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,16/22] tests/functional: Convert Aarch64 Raspi3 avocado tests [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,15/22] tests/functional: Convert ARM Raspi2 avocado tests [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,14/22] tests/functional: Convert mips32eb 4Kc Malta avocado tests [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,13/22] tests/functional: Convert nanomips Malta avocado tests [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,12/22] tests/functional: Convert mips32el Malta YAMON avocado test [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,11/22] tests/functional: Convert mips64el 5KEc Malta avocado tests [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,10/22] tests/functional: Convert mips64el I6400 Malta avocado tests [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,09/22] tests/functional: Convert mips64el Fuloong2e avocado test (2/2) [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,03/22] gitlab-ci: Build MSYS2 job using multiple CPUs [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth Accepted
[PULL,02/22] meson: Move -fsanitize=undefined into normal configuraton [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth New
[PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} [PULL,01/22] meson: Split --enable-sanitizers to --enable-{asan, ubsan} --- 2024-09-10 Thomas Huth New
[v2,5/5] license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only license: Fix typos and update SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé Superseded
[v2,4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later license: Fix typos and update SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé Superseded
[v2,3/5] license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later license: Fix typos and update SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé Superseded
[v2,2/5] tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag license: Fix typos and update SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé Superseded
[v2,1/5] NSIS: Simplify license description license: Fix typos and update SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé New
[5/5] license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only license: Fix typos and update deprecated SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé New
[4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later license: Fix typos and update deprecated SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé New
[3/5] license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later license: Fix typos and update deprecated SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé Superseded
[2/5] tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag license: Fix typos and update deprecated SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé Superseded
[1/5] NSIS: Simplify license description license: Fix typos and update deprecated SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé Superseded
[2/2] tests/bench: Rename test_akcipher_keys.inc -> test_akcipher_keys.c.inc misc: Rename included template headers using '.inc' suffix --- 2024-09-10 Philippe Mathieu-Daudé New
[1/2] target/hexagon: Rename macros.inc -> macros.h.inc misc: Rename included template headers using '.inc' suffix --- 2024-09-10 Philippe Mathieu-Daudé New
[v5,4/4] tests: drop OpenBSD tests for aarch64/sbsa-ref tests: updates for aarch64/sbsa-ref --- 2024-09-10 Marcin Juszkiewicz Superseded
[v5,3/4] tests: expand timeout information for aarch64/sbsa-ref tests: updates for aarch64/sbsa-ref --- 2024-09-10 Marcin Juszkiewicz New
[v5,2/4] tests: add FreeBSD tests for aarch64/sbsa-ref tests: updates for aarch64/sbsa-ref --- 2024-09-10 Marcin Juszkiewicz Superseded
[v5,1/4] tests: use default cpu for aarch64/sbsa-ref tests: updates for aarch64/sbsa-ref --- 2024-09-10 Marcin Juszkiewicz New
[v2,06/10,4/4] target/s390x: Use deposit to set cc_op in save_link_info Untitled series #250453 --- 2024-09-09 Philippe Mathieu-Daudé New
[v2,06/10,3/4] target/s390x: Use deposit to set ilen in save_link_info Untitled series #250451 --- 2024-09-09 Philippe Mathieu-Daudé New
[v2,06/10,2/4] target/s390x: Use deposit to set psw_mask in save_link_info Untitled series #250454 --- 2024-09-09 Philippe Mathieu-Daudé New
[v2,06/10,1/4] target/s390x: Rename local variable in save_link_info Untitled series #250452 --- 2024-09-09 Philippe Mathieu-Daudé New
[v4,5/5] target/sparc: Add gen_trap_if_nofpu_fpexception target/sparc: emulate floating point queue when raising fp traps --- 2024-09-09 Richard Henderson Superseded
[v4,4/5] target/sparc: Implement STDFQ target/sparc: emulate floating point queue when raising fp traps --- 2024-09-09 Richard Henderson Superseded
[v4,3/5] target/sparc: Add FSR_QNE to tb_flags target/sparc: emulate floating point queue when raising fp traps --- 2024-09-09 Richard Henderson Superseded
[v4,2/5] target/sparc: Populate sparc32 FQ when raising fp exception target/sparc: emulate floating point queue when raising fp traps --- 2024-09-09 Richard Henderson Superseded
[v4,1/5] target/sparc: Add FQ and FSR.QNE target/sparc: emulate floating point queue when raising fp traps --- 2024-09-09 Richard Henderson Superseded
[v3,26/26] target/m68k: Implement FPIAR target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,25/26] target/m68k: Make vmstate variables static target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,24/26] tests/tcg/m68k: Add packed decimal tests target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,23/26] target/m68k: Implement packed decimal real loads and stores target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,22/26] target/m68k: Merge gen_store_fp, gen_store_mode_fp target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,21/26] target/m68k: Merge gen_load_fp, gen_load_mode_fp target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,20/26] target/m68k: Move gen_addr_fault into gen_{load, store}_mode_fp target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,19/26] target/m68k: Split gen_ea_mode_fp for load/store target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
[v3,18/26] target/m68k: Remove env argument to gen_ea_mode_fp target/m68k: fpu improvements --- 2024-09-09 Richard Henderson New
« 1 2 ... 4 5 6777 778 »