Show patches with: State = Action Required       |   457859 patches
« 1 2 3 44578 4579 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PATCH-for-10.1,4/4] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field - - 1 - --- 2025-03-21 Philippe Mathieu-Daudé New
[PATCH-for-10.1,3/4] tcg: Convert TCGState::mttcg_enabled to TriState tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field - - - - --- 2025-03-21 Philippe Mathieu-Daudé New
[PATCH-for-10.1,2/4] tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h' tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field - - 1 - --- 2025-03-21 Philippe Mathieu-Daudé New
[PATCH-for-10.1,1/4] target/riscv: Restrict RV128 MTTCG check on system emulation tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field - - 1 - --- 2025-03-21 Philippe Mathieu-Daudé New
tests/functional/meson.build: Bump arm_aspeed_bletchley timeout tests/functional/meson.build: Bump arm_aspeed_bletchley timeout - - - - --- 2025-03-21 Peter Maydell New
[PULL,8/8] target/loongarch: Clean up virt_cpu_irq_init() error handling [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() 1 - - - --- 2025-03-21 Markus Armbruster New
[PULL,7/8] target/loongarch: Remove unnecessary temporary variable assignment [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() - - 2 - --- 2025-03-21 Markus Armbruster New
[PULL,6/8] hw/loongarch/virt: Eliminate error_propagate() [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() - - 1 - --- 2025-03-21 Markus Armbruster New
[PULL,5/8] target/loongarch: Fix error handling of KVM feature checks [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() - 4 2 - --- 2025-03-21 Markus Armbruster New
[PULL,4/8] hw/xen: Downgrade a xen_bus_realize() non-error to warning [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() - - 1 - --- 2025-03-21 Markus Armbruster New
[PULL,3/8] hw/xen: Fix xen_bus_realize() error handling [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() - 1 1 - --- 2025-03-21 Markus Armbruster New
[PULL,2/8] error: Strip trailing '\n' from an error string argument [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() - - 3 - --- 2025-03-21 Markus Armbruster New
[PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() [PULL,1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task() - - 1 - --- 2025-03-21 Markus Armbruster New
[PULL,0/8] Error reporting patches for 2025-03-21 - - - - --- 2025-03-21 Markus Armbruster New
rust: hpet: fix decoding of timer registers rust: hpet: fix decoding of timer registers - 1 1 1 --- 2025-03-21 Paolo Bonzini New
[RFC,PATCH-for-10.1,4/4] tcg: Define guest_default_memory_order in TCGCPUOps tcg: Move TCG_GUEST_DEFAULT_MO -> TCGCPUOps::guest_default_memory_order - - 2 - --- 2025-03-21 Philippe Mathieu-Daudé New
[RFC,PATCH-for-10.1,3/4] tcg: Have tcg_req_mo() use runtime TCGContext::guest_mo tcg: Move TCG_GUEST_DEFAULT_MO -> TCGCPUOps::guest_default_memory_order - - - - --- 2025-03-21 Philippe Mathieu-Daudé New
[PATCH-for-10.1,2/4] tcg: Simplify tcg_req_mo() macro tcg: Move TCG_GUEST_DEFAULT_MO -> TCGCPUOps::guest_default_memory_order - - 2 - --- 2025-03-21 Philippe Mathieu-Daudé New
[PATCH-for-10.1,1/4] tcg: Always define TCG_GUEST_DEFAULT_MO tcg: Move TCG_GUEST_DEFAULT_MO -> TCGCPUOps::guest_default_memory_order - - 2 - --- 2025-03-21 Philippe Mathieu-Daudé New
[PULL,6/6] docs/firmware: add feature flag for host uefi variable store [PULL,1/6] hw/uefi: flush variable store to disk in post load - - 1 - --- 2025-03-21 Gerd Hoffmann New
[PULL,5/6] hw/uefi-vars-sysbus: allow for loongarch virt [PULL,1/6] hw/uefi: flush variable store to disk in post load - - 1 - --- 2025-03-21 Gerd Hoffmann New
[PULL,4/6] hw/uefi-vars-sysbus: allow for riscv virt [PULL,1/6] hw/uefi: flush variable store to disk in post load - - 2 - --- 2025-03-21 Gerd Hoffmann New
[PULL,3/6] hw/uefi: fix error handling in uefi_vars_json_load [PULL,1/6] hw/uefi: flush variable store to disk in post load - 2 1 - --- 2025-03-21 Gerd Hoffmann New
[PULL,2/6] hw/uefi: fix error handling in uefi_vars_json_save [PULL,1/6] hw/uefi: flush variable store to disk in post load - - 1 - --- 2025-03-21 Gerd Hoffmann New
[PULL,1/6] hw/uefi: flush variable store to disk in post load [PULL,1/6] hw/uefi: flush variable store to disk in post load - - 1 - --- 2025-03-21 Gerd Hoffmann New
[PULL,0/6] Uefi 20250321 patches - - - - --- 2025-03-21 Gerd Hoffmann New
[v2,3/3] rust: pl011: Check size of state struct at compile time rust: Fix PL011State size mismatch assert - - 1 - --- 2025-03-21 Peter Maydell New
[v2,2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl rust: Fix PL011State size mismatch assert - 1 1 - --- 2025-03-21 Peter Maydell New
[v2,1/3] rust: assertions: add static_assert rust: Fix PL011State size mismatch assert - - 2 - --- 2025-03-21 Peter Maydell New
virtio-net: Fix the interpretation of max_tx_vq virtio-net: Fix the interpretation of max_tx_vq - - - - --- 2025-03-21 Akihiko Odaki New
[PULL,3/3] mailmap: Update email address for Akihiko Odaki [PULL,1/3] Makefile: "make dist" generates a .xz, not .bz2 - - 1 - --- 2025-03-21 Michael Tokarev New
[PULL,2/3] docs: Explain how to use passt [PULL,1/3] Makefile: "make dist" generates a .xz, not .bz2 - - 2 - --- 2025-03-21 Michael Tokarev New
[PULL,1/3] Makefile: "make dist" generates a .xz, not .bz2 [PULL,1/3] Makefile: "make dist" generates a .xz, not .bz2 - 1 1 - --- 2025-03-21 Michael Tokarev New
[PULL,0/3] Trivial patches for 2025-03-21 - - - - --- 2025-03-21 Michael Tokarev New
[1/1] goldfish_rtc: keep time offset when resetting [1/1] goldfish_rtc: keep time offset when resetting - 1 2 - --- 2025-03-21 Heinrich Schuchardt New
[RFC] target/riscv: set vill bit if VLMAX is changed when vsetvli rs1 and rd arguments are x0 [RFC] target/riscv: set vill bit if VLMAX is changed when vsetvli rs1 and rd arguments are x0 - - - - --- 2025-03-21 Vasilis Liaskovitis New
[PULL,12/12] target/ppc: Fix e200 duplicate SPRs [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 1 - - --- 2025-03-21 Nicholas Piggin New
[PULL,11/12] target/ppc: Fix facility interrupt checks for VSX [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 2 1 - --- 2025-03-21 Nicholas Piggin New
[PULL,10/12] ppc/spapr: fix default cpu for pre-9.0 machines. [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 1 2 - --- 2025-03-21 Nicholas Piggin New
[PULL,09/12] ppc/amigaone: Constify default_env [PULL,01/12] ppc/spapr: Fix RTAS stopped state - - 2 - --- 2025-03-21 Nicholas Piggin New
[PULL,08/12] ppc/amigaone: Check blk_pwrite return value [PULL,01/12] ppc/spapr: Fix RTAS stopped state - - 1 - --- 2025-03-21 Nicholas Piggin New
[PULL,07/12] ppc/pnv: Fix system symbols in HOMER structure definitions [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 1 1 - --- 2025-03-21 Nicholas Piggin New
[PULL,06/12] ppc/pnv: Move the PNOR LPC address into struct PnvPnor [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 1 1 - --- 2025-03-21 Nicholas Piggin New
[PULL,05/12] ppc/spapr: Fix possible pa_features memory overflow [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 1 2 - --- 2025-03-21 Nicholas Piggin New
[PULL,04/12] ppc/xive2: Fix logical / bitwise comparison typo [PULL,01/12] ppc/spapr: Fix RTAS stopped state - - 1 - --- 2025-03-21 Nicholas Piggin New
[PULL,03/12] pnv/xive: Fix possible undefined shift error in group size calculation [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 1 1 - --- 2025-03-21 Nicholas Piggin New
[PULL,02/12] ppc/xive: Fix typo in crowd block level calculation [PULL,01/12] ppc/spapr: Fix RTAS stopped state - 1 - - --- 2025-03-21 Nicholas Piggin New
[PULL,01/12] ppc/spapr: Fix RTAS stopped state [PULL,01/12] ppc/spapr: Fix RTAS stopped state - - - 1 --- 2025-03-21 Nicholas Piggin New
[PULL,00/12] ppc-for-10.0-2 queue - - - - --- 2025-03-21 Nicholas Piggin New
[PULL,3/3] target/loongarch: fix bad shift in check_ps() [PULL,1/3] host/include/loongarch64: Fix inline assembly compatibility with Clang - 1 1 - --- 2025-03-21 bibo mao New
[PULL,2/3] docs/system: Add entry for LoongArch system [PULL,1/3] host/include/loongarch64: Fix inline assembly compatibility with Clang - - 1 - --- 2025-03-21 bibo mao New
[PULL,1/3] host/include/loongarch64: Fix inline assembly compatibility with Clang [PULL,1/3] host/include/loongarch64: Fix inline assembly compatibility with Clang - 1 2 - --- 2025-03-21 bibo mao New
[PULL,0/3] loongarch-to-apply queue - - - - --- 2025-03-21 bibo mao New
[RFC,3/3] vdagent: Drop blocker to support migration Support live migration for qemu-vdagent chardev - - - - --- 2025-03-21 Yong Huang New
[RFC,2/3] vdagent: Set up mouse and clipboard after live migration Support live migration for qemu-vdagent chardev - - - - --- 2025-03-21 Yong Huang New
[RFC,1/3] vdagent: Wrap vdagent_register_to_qemu_clipboard function Support live migration for qemu-vdagent chardev - - - - --- 2025-03-21 Yong Huang New
[v6,6/6] target/loongarch: Clean up virt_cpu_irq_init() error handling target/loongarch: Fix some issues reported from coccinelle 1 - - - --- 2025-03-21 bibo mao New
[v6,5/6] target/loongarch: Remove unnecessary temporary variable assignment target/loongarch: Fix some issues reported from coccinelle - - 2 - --- 2025-03-21 bibo mao New
[v6,4/6] hw/loongarch/virt: Eliminate error_propagate() target/loongarch: Fix some issues reported from coccinelle - - 1 - --- 2025-03-21 bibo mao New
[v6,3/6] hw/loongarch/virt: Fix error handling in cpu unplug target/loongarch: Fix some issues reported from coccinelle - 1 - - --- 2025-03-21 bibo mao New
[v6,2/6] hw/loongarch/virt: Fix error handling in cpu plug target/loongarch: Fix some issues reported from coccinelle - 1 - - --- 2025-03-21 bibo mao New
[v6,1/6] target/loongarch: Fix error handling of KVM feature checks target/loongarch: Fix some issues reported from coccinelle - 4 2 - --- 2025-03-21 bibo mao New
[v2] target/loongarch: fix bad shift in check_ps() [v2] target/loongarch: fix bad shift in check_ps() - 1 1 - --- 2025-03-21 Song Gao New
[v2,30/30] hw/arm: make most of the compilation units common single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,29/30] hw/arm/xlnx-versal: prepare compilation unit to be common single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,28/30] hw/arm/xlnx-zynqmp: prepare compilation unit to be common single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,27/30] hw/arm/digic_boards: prepare compilation unit to be common single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,26/30] hw/arm/armv7m: prepare compilation unit to be common single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,25/30] hw/arm/boot: make compilation unit hw common single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,24/30] meson: add common hw files single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,23/30] target/arm/cpu: remove inline stubs for aarch32 emulation single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,22/30] target/arm/cpu: define same set of registers for aarch32 and aarch64 single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,21/30] target/arm/cpu: flags2 is always uint64_t single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,20/30] target/arm/cpu: always define kvm related registers single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,19/30] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,18/30] accel/kvm: move KVM_HAVE_MCE_INJECTION define to kvm-all.c single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,17/30] exec/target_page: runtime defintion for TARGET_PAGE_BITS_MIN single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,16/30] exec/cpu-all: remove this header single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,15/30] exec/cpu-all: transfer exec/cpu-common include to cpu.h headers single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,14/30] exec/cpu-all: remove cpu include single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,13/30] accel/tcg: fix missing includes for TARGET_HAS_PRECISE_SMC single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,12/30] accel/tcg: fix missing includes for TCG_GUEST_DEFAULT_MO single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,11/30] exec/cpu-all: remove hw/core/cpu.h include single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,10/30] exec/cpu-all: remove exec/target_page include single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,09/30] exec/cpu-all: remove exec/cpu-defs include single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,08/30] exec/cpu-all: remove exec/cpu-interrupt include single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,07/30] exec/cpu-all: remove tswap include single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,06/30] exec/cpu-all: remove exec/page-protection include single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,05/30] exec/cpu-all: remove system/memory include single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,04/30] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,03/30] exec/cpu-all: move cpu_copy to linux-user/qemu.h single-binary: start make hw/arm/ common - - 1 - --- 2025-03-20 Pierrick Bouvier New
[v2,02/30] exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[v2,01/30] exec/cpu-all: remove BSWAP_NEEDED single-binary: start make hw/arm/ common - - - - --- 2025-03-20 Pierrick Bouvier New
[RFC,PATCH-for-10.1,6/6] qom: Test object_class_get_list() qom: Add object_class_implements_type() - - - - --- 2025-03-20 Philippe Mathieu-Daudé New
[PATCH-for-10.1,5/6] qom: Use object_class_implements_type() in object_class_foreach() qom: Add object_class_implements_type() - - - - --- 2025-03-20 Philippe Mathieu-Daudé New
[PATCH-for-10.1,4/6] qom: Prefer object_class_implements_type() to check type implementation qom: Add object_class_implements_type() - - - - --- 2025-03-20 Philippe Mathieu-Daudé New
[PATCH-for-10.1,3/6] qom: Test object_class_implements_type() qom: Add object_class_implements_type() - - - - --- 2025-03-20 Philippe Mathieu-Daudé New
[PATCH-for-10.1,2/6] qom: Add object_class_implements_type() qom: Add object_class_implements_type() - - - - --- 2025-03-20 Philippe Mathieu-Daudé New
[PATCH-for-10.1,1/6] qom: Factor object_class_dynamic_cast_ambiguous() out qom: Add object_class_implements_type() - - - - --- 2025-03-20 Philippe Mathieu-Daudé New
[3/3] rust: pl011: Check size of state struct at compile time rust: Fix PL011State size mismatch assert - - 1 - --- 2025-03-20 Peter Maydell New
« 1 2 3 44578 4579 »