Show patches with: State = Action Required       |    Archived = No       |   3294 patches
« 1 2 3 432 33 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] i386/fw_cfg: move hpet_cfg definition to hpet.c rust: Add HPET timer device - - - --- 2025-01-25 Zhao Liu New
[01/10] rust: pl011: remove unnecessary "extern crate" rust: pl011: correctly use interior mutability - 1 - --- 2025-01-17 Paolo Bonzini New
[01/10] rust: qemu-api: add sub-subclass to the integration tests rust: remaining part of qdev bindings - - - --- 2025-01-17 Paolo Bonzini New
[01/10] rust: vmstate: add new type safe implementation rust: (mostly) type safe VMState - 1 - --- 2025-01-17 Paolo Bonzini New
[01/10] target: Set disassemble_info::endian value for little-endian targets disas: Have CPUClass::disas_set_info() callback set the endianness - 1 - --- 2025-01-27 Philippe Mathieu-Daudé New
[01/11] acpi/ghes: Prepare to support multiple sources on ghes Change ghes to use HEST-based offsets and add support for error inject - 1 - --- 2025-01-22 Mauro Carvalho Chehab New
[01/11] cpus: Cache CPUClass early in instance_init() handler cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[01/11] hw/mips/loongson3_virt: Factor generic_cpu_reset() out hw/mips/loongson3: Remove uses of &first_cpu global - 1 - --- 2025-01-12 Philippe Mathieu-Daudé New
[01/11] hw/sd/omap_mmc: Do a minimal conversion to QDev hw/sd: QOMify omap-mmc, remove legacy APIs - 2 - --- 2025-01-28 Peter Maydell New
[01/11] tcg: Drop support for two address registers in gen_ldst tcg: Cleanups after disallowing 64-on-32 - - - --- 2025-02-05 Richard Henderson New
[01/12] rust: qom: add reference counting functionality rust: remaining parts of qdev bindings - - - --- 2025-02-07 Paolo Bonzini New
[01/12] target/riscv: Source vector registers cannot overlap mask register target/riscv: Fix some RISC-V instruction corner cases - 1 - --- 2025-01-26 Anton Blanchard New
[01/13] hw/arm/virt: Remove deprecated virt-2.6 machine hw/arm: Remove virt-2.6 up to virt-2.12 machines - 1 - --- 2025-01-15 Philippe Mathieu-Daudé New
[01/14] target/arm: Report correct syndrome for UNDEFINED CNTPS_*_EL1 from EL2 and NS EL1 target/arm: Clean up some corner cases of sysreg traps - 1 - --- 2025-01-30 Peter Maydell New
[01/15] arm/cpu: Add sysreg definitions in cpu-sysregs.h arm: rework id register storage - - - --- 2025-02-07 Cornelia Huck New
[01/16] migration: Remove postcopy implications in should_send_vmdesc() migration: Switchover phase refactoring - - - --- 2025-01-14 Peter Xu New
[01/18] tests/docker: replicate the check-rust-tools-nightly CI job maintainer updates for feb25 (qtest, gdbstub, plugins) - - - --- 2025-02-03 Alex Bennée New
[01/20] qemu/compiler: Absorb 'clang-tsa.h' accel: Simplify cpu-target.c (omnibus) - 3 - --- 2025-01-23 Philippe Mathieu-Daudé New
[01/21] hw/char/imx_serial: Fix reset value of UFCR register Add i.MX 8M Plus EVK machine - - - --- 2025-01-20 Bernhard Beschow New
[01/21] hw/i386/pc: Remove unused pc_compat_2_3 declarations hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines - 3 - --- 2025-01-15 Philippe Mathieu-Daudé New
[01/22] target/arm: Rename FPST_FPCR_A32 to FPST_A32 target/arm: FEAT_AFP followups for FEAT_SME2 - - - --- 2025-01-27 Richard Henderson New
[01/22] target/riscv: remove unused macro DEFINE_CPU target/riscv: declarative CPU definitions - - - --- 2025-02-06 Paolo Bonzini New
[01/23] hw/mips/cps: Keep reference of vCPUs in MIPSCPSState hw/mips: Remove all uses of &first_cpu - - - --- 2025-01-13 Philippe Mathieu-Daudé New
[01/28] target/hexagon: Ensure not being build on system emulation cpus: Restrict CPU has_work() handlers to system emulation - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[01/42] docs/qapidoc: support header-less freeform sections docs: add sphinx-domain rST generator to qapidoc - - - --- 2025-02-05 John Snow New
[01/61] tcg: Add dbase argument to do_dup_store target/arm: Implement FEAT_SME2 - - - --- 2025-02-06 Richard Henderson New
[01/76] target/i386: Do not raise Invalid for 0 * Inf + QNaN target/arm: Implement FEAT_AFP and FEAT_RPRES - - - --- 2025-01-24 Peter Maydell New
[02/10] rust: pl011: hide unnecessarily "pub" items from outside pl011::device rust: pl011: correctly use interior mutability - 1 - --- 2025-01-17 Paolo Bonzini New
[02/10] rust: qom: add reference counting functionality rust: remaining part of qdev bindings - 1 - --- 2025-01-17 Paolo Bonzini New
[02/10] rust: vmstate: implement VMState for non-leaf types rust: (mostly) type safe VMState - 1 - --- 2025-01-17 Paolo Bonzini New
[02/10] rust/qdev: add the macro to define bit property rust: Add HPET timer device - - - --- 2025-01-25 Zhao Liu New
[02/10] target: Set disassemble_info::endian value for big-endian targets disas: Have CPUClass::disas_set_info() callback set the endianness - 1 - --- 2025-01-27 Philippe Mathieu-Daudé New
[02/11] acpi/ghes: add a firmware file with HEST address Change ghes to use HEST-based offsets and add support for error inject - 1 - --- 2025-01-22 Mauro Carvalho Chehab New
[02/11] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[02/11] hw/mips/loongson3_virt: Keep reference of vCPUs in machine_init() hw/mips/loongson3: Remove uses of &first_cpu global - - - --- 2025-01-12 Philippe Mathieu-Daudé New
[02/11] hw/sd/omap_mmc: Convert remaining 'struct omap_mmc_s' uses to OMAPMMCState hw/sd: QOMify omap-mmc, remove legacy APIs - 2 - --- 2025-01-28 Peter Maydell New
[02/11] tcg: Merge INDEX_op_qemu_*_{a32,a64}_* tcg: Cleanups after disallowing 64-on-32 - - - --- 2025-02-05 Richard Henderson New
[02/12] rust: qom: add object creation functionality rust: remaining parts of qdev bindings - - - --- 2025-02-07 Paolo Bonzini New
[02/12] target/riscv: handle vrgather mask and source overlap target/riscv: Fix some RISC-V instruction corner cases - - - --- 2025-01-26 Anton Blanchard New
[02/13] hw/arm/virt: Remove VirtMachineClass::no_pmu field hw/arm: Remove virt-2.6 up to virt-2.12 machines - 1 - --- 2025-01-15 Philippe Mathieu-Daudé New
[02/14] target/arm: Report correct syndrome for UNDEFINED AT ops with wrong NSE, NS target/arm: Clean up some corner cases of sysreg traps - - - --- 2025-01-30 Peter Maydell New
[02/15] arm/kvm: add accessors for storing host features into idregs arm: rework id register storage - - - --- 2025-02-07 Cornelia Huck New
[02/15] hw/ppc/spapr: Restrict part of PAGE_INIT hypercall to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[02/16] migration: Do not construct JSON description if suppressed migration: Switchover phase refactoring - - - --- 2025-01-14 Peter Xu New
[02/18] tests/qtest: don't attempt to clock_step while waiting for virtio ISR maintainer updates for feb25 (qtest, gdbstub, plugins) - - - --- 2025-02-03 Alex Bennée New
[02/20] user: Extract common MMAP API to 'user/mmap.h' accel: Simplify cpu-target.c (omnibus) - 2 - --- 2025-01-23 Philippe Mathieu-Daudé New
[02/21] hw/char/imx_serial: Update all state before restarting ageing timer Add i.MX 8M Plus EVK machine - - - --- 2025-01-20 Bernhard Beschow New
[02/21] hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machines hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines - - - --- 2025-01-15 Philippe Mathieu-Daudé New
[02/22] target/arm: Rename FPST_FPCR_A64 to FPST_A64 target/arm: FEAT_AFP followups for FEAT_SME2 - - - --- 2025-01-27 Richard Henderson New
[02/22] target/riscv: introduce RISCVCPUDef target/riscv: declarative CPU definitions - - - --- 2025-02-06 Paolo Bonzini New
[02/23] hw/mips/malta: Check CPU index instead of using &first_cpu hw/mips: Remove all uses of &first_cpu - - - --- 2025-01-13 Philippe Mathieu-Daudé New
[02/28] target/rx: Ensure not being build on user emulation cpus: Restrict CPU has_work() handlers to system emulation - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[02/42] qapi/parser: adjust info location for doc body section docs: add sphinx-domain rST generator to qapidoc - - - --- 2025-02-05 John Snow New
[02/61] tcg: Add dbase argument to do_dup target/arm: Implement FEAT_SME2 - - - --- 2025-02-06 Richard Henderson New
[02/76] tests/tcg/x86_64/fma: Test some x86 fused-multiply-add cases target/arm: Implement FEAT_AFP and FEAT_RPRES - - - --- 2025-01-24 Peter Maydell New
[03/10] rust: pl011: extract conversion to RegisterOffset rust: pl011: correctly use interior mutability - 1 - --- 2025-01-17 Paolo Bonzini New
[03/10] rust: qom: add object creation functionality rust: remaining part of qdev bindings - 1 - --- 2025-01-17 Paolo Bonzini New
[03/10] rust: vmstate: add varray support to vmstate_of! rust: (mostly) type safe VMState - 1 - --- 2025-01-17 Paolo Bonzini New
[03/10] rust/irq: Add a helper to convert [InterruptSource] to [*mut IRQState] rust: Add HPET timer device - - - --- 2025-01-25 Zhao Liu New
[03/10] target/arm: Set disassemble_info::endian value in disas_set_info() disas: Have CPUClass::disas_set_info() callback set the endianness - - - --- 2025-01-27 Philippe Mathieu-Daudé New
[03/11] accel: Prefer cached CpuClass over CPU_GET_CLASS() macro cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[03/11] acpi/ghes: Use HEST table offsets when preparing GHES records Change ghes to use HEST-based offsets and add support for error inject - - - --- 2025-01-22 Mauro Carvalho Chehab New
[03/11] hw/mips/loongson3_virt: Have fw_conf_init() access local loaderparams hw/mips/loongson3: Remove uses of &first_cpu global - 1 - --- 2025-01-12 Philippe Mathieu-Daudé New
[03/11] hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIs hw/sd: QOMify omap-mmc, remove legacy APIs - 2 - --- 2025-01-28 Peter Maydell New
[03/11] tcg/arm: Drop addrhi from prepare_host_addr tcg: Cleanups after disallowing 64-on-32 - - - --- 2025-02-05 Richard Henderson New
[03/12] rust: callbacks: allow passing optional callbacks as () rust: remaining parts of qdev bindings - - - --- 2025-02-07 Paolo Bonzini New
[03/12] target/riscv: handle vadd.vx form mask and source overlap target/riscv: Fix some RISC-V instruction corner cases - - - --- 2025-01-26 Anton Blanchard New
[03/13] hw/arm/virt: Remove VirtMachineClass::disallow_affinity_adjustment hw/arm: Remove virt-2.6 up to virt-2.12 machines - - - --- 2025-01-15 Philippe Mathieu-Daudé New
[03/14] target/arm: Report correct syndrome for UNDEFINED S1E2 AT ops at EL3 target/arm: Clean up some corner cases of sysreg traps - - - --- 2025-01-30 Peter Maydell New
[03/15] arm/cpu: Store aa64isar0 into the idregs arrays arm: rework id register storage - - - --- 2025-02-07 Cornelia Huck New
[03/15] target/ppc: Make ppc_ldl_code() declaration public target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[03/16] migration: Optimize postcopy on downtime by avoiding JSON writer migration: Switchover phase refactoring - - - --- 2025-01-14 Peter Xu New
[03/18] tests/qtest: don't step clock at start of npcm7xx periodic IRQ test maintainer updates for feb25 (qtest, gdbstub, plugins) - 1 - --- 2025-02-03 Alex Bennée New
[03/20] gdbstub: Check for TCG before calling tb_flush() accel: Simplify cpu-target.c (omnibus) - 2 - --- 2025-01-23 Philippe Mathieu-Daudé New
[03/21] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines - 2 - --- 2025-01-15 Philippe Mathieu-Daudé New
[03/21] hw/pci-host/designware: Expose MSI IRQ Add i.MX 8M Plus EVK machine - - - --- 2025-01-20 Bernhard Beschow New
[03/22] target/arm: Rename FPST_FPCR_F16_A32 to FPST_A32_F16 target/arm: FEAT_AFP followups for FEAT_SME2 - - - --- 2025-01-27 Richard Henderson New
[03/22] target/riscv: store RISCVCPUDef struct directly in the class target/riscv: declarative CPU definitions - - - --- 2025-02-06 Paolo Bonzini New
[03/23] hw/mips/boston: Replace bl_gen_write_ulong() -> bl_gen_write_u64() hw/mips: Remove all uses of &first_cpu - - - --- 2025-01-13 Philippe Mathieu-Daudé New
[03/28] target/tricore: Ensure not being build on user emulation cpus: Restrict CPU has_work() handlers to system emulation - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[03/42] docs/qapidoc: remove example section support docs: add sphinx-domain rST generator to qapidoc - - - --- 2025-02-05 John Snow New
[03/61] tcg: Add dbase argument to expand_clr target/arm: Implement FEAT_SME2 - - - --- 2025-02-06 Richard Henderson New
[03/76] target/arm: arm_reset_sve_state() should set FPSR, not FPCR target/arm: Implement FEAT_AFP and FEAT_RPRES - 1 - --- 2025-01-24 Peter Maydell New
[04/10] rust: add bindings for gpio_{in|out} initialization rust: Add HPET timer device - - - --- 2025-01-25 Zhao Liu New
[04/10] rust: callbacks: allow passing optional callbacks as () rust: remaining part of qdev bindings - 1 - --- 2025-01-17 Paolo Bonzini New
[04/10] rust: pl011: extract CharBackend receive logic into a separate function rust: pl011: correctly use interior mutability - 1 - --- 2025-01-17 Paolo Bonzini New
[04/10] rust: vmstate: implement Zeroable for VMStateField rust: (mostly) type safe VMState - 1 - --- 2025-01-17 Paolo Bonzini New
[04/10] target/microblaze: Set disassemble_info::endian value in disas_set_info disas: Have CPUClass::disas_set_info() callback set the endianness - 1 - --- 2025-01-27 Philippe Mathieu-Daudé New
[04/11] acpi/generic_event_device: Update GHES migration to cover hest addr Change ghes to use HEST-based offsets and add support for error inject - 2 - --- 2025-01-22 Mauro Carvalho Chehab New
[04/11] hw/mips/loongson3_virt: Pass CPU argument to get_cpu_freq_hz() hw/mips/loongson3: Remove uses of &first_cpu global - 1 - --- 2025-01-12 Philippe Mathieu-Daudé New
[04/11] hw/sd/omap_mmc: Convert to SDBus API hw/sd: QOMify omap-mmc, remove legacy APIs - 1 - --- 2025-01-28 Peter Maydell New
[04/11] tcg/i386: Drop addrhi from prepare_host_addr tcg: Cleanups after disallowing 64-on-32 - - - --- 2025-02-05 Richard Henderson New
[04/11] user: Prefer cached CpuClass over CPU_GET_CLASS() macro cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[04/12] rust: qdev: add clock creation rust: remaining parts of qdev bindings - - - --- 2025-02-07 Paolo Bonzini New
[04/12] target/riscv: handle vadd.vv form mask and source overlap target/riscv: Fix some RISC-V instruction corner cases - - - --- 2025-01-26 Anton Blanchard New
[04/13] hw/arm/virt: Remove deprecated virt-2.7 machine hw/arm: Remove virt-2.6 up to virt-2.12 machines - - - --- 2025-01-15 Philippe Mathieu-Daudé New
[04/14] target/arm: Report correct syndrome for UNDEFINED LOR sysregs when NS=0 target/arm: Clean up some corner cases of sysreg traps - 1 - --- 2025-01-30 Peter Maydell New
[04/15] arm/cpu: Store aa64isar1/2 into the idregs array arm: rework id register storage - - - --- 2025-02-07 Cornelia Huck New
[04/15] target/ppc: Move TCG specific exception handlers to tcg-excp_helper.c target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[04/16] migration: Avoid two src-downtime-end tracepoints for postcopy migration: Switchover phase refactoring - - - --- 2025-01-14 Peter Xu New
« 1 2 3 432 33 »