Show patches with: none      |   74497 patches
« 1 2 ... 17 18 19744 745 »
Patch Series S/W/F Date Submitter Delegate State
[12/22] plugins: Remove plugin helpers plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[11/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[10/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[09/22] plugins: Add PLUGIN_GEN_AFTER_TB plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[08/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[07/22] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[06/22] plugins: Create TCGHelperInfo for all out-of-line callbacks plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[05/22] plugins: Move function pointer in qemu_plugin_dyn_cb plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[04/22] plugins: Zero new qemu_plugin_dyn_cb entries plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[03/22] tcg: Pass function pointer to tcg_gen_call* plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[02/22] tcg: Make tcg/helper-info.h self-contained plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson New
[01/22] tcg: Add TCGContext.emit_before_op plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson Superseded
[RFC,PATCH-for-9.1,21/21] qapi: Make @query-cpu-definitions target-agnostic qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,20/21] target/ppc: Use QMP generic_query_cpu_definitions() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,19/21] target/ppc: Factor ppc_add_alias_definitions() out qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,18/21] target/i386: Use QMP generic_query_cpu_definitions() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,17/21] target/riscv: Use QMP generic_query_cpu_definitions() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,16/21] target/loongarch: Use QMP generic_query_cpu_definitions() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,15/21] target/arm: Use QMP generic_query_cpu_definitions() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,14/21] system: Introduce QMP generic_query_cpu_definitions() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,13/21] system: Introduce cpu_typename_by_arch_bit() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,12/21] system: Introduce QemuArchBit enum qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,11/21] qapi: Make CpuDefinitionInfo target agnostic qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,10/21] qapi: Make CpuModel* definitions target agnostic qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,09/21] qapi: Merge machine-common.json with qapi/machine.json qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,08/21] target/sparc: Make SPARC_CPU common to new SPARC32_CPU/SPARC64_CPU types qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,07/21] target/mips: Make MIPS_CPU common to new MIPS32_CPU / MIPS64_CPU types qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,06/21] target/i386: Make X86_CPU common to new I386_CPU / X86_64_CPU types qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,05/21] cpus: Open code OBJECT_DECLARE_TYPE() in OBJECT_DECLARE_CPU_TYPE() qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,04/21] target/sparc: Declare CPU QOM types using DEFINE_TYPES() macro qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,03/21] target/ppc: Declare CPU QOM types using DEFINE_TYPES() macro qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,02/21] target/mips: Declare CPU QOM types using DEFINE_TYPES() macro qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[PATCH-for-9.1,01/21] target/i386: Declare CPU QOM types using DEFINE_TYPES() macro qapi: Make @query-cpu-definitions command target-agnostic --- 2024-03-15 Philippe Mathieu-Daudé New
[RFC,v2] contrib/plugins: control flow plugin (WIP!) [RFC,v2] contrib/plugins: control flow plugin (WIP!) --- 2024-03-14 Alex Bennée New
[v2,4/4] tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup tests/avocado: update sbsa-ref firmware to latest --- 2024-03-14 Marcin Juszkiewicz Superseded
[v2,3/4] tests/avocado: use OpenBSD 7.4 for sbsa-ref tests/avocado: update sbsa-ref firmware to latest --- 2024-03-14 Marcin Juszkiewicz New
[v2,2/4] tests/avocado: drop virtio-rng from sbsa-ref tests tests/avocado: update sbsa-ref firmware to latest --- 2024-03-14 Marcin Juszkiewicz Superseded
[v2,1/4] tests/avocado: update sbsa-ref firmware tests/avocado: update sbsa-ref firmware to latest --- 2024-03-14 Marcin Juszkiewicz Superseded
[v2,3/3] target/hppa: Fix assemble_12a insns for wide mode target/hppa: Fix some wide mode displacements --- 2024-03-13 Richard Henderson Superseded
[v2,2/3] target/hppa: Fix assemble_11a insns for wide mode target/hppa: Fix some wide mode displacements --- 2024-03-13 Richard Henderson Superseded
[v2,1/3] target/hppa: Fix assemble_16 insns for wide mode target/hppa: Fix some wide mode displacements --- 2024-03-13 Richard Henderson Superseded
[PATCH-for-9.1,12/12] exec/poison: Poison CONFIG_SOFTMMU again accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.1,11/12] tcg: Remove unused CONFIG_SOFTMMU definition from libtcg_system.fa accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.1,10/12] exec/cpu-defs: Restrict SOFTMMU specific definitions to accel/tcg/ accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.1,09/12] accel/tcg/internal: Check for USER_ONLY definition instead of SOFTMMU accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,08/12] accel/tcg/tb-maint: Add comments around system emulation accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.1,07/12] plugins/api: Check for USER_ONLY definition instead of SOFTMMU one accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.1,06/12] tcg/sparc64: Check for USER_ONLY definition instead of SOFTMMU one accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,05/12] target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx() accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0?,04/12] gdbstub/system: Rename 'user_ctx' argument as 'ctx' accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0?,03/12] gdbstub: Correct invalid mentions of 'softmmu' by 'system' accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0?,02/12] travis-ci: Rename SOFTMMU -> SYSTEM accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0?,01/12] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition accel/tcg: Finish replacing SOFTMMU -> SYSTEM --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0,4/4] meson: Enable -Wstatic-in-inline overall: Avoid using inlined functions with external linkage again --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0,3/4] qtest/libqos: Un-inline size_to_prdtl() overall: Avoid using inlined functions with external linkage again --- 2024-03-13 Philippe Mathieu-Daudé New
[PATCH-for-9.0,2/4] accel/hvf: Un-inline hvf_arch_supports_guest_debug() overall: Avoid using inlined functions with external linkage again --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0,1/4] hw/arm/smmu: Avoid using inlined functions with external linkage again overall: Avoid using inlined functions with external linkage again --- 2024-03-13 Philippe Mathieu-Daudé Superseded
[PULL,v2,for,9.0,0/7] final maintainer updates (testing, gdbstub) --- 2024-03-13 Alex Bennée New
[RFC,5/5] contrib/plugins: add ips plugin example for cost modelling Implement icount=auto using TCG Plugins --- 2024-03-13 Pierrick Bouvier Superseded
[RFC,4/5] plugins: add time control API Implement icount=auto using TCG Plugins --- 2024-03-13 Pierrick Bouvier Superseded
[RFC,3/5] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time Implement icount=auto using TCG Plugins --- 2024-03-13 Pierrick Bouvier Superseded
[RFC,2/5] qtest: use cpu interface in qtest_clock_warp Implement icount=auto using TCG Plugins --- 2024-03-13 Pierrick Bouvier Superseded
[RFC,1/5] sysemu: add set_virtual_time to accel ops Implement icount=auto using TCG Plugins --- 2024-03-13 Pierrick Bouvier New
[3/3] tests/avocado: use OpenBSD 7.4 for sbsa-ref tests/avocado: update sbsa-ref firmware to latest --- 2024-03-13 Marcin Juszkiewicz New
[2/3] tests/avocado: drop virtio-rng from sbsa-ref tests tests/avocado: update sbsa-ref firmware to latest --- 2024-03-13 Marcin Juszkiewicz Superseded
[1/3] tests/avocado: update sbsa-ref firmware tests/avocado: update sbsa-ref firmware to latest --- 2024-03-13 Marcin Juszkiewicz Superseded
[PATCH-for-9.0,v2,3/3] physmem: Fix migration dirty bitmap coherency with TCG memory access system/physmem: Fix migration dirty bitmap coherency with TCG memory access --- 2024-03-12 Philippe Mathieu-Daudé New
[PATCH-for-9.0,v2,2/3] physmem: Factor cpu_physical_memory_dirty_bits_cleared() out system/physmem: Fix migration dirty bitmap coherency with TCG memory access --- 2024-03-12 Philippe Mathieu-Daudé New
[PATCH-for-9.0,v2,1/3] physmem: Expose tlb_reset_dirty_range_all() system/physmem: Fix migration dirty bitmap coherency with TCG memory access --- 2024-03-12 Philippe Mathieu-Daudé New
[PULL,8/8] tcg/aarch64: Fix tcg_out_brcond for test comparisons [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson Accepted
[PULL,7/8] tcg/aarch64: Fix tcg_out_cmp for test comparisons [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson Accepted
[PULL,6/8] linux-user/elfload: Fully initialize struct target_elf_prpsinfo [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson New
[PULL,5/8] linux-user/elfload: Don't close an unopened file descriptor [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson New
[PULL,4/8] linux-user: Implement PR_GET_TID_ADDRESS [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson Accepted
[PULL,3/8] linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson Accepted
[PULL,2/8] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson Accepted
[PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls [PULL,1/8] linux-user: Add FIFREEZE and FITHAW ioctls --- 2024-03-12 Richard Henderson Accepted
[PULL,0/8] tcg + linux-user patch queue --- 2024-03-12 Richard Henderson New
[7/7] tests/qtest/libqtest.c: Check for g_setenv() failure various: 7 minor Coverity fixes --- 2024-03-12 Peter Maydell Superseded
[6/7] tests/unit/test-throttle: Avoid unintended integer division various: 7 minor Coverity fixes --- 2024-03-12 Peter Maydell Superseded
[5/7] hw/nvram/mac_nvram: Report failure to write data various: 7 minor Coverity fixes --- 2024-03-12 Peter Maydell Superseded
[4/7] hw/misc/pca9554: Correct error check bounds in get/set pin functions various: 7 minor Coverity fixes --- 2024-03-12 Peter Maydell Superseded
[3/7] net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp() various: 7 minor Coverity fixes --- 2024-03-12 Peter Maydell Superseded
[2/7] tests/unit/socket-helpers: Don't close(-1) various: 7 minor Coverity fixes --- 2024-03-12 Peter Maydell Superseded
[1/7] tests/qtest/npcm7xx_emc_test: Don't leak cmd_line various: 7 minor Coverity fixes --- 2024-03-12 Peter Maydell Superseded
[v2] gitlab: aggressively avoid extra GIT data [v2] gitlab: aggressively avoid extra GIT data --- 2024-03-12 Alex Bennée Superseded
[PULL,13/38] docs: Deprecate the pseries-2.12 machines Untitled series #237210 --- 2024-03-12 Nicholas Piggin New
[15/15] tcg/optimize: Lower unsupported deposit during optimize tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[14/15] tcg: Use arg_is_const_val in fold_sub_to_neg tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[13/15] tcg/optimize: Fold and to extu during optimize tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[12/15] tcg/riscv: Do not accept zero operands for logicals, multiply or divide tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[11/15] tcg/riscv: Do not accept immediate operands for sub tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[10/15] tcg/riscv: Do not accept immediate operand for andc, orc, eqv tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[09/15] tcg/s390x: Do not accept immediate operand for andc, orc tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[08/15] tcg/loongarch64: Do not accept immediate operand for andc, orc tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[07/15] tcg/ppc: Do not accept immediate operand for andc, orc, eqv tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[06/15] tcg/arm: Do not accept immediate operand for andc tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[05/15] tcg/aarch64: Do not accept immediate operand for andc, orc, eqv tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[04/15] tcg/i386: Do not accept immediate operand for andc tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[03/15] tcg/optimize: Fold eqv with immediate to xor tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson Superseded
« 1 2 ... 17 18 19744 745 »