Show patches with: State = Action Required       |    Archived = No       |   21550 patches
« 1 2 3 4215 216 »
Patch Series S/W/F Date Submitter Delegate State
[v2,20/33] accel/tcg: Introduce translator_fake_ld accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,19/33] disas: Use translator_st to get disassembly data accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,18/33] disas: Split disas.c accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,17/33] accel/tcg: Return bool from TranslatorOps.disas_log accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,16/33] accel/tcg: Provide default implementation of disas_log accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,15/33] plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,14/33] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,12/33] plugins: Read mem_only directly from TB cflags accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,11/33] plugins: Use translator_st for qemu_plugin_insn_data accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,10/33] accel/tcg: Implement translator_st accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,09/33] plugins: Copy memory in qemu_plugin_insn_data accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,08/33] accel/tcg: Record DisasContextBase in tcg_ctx for plugins accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,07/33] accel/tcg: Record when translator_fake_ldb is used accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,06/33] accel/tcg: Record mmio bytes during translation accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,05/33] accel/tcg: Cap the translation block when we encounter mmio accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,04/33] accel/tcg: Reorg translator_ld* accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,03/33] accel/tcg: Pass DisasContextBase to translator_fake_ldb accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,02/33] accel/tcg: Hide in_same_page outside of a target-specific context accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v2,01/33] accel/tcg: Use vaddr in translator_ld* accel/tcg: Improve disassembly for target and plugin --- 2024-04-24 Richard Henderson New
[v3,20/20] plugins: Update the documentation block for plugin-gen.c Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,19/20] plugins: Inline plugin_gen_empty_callback Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,18/20] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,17/20] plugins: Split out common cb expanders Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,16/20] plugins: Replace pr_ops with a proper debug dump flag Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,15/20] plugins: Introduce PLUGIN_CB_MEM_REGULAR Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,14/20] plugins: Simplify callback queues Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,13/20] tcg: Remove INDEX_op_plugin_cb_{start,end} Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,12/20] tcg: Remove TCG_CALL_PLUGIN Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,11/20] plugins: Remove plugin helpers Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,10/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,09/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,08/20] plugins: Add PLUGIN_GEN_AFTER_TB Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,07/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,06/20] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,05/20] plugins: Create TCGHelperInfo for all out-of-line callbacks Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,04/20] plugins: Move function pointer in qemu_plugin_dyn_cb Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,03/20] plugins: Zero new qemu_plugin_dyn_cb entries Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,02/20] tcg: Pass function pointer to tcg_gen_call* Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v3,01/20] tcg: Make tcg/helper-info.h self-contained Rewrite plugin code generation --- 2024-04-24 Richard Henderson New
[v6,10/10] tests/bench: Add bufferiszero-bench Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,09/10] util/bufferiszero: Add simd acceleration for aarch64 Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,07/10] util/bufferiszero: Introduce biz_accel_fn typedef Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,06/10] util/bufferiszero: Improve scalar variant Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,04/10] util/bufferiszero: Remove useless prefetches Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,03/10] util/bufferiszero: Reorganize for early test for acceleration Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,02/10] util/bufferiszero: Remove AVX512 variant Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[v6,01/10] util/bufferiszero: Remove SSE4.1 variant Optimize buffer_is_zero --- 2024-04-24 Richard Henderson New
[PULL,7/9] target/m68k: Pass semihosting arg to exit [PULL,1/9] meson: Make DEBUG_REMAP a meson option --- 2024-04-24 Richard Henderson New
[PULL,1/9] meson: Make DEBUG_REMAP a meson option [PULL,1/9] meson: Make DEBUG_REMAP a meson option --- 2024-04-24 Richard Henderson New
[PULL,0/9] tcg + linux-user patch queue --- 2024-04-24 Richard Henderson New
[3/3] accel/hvf: Use accel-specific per-vcpu @dirty field accel: Add new @dirty field on HVF/NVMM/WHPX --- 2024-04-24 Philippe Mathieu-Daudé New
[2/3] accel/nvmm: Use accel-specific per-vcpu @dirty field accel: Add new @dirty field on HVF/NVMM/WHPX --- 2024-04-24 Philippe Mathieu-Daudé New
[1/3] accel/whpx: Use accel-specific per-vcpu @dirty field accel: Add new @dirty field on HVF/NVMM/WHPX --- 2024-04-24 Philippe Mathieu-Daudé New
[v2,3/3] accel/tcg: Rename helper-head.h -> helper-head.h.inc include: Rename some expanded headers using '.h.inc' suffix --- 2024-04-24 Philippe Mathieu-Daudé New
[v2,2/3] accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix include: Rename some expanded headers using '.h.inc' suffix --- 2024-04-24 Philippe Mathieu-Daudé New
[5/5] accel/tcg: Introduce CF_BP_PAGE tcg: Misc improvements --- 2024-04-24 Richard Henderson New
[4/5] tcg/optimize: Optimize setcond with zmask tcg: Misc improvements --- 2024-04-24 Richard Henderson New
[3/5] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff tcg: Misc improvements --- 2024-04-24 Richard Henderson New
[2/5] tcg/i386: Simplify immediate 8-bit logical vector shifts tcg: Misc improvements --- 2024-04-24 Richard Henderson New
[1/5] tcg: Add write_aofs to GVecGen3i [1/5] tcg: Add write_aofs to GVecGen3i --- 2024-04-24 Richard Henderson New
target/arm: Restrict translation disabled alignment check to VMSA tcg: Misc improvements --- 2024-04-24 Richard Henderson New
[PULL,5/5] block/gluster: Remove deprecated RDMA protocol handling [PULL,1/5] MAINTAINERS: Update Sriram Yagnaraman mail address --- 2024-04-24 Philippe Mathieu-Daudé New
[PULL,4/5] hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper [PULL,1/5] MAINTAINERS: Update Sriram Yagnaraman mail address --- 2024-04-24 Philippe Mathieu-Daudé New
[PULL,2/5] target/nios2: Remove the deprecated Nios II target [PULL,1/5] MAINTAINERS: Update Sriram Yagnaraman mail address --- 2024-04-24 Philippe Mathieu-Daudé New
[PULL,1/5] MAINTAINERS: Update Sriram Yagnaraman mail address [PULL,1/5] MAINTAINERS: Update Sriram Yagnaraman mail address --- 2024-04-24 Philippe Mathieu-Daudé New
[PULL,0/5] Housekeeping patches for 2024-04-24 --- 2024-04-24 Philippe Mathieu-Daudé New
[PULL,10/10] qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition Untitled series #240446 --- 2024-04-24 Markus Armbruster New
[PULL,04/10] qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition Untitled series #240446 --- 2024-04-24 Markus Armbruster New
[PULL,03/10] qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition Untitled series #240446 --- 2024-04-24 Markus Armbruster New
[PULL,02/10] qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition Untitled series #240446 --- 2024-04-24 Markus Armbruster New
[PULL,14/17] hw/s390x: Include missing 'cpu.h' header Untitled series #240445 --- 2024-04-24 Thomas Huth New
[PULL,03/63] ebpf: Restrict to system emulation Untitled series #240353 --- 2024-04-23 Paolo Bonzini New
[v4] hw/audio/virtio-snd: Always use little endian audio format [v4] hw/audio/virtio-snd: Always use little endian audio format --- 2024-04-22 Philippe Mathieu-Daudé New
[v3] hw/audio/virtio-snd: Use device endianness instead of target one [v3] hw/audio/virtio-snd: Use device endianness instead of target one --- 2024-04-22 Philippe Mathieu-Daudé New
hw/arm/npcm7xx: Store derivative OTP fuse key in little endian hw/arm/npcm7xx: Store derivative OTP fuse key in little endian --- 2024-04-22 Philippe Mathieu-Daudé New
[3/3] target/arm: Default to 1GHz cntfrq for 'max' and new CPUs target/arm: Make the counter frequency default 1GHz for new CPUs, machines --- 2024-04-19 Peter Maydell New
[2/3] target/arm: Refactor default generic timer frequency handling target/arm: Make the counter frequency default 1GHz for new CPUs, machines --- 2024-04-19 Peter Maydell New
[1/3] hw: Add compat machines for 9.1 target/arm: Make the counter frequency default 1GHz for new CPUs, machines --- 2024-04-19 Peter Maydell New
[v2,22/22] hw/arm/virt: Use RAM instead of flash for confidential guest firmware arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,21/22] hw/arm/virt: Move virt_flash_create() to machvirt_init() arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,20/22] target/arm/kvm-rme: Enable guest memfd arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,19/22] target/arm/cpu: Inform about reading confidential CPU registers arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,18/22] target/arm/kvm: Disable Realm reboot arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,17/22] target/arm/cpu: Set number of PMU counters in KVM arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,16/22] target/arm/cpu: Set number of breakpoints and watchpoints in KVM arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,15/22] target/arm/kvm-rme: Add measurement algorithm property arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,13/22] hw/arm/boot: Register Linux BSS section for confidential guests arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,12/22] target/arm/kvm-rme: Populate Realm memory arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,11/22] hw/core/loader: Add ROM loader notifier arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,10/22] target/arm/kvm: Create scratch VM as Realm if necessary arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,09/22] target/arm/kvm-rme: Initialize vCPU arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,08/22] target/arm/kvm: Split kvm_arch_get/put_registers arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,07/22] hw/arm/virt: Reserve one bit of guest-physical address for RME arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,06/22] hw/arm/virt: Disable DTB randomness for confidential VMs arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,05/22] hw/arm/virt: Add support for Arm RME arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
[v2,04/22] target/arm/kvm-rme: Initialize realm arm: Run CCA VMs with KVM --- 2024-04-19 Jean-Philippe Brucker New
« 1 2 3 4215 216 »