Show patches with: none      |   74961 patches
« 1 2 ... 18 19 20749 750 »
Patch Series S/W/F Date Submitter Delegate State
[25/32] target/i386: Use translator_ldub for everything accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[24/32] target/microblaze: Use translator_ldl accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[23/32] target/hexagon: Use translator_ldl in pkt_crosses_page accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[22/32] target/s390x: Disassemble EXECUTEd instructions accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[21/32] target/s390x: Fix translator_fake_ld length accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[20/32] accel/tcg: Introduce translator_fake_ld accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[19/32] disas: Use translator_st to get disassembly data accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[18/32] disas: Split disas.c accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[17/32] accel/tcg: Return bool from TranslatorOps.disas_log accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[16/32] accel/tcg: Provide default implementation of disas_log accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[15/32] plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[14/32] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[13/32] plugins: Use DisasContextBase for qemu_plugin_insn_haddr accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[12/32] plugins: Read mem_only directly from TB cflags accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[11/32] plugins: Use translator_st for qemu_plugin_insn_data accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[10/32] accel/tcg: Implement translator_st accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[09/32] plugins: Copy memory in qemu_plugin_insn_data accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[08/32] accel/tcg: Record DisasContextBase in tcg_ctx for plugins accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[07/32] accel/tcg: Record when translator_fake_ldb is used accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[06/32] accel/tcg: Record mmio bytes during translation accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[05/32] accel/tcg: Cap the translation block when we encounter mmio accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[04/32] accel/tcg: Reorg translator_ld* accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[03/32] accel/tcg: Pass DisasContextBase to translator_fake_ldb accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[02/32] accel/tcg: Hide in_same_page outside of a target-specific context accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[01/32] accel/tcg: Use vaddr in translator_ld* accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson Superseded
[v2,21/21] plugins: Update the documentation block for plugin-gen.c Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,20/21] plugins: Inline plugin_gen_empty_callback Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,19/21] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,18/21] plugins: Split out common cb expanders Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,17/21] plugins: Replace pr_ops with a proper debug dump flag Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,16/21] plugins: Introduce PLUGIN_CB_MEM_REGULAR Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,15/21] plugins: Simplify callback queues Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,14/21] tcg: Remove INDEX_op_plugin_cb_{start,end} Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,13/21] tcg: Remove TCG_CALL_PLUGIN Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,12/21] plugins: Remove plugin helpers Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,11/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,10/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,09/21] plugins: Add PLUGIN_GEN_AFTER_TB Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,08/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,07/21] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,06/21] plugins: Create TCGHelperInfo for all out-of-line callbacks Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,05/21] plugins: Move function pointer in qemu_plugin_dyn_cb Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,04/21] plugins: Zero new qemu_plugin_dyn_cb entries Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,03/21] tcg: Pass function pointer to tcg_gen_call* Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,02/21] tcg: Make tcg/helper-info.h self-contained Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[v2,01/21] tcg: Add TCGContext.emit_before_op Rewrite plugin code generation --- 2024-04-04 Richard Henderson Superseded
[for-9.0] tcg/optimize: Do not attempt to constant fold neg_vec [for-9.0] tcg/optimize: Do not attempt to constant fold neg_vec --- 2024-04-04 Richard Henderson Superseded
[RFC,PATCH-for-9.1] qapi: Do not generate commands/events/introspect code for user emulation [RFC,PATCH-for-9.1] qapi: Do not generate commands/events/introspect code for user emulation --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,7/7] hw: Include minimal source set in user emulation build buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,6/7] hw/core: Move reset.c to hwcore_ss[] source set buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,5/7] hw/core: Restrict reset handlers API to system emulation buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,4/7] util/qemu-config: Extract QMP commands to qemu-config-qmp.c buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.1,3/7] monitor: Rework stubs to simplify user emulation linking buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,2/7] yank: Restrict to system emulation buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,1/7] ebpf: Restrict to system emulation buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.0,4/4] hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs hw/virtio: Protect from more DMA re-entrancy bugs --- 2024-04-04 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0,3/4] hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs hw/virtio: Protect from more DMA re-entrancy bugs --- 2024-04-04 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0,2/4] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs hw/virtio: Protect from more DMA re-entrancy bugs --- 2024-04-04 Philippe Mathieu-Daudé Superseded
[PATCH-for-9.0,1/4] hw/virtio: Introduce virtio_bh_new_guarded() helper hw/virtio: Protect from more DMA re-entrancy bugs --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.0] hw/sd/sdhci: Discard excess of data written to Buffer Data Port register [PATCH-for-9.0] hw/sd/sdhci: Discard excess of data written to Buffer Data Port register --- 2024-04-04 Philippe Mathieu-Daudé New
[PULL,15/15] hw/net/virtio-net: fix qemu set used ring flag even vhost started [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,14/15] hw/xen_evtchn: Initialize flush_kvm_routes [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,13/15] gpio/pca955x: Update maintainer email address [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,12/15] hw/nvme: fix -Werror=maybe-uninitialized [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,11/15] plugins: fix -Werror=maybe-uninitialized false-positive [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,10/15] block: Remove unnecessary NULL check in bdrv_pad_request() [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,09/15] hw/i386/pc: Restrict CXL to PCI-based machines [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,08/15] MAINTAINERS: Fix error-report.c entry [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,07/15] qtest/libqos: Reduce size_to_prdtl() declaration scope [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,06/15] accel/hvf: Un-inline hvf_arch_supports_guest_debug() [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,05/15] hw/arm/smmu: Avoid using inlined functions with external linkage again [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,04/15] target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx() [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,03/15] gdbstub/system: Rename 'user_ctx' argument as 'ctx' [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,02/15] gdbstub: Correct invalid mentions of 'softmmu' by 'system' [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé Accepted
[PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,00/15] Misc HW patches for 2024-04-02 --- 2024-04-02 Philippe Mathieu-Daudé New
[v2,2/2] scripts/checkpatch: Do not use mailmap scripts/checkpatch: Do not use mailmap and check qemu-trivial@ author --- 2024-04-02 Philippe Mathieu-Daudé Superseded
[v2,1/2] scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.org scripts/checkpatch: Do not use mailmap and check qemu-trivial@ author --- 2024-04-02 Philippe Mathieu-Daudé Superseded
[2/2] scripts/checkpatch: Do not use mailmap scripts/checkpatch: Do not use mailmap and check qemu-trivial@ author --- 2024-04-02 Philippe Mathieu-Daudé Superseded
[1/2] scripts/checkpatch: Avoid author email mangled by qemu-trivial@ scripts/checkpatch: Do not use mailmap and check qemu-trivial@ author --- 2024-04-02 Philippe Mathieu-Daudé Superseded
[PULL,5/5] raspi4b: Reduce RAM to 1Gb on 32-bit hosts [PULL,1/5] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1 --- 2024-04-02 Peter Maydell Accepted
[PULL,4/5] tests/qtest: Fix STM32L4x5 GPIO test on 32-bit [PULL,1/5] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1 --- 2024-04-02 Peter Maydell Accepted
[PULL,3/5] hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled [PULL,1/5] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1 --- 2024-04-02 Peter Maydell Accepted
[PULL,2/5] docs: sbsa: update specs, add dt note [PULL,1/5] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1 --- 2024-04-02 Peter Maydell Accepted
[PULL,1/5] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1 [PULL,1/5] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1 --- 2024-04-02 Peter Maydell Accepted
[PULL,0/5] target-arm queue --- 2024-04-02 Peter Maydell Not Applicable
[PULL,2/4] fpu/softfloat: Remove mention of TILE-Gx target Untitled series #238656 --- 2024-04-02 Michael Tokarev Accepted
target/hppa: Fix IIAOQ, IIASQ for pa2.0 target/hppa: Fix IIAOQ, IIASQ for pa2.0 --- 2024-04-02 Richard Henderson Superseded
[PULL,3/8] target/ppc/mmu-radix64: Use correct string format in walk_tree() Untitled series #238570 --- 2024-03-31 Nicholas Piggin Accepted
[PULL,2/8] hw/ppc/spapr: Include missing 'sysemu/tcg.h' header Untitled series #238570 --- 2024-03-31 Nicholas Piggin New
[PULL,18/18] target/hppa: Clear psw_n for BE on use_nullify_skip path [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,17/18] target/hppa: Add diag instructions to set/restore shadow registers [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,16/18] target/hppa: Move diag argument handling to decodetree [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,15/18] target/hppa: Generate getshadowregs inline [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,14/18] target/hppa: Fix overflow computation for shladd [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,13/18] target/hppa: Replace c with uv in do_cond [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,12/18] target/hppa: Squash d for pa1.x during decode [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,11/18] target/hppa: Fix unit carry conditions [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson New
[PULL,10/18] target/hppa: Optimize UADDCM with no condition [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
[PULL,09/18] target/hppa: Fix DCOR reconstruction of carry bits [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson Accepted
« 1 2 ... 18 19 20749 750 »