Show patches with: State = Action Required       |    Archived = No       |   21393 patches
« 1 2 3 4213 214 »
Patch Series S/W/F Date Submitter Delegate State
[26/32] target/avr: Use translator_ldl accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[25/32] target/i386: Use translator_ldub for everything accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[24/32] target/microblaze: Use translator_ldl accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[23/32] target/hexagon: Use translator_ldl in pkt_crosses_page accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[22/32] target/s390x: Disassemble EXECUTEd instructions accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[21/32] target/s390x: Fix translator_fake_ld length accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[20/32] accel/tcg: Introduce translator_fake_ld accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[19/32] disas: Use translator_st to get disassembly data accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[18/32] disas: Split disas.c accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[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 New
[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 New
[14/32] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[13/32] plugins: Use DisasContextBase for qemu_plugin_insn_haddr accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[12/32] plugins: Read mem_only directly from TB cflags accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[11/32] plugins: Use translator_st for qemu_plugin_insn_data accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[10/32] accel/tcg: Implement translator_st accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[09/32] plugins: Copy memory in qemu_plugin_insn_data accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[08/32] accel/tcg: Record DisasContextBase in tcg_ctx for plugins accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[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 New
[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 New
[04/32] accel/tcg: Reorg translator_ld* accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[03/32] accel/tcg: Pass DisasContextBase to translator_fake_ldb accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[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 New
[01/32] accel/tcg: Use vaddr in translator_ld* accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[v2,21/21] plugins: Update the documentation block for plugin-gen.c Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,20/21] plugins: Inline plugin_gen_empty_callback Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,19/21] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,18/21] plugins: Split out common cb expanders Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,17/21] plugins: Replace pr_ops with a proper debug dump flag Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,16/21] plugins: Introduce PLUGIN_CB_MEM_REGULAR Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,15/21] plugins: Simplify callback queues Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,14/21] tcg: Remove INDEX_op_plugin_cb_{start,end} Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,13/21] tcg: Remove TCG_CALL_PLUGIN Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,12/21] plugins: Remove plugin helpers Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,11/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,10/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,09/21] plugins: Add PLUGIN_GEN_AFTER_TB Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,08/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,07/21] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,06/21] plugins: Create TCGHelperInfo for all out-of-line callbacks Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,05/21] plugins: Move function pointer in qemu_plugin_dyn_cb Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,04/21] plugins: Zero new qemu_plugin_dyn_cb entries Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,03/21] tcg: Pass function pointer to tcg_gen_call* Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,02/21] tcg: Make tcg/helper-info.h self-contained Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[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é New
[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,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,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,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,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é New
[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é New
[PULL,2/8] hw/ppc/spapr: Include missing 'sysemu/tcg.h' header Untitled series #238570 --- 2024-03-31 Nicholas Piggin New
[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,05/18] target/hppa: Mark interval timer write as io [PULL,01/18] target/hppa: Fix BE,L set of sr0 --- 2024-03-29 Richard Henderson New
[PULL,00/18] target/hppa patch queue --- 2024-03-29 Richard Henderson New
[PULL,5/7] tcg/optimize: Fix sign_mask for logical right-shift [PULL,1/7] linux-user: Fix semctl() strace --- 2024-03-29 Richard Henderson New
[PULL,4/7] tests/tcg: Test shmat(NULL) [PULL,1/7] linux-user: Fix semctl() strace --- 2024-03-29 Richard Henderson New
[PULL,0/7] tcg + linux-user patch queue --- 2024-03-29 Richard Henderson New
[RFC,PATCH-for-9.1,29/29] hw/i386/pc: Move ISA-only PC machine to pc_isa.c [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,28/29] hw/i386/pc: Rename pc_init1() -> pc_piix_init() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,27/29] hw/i386/pc: Call fw_cfg_build_smbios_legacy() in pc_machine_done() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,26/29] hw/i386/fw_cfg: Factor fw_cfg_build_smbios_legacy() out [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,25/29] hw/i386/fw_cfg: Replace smbios_defaults() by !smbios_legacy_mode() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,24/29] hw/i386/fw_cfg: Inline smbios_legacy_mode() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,23/29] hw/i386/fw_cfg: Inline smbios_defaults() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,22/29] hw/i386/fw_cfg: Define fw_cfg_build_smbios() stub [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,21/29] hw/i386/fw_cfg: Include missing 'qapi-types-machine.h' header [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,20/29] hw/i386/pc: Pass PcPciMachineState argument to pc_pci_hole64_start() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,19/29] hw/i386/pc: Pass PcPciMachineState argument to CXL helpers [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,18/29] hw/i386/pc: Inline has_reserved_memory() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,17/29] hw/i386/pc: Inline gigabyte_align() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,16/29] hw/i386/pc: Move south-bridge related fields to PcPciMachine [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,15/29] hw/i386/pc: Move FW/pflash related fields to PcPciMachineState [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,14/29] hw/i386/pc: Move pc_system_flash_create() to pc_pci_machine_initfn() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,10/29] hw/i386/pc: Remove PCMachineClass::has_acpi_build field [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,09/29] hw/i386/pc: Pass PCMachineState argument to acpi_setup() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,06/29] hw/i386/pc: Move pci_root_uid field to PcPciMachineClass [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,05/29] hw/i386/pc: Remove PCMachineClass::pci_enabled field [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,04/29] hw/i386/pc: Introduce PC_PCI_MACHINE QOM type [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,03/29] hw/i386/pc: Pass base machine type as argument to DEFINE_PC_MACHINE() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,3/3] block/gluster: Remove RDMA protocol handling rdma: Remove RDMA subsystem and pvrdma device --- 2024-03-28 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,2/3] migration: Remove RDMA protocol handling rdma: Remove RDMA subsystem and pvrdma device --- 2024-03-28 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,1/3] hw/rdma: Remove pvrdma device and rdmacm-mux helper rdma: Remove RDMA subsystem and pvrdma device --- 2024-03-28 Philippe Mathieu-Daudé New
[PATCH-for-9.0,v2] hw/i386/pc: Deprecate 64-bit CPUs on ISA-only PC machine [PATCH-for-9.0,v2] hw/i386/pc: Deprecate 64-bit CPUs on ISA-only PC machine --- 2024-03-27 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,3/3] hw/timer: Remove the ALTERA_TIMER model target/nios2: Remove the deprecated Nios II target --- 2024-03-27 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,2/3] target/nios2: Remove the deprecated Nios II target target/nios2: Remove the deprecated Nios II target --- 2024-03-27 Philippe Mathieu-Daudé New
[PATCH-for-9.1] target/nios2: Remove machines and system emulation [PATCH-for-9.1] target/nios2: Remove machines and system emulation --- 2024-03-27 Philippe Mathieu-Daudé New
« 1 2 3 4213 214 »