Show patches with: Archived = No       |   3470 patches
« 1 2 ... 4 5 634 35 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PATCH-for-10.0,05/12] hw/gpio/pca9552: Categorize and add description hw: Categorize few devices and add their descriptions - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.0,04/12] hw/dma/i82374: Categorize and add description hw: Categorize few devices and add their descriptions - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.0,03/12] hw/display/dm163: Add description hw: Categorize few devices and add their descriptions - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.0,02/12] hw/block/m25p80: Categorize and add description hw: Categorize few devices and add their descriptions - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.0,01/12] hw/audio/wm8750: Categorize and add description hw: Categorize few devices and add their descriptions - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[qemu,1/1] Add IOURING_SETUP_SINGLE_ISSUER flag to improve iouring performance Add IOURING_SETUP_SINGLE_ISSUER flag to improve iouring performance - - - --- 2025-03-25 ~h0lyalg0rithm New
[15/15] Remove the remainders of the Avocado tests Convert remaining Avocado tests to functional - 2 - --- 2025-03-25 Thomas Huth New
[14/15] gitlab-ci: Update QEMU_JOB_AVOCADO and QEMU_CI_AVOCADO_TESTING Convert remaining Avocado tests to functional - - - --- 2025-03-25 Thomas Huth New
[13/15] tests/functional: Convert the SMMU test to the functional framework Convert remaining Avocado tests to functional - 1 1 --- 2025-03-25 Thomas Huth New
[12/15] tests/functional: Use the tuxrun kernel for the aarch64 replay test Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[11/15] tests/functional: Use the tuxrun kernel for the x86 replay test Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[10/15] tests/avocado: Remove the boot_linux.py tests Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[09/15] tests/functional: Convert the 64-bit big endian Wheezy mips test Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[08/15] tests/functional: Convert the 64-bit little endian Wheezy mips test Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[07/15] tests/functional: Convert the 32-bit little endian Wheezy mips test Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[06/15] tests/functional: Convert the 32-bit big endian Wheezy mips test Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[05/15] tests/avocado: Remove the LinuxKernelTest class Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[04/15] tests/functional: Convert the i386 replay avocado test Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[03/15] tests/functional: Convert reverse_debugging tests to the functional framework Convert remaining Avocado tests to functional - - - --- 2025-03-25 Thomas Huth New
[02/15] tests/functional: Move the check for the parameters from avocado to functional Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
[01/15] gitlab-ci: Remove the avocado tests from the CI pipelines Convert remaining Avocado tests to functional - 1 - --- 2025-03-25 Thomas Huth New
vfio/igd: Check host PCI address when probing vfio/igd: Check host PCI address when probing - - - --- 2025-03-25 Tomita Moeko New
[15/15] fuse: Increase MAX_WRITE_SIZE with a second buffer export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[14/15] fuse: Implement multi-threading export/fuse: Use coroutines and multi-threading - - - --- 2025-03-25 Hanna Czenczek New
[13/15] fuse: Process requests in coroutines export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[12/15] fuse: Reduce max read size export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[11/15] fuse: Manually process requests (without libfuse) export/fuse: Use coroutines and multi-threading - - - --- 2025-03-25 Hanna Czenczek New
[10/15] fuse: Add halted flag export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[09/15] fuse: Introduce fuse_{inc,dec}_in_flight() export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[08/15] fuse: Introduce fuse_{at,de}tach_handlers() export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[07/15] fuse: Set direct_io and parallel_direct_writes export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[06/15] fuse: Fix mount options export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[05/15] fuse: Change setup_... to mount_fuse_export() export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[04/15] fuse: Explicitly set inode ID to 1 export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[03/15] fuse: Remove superfluous empty line export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[02/15] fuse: Ensure init clean-up even with error_fatal export/fuse: Use coroutines and multi-threading - 1 - --- 2025-03-25 Hanna Czenczek New
[01/15] fuse: Copy write buffer content before polling export/fuse: Use coroutines and multi-threading - - - --- 2025-03-25 Hanna Czenczek New
[PATCH-for-10.1] gdbstub/helpers: Remove ldtul_p() macro definitions [PATCH-for-10.1] gdbstub/helpers: Remove ldtul_p() macro definitions - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,v2] target/riscv/gdbstub: Replace ldtul_p() -> ldn_p(sizeof(target_ulong)) [PATCH-for-10.1,v2] target/riscv/gdbstub: Replace ldtul_p() -> ldn_p(sizeof(target_ulong)) - 2 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1] target/i386/gdbstub: Replace ldtul_p() -> ldq_p() [PATCH-for-10.1] target/i386/gdbstub: Replace ldtul_p() -> ldq_p() - 2 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,8/8] target/mips: Introduce mips_env_64bit_enabled() helper target/mips: Make 'cpu-qom.h' target agnostic - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,7/8] target/mips: Get CPU register size using mips_cpu_is_64bit() target/mips: Make 'cpu-qom.h' target agnostic - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,6/8] target/mips: Introduce mips_cpu_is_64bit() helper target/mips: Make 'cpu-qom.h' target agnostic - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,5/8] target/mips: Replace ldtul_p() -> ldn_p(sizeof(target_ulong)) target/mips: Make 'cpu-qom.h' target agnostic - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,4/8] target/mips: Prefix MMU API with 'mips_' target/mips: Make 'cpu-qom.h' target agnostic - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,3/8] target/mips: Make MIPS_CPU common to new MIPS32_CPU / MIPS64_CPU types target/mips: Make 'cpu-qom.h' target agnostic - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,2/8] target/mips: Declare CPU QOM types using DEFINE_TYPES() macro target/mips: Make 'cpu-qom.h' target agnostic - 2 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,1/8] cpus: Open code OBJECT_DECLARE_TYPE() in OBJECT_DECLARE_CPU_TYPE() target/mips: Make 'cpu-qom.h' target agnostic 1 - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,5/5] exec/target_long: Remove TARGET_LONG_SIZE definition exec: Remove TARGET_LONG_SIZE definition - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,4/5] user/tswap: Replace TARGET_LONG_SIZE -> TARGET_LONG_BITS exec: Remove TARGET_LONG_SIZE definition - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,3/5] target/ppc/gdbstub: Replace TARGET_LONG_SIZE -> sizeof(target_ulong) exec: Remove TARGET_LONG_SIZE definition - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,2/5] gdbstub: Remove ldtul_be_p() and ldtul_le_p() macros exec: Remove TARGET_LONG_SIZE definition - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,1/5] target/i386: Use explicit little-endian LD/ST API exec: Remove TARGET_LONG_SIZE definition - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,4/4] target/sparc: Move hardware fields from CPUSPARCState to SPARCCPU target/sparc: Spring cleanups around CPU features & LEON3 - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,3/4] target/sparc: Log unimplemented ASI load/store accesses target/sparc: Spring cleanups around CPU features & LEON3 - 1 - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,2/4] target/sparc: Restrict SPARC64 specific features target/sparc: Spring cleanups around CPU features & LEON3 - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[PATCH-for-10.1,1/4] target/sparc: Expose more CPU features target/sparc: Spring cleanups around CPU features & LEON3 - - - --- 2025-03-25 Philippe Mathieu-Daudé New
[v6,10/10] ppc/pnv: Add ChipTOD model for Power11 Power11 support for QEMU [PowerNV] - - - --- 2025-03-25 Aditya Gupta New
[v6,09/10] ppc/pnv: Add PHB5 PCIe Host bridge to Power11 Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,08/10] ppc/pnv: Add XIVE2 controller to Power11 Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,07/10] ppc/pnv: Introduce Power11 PowerNV machine Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,06/10] ppc/pnv: Introduce Pnv11Chip Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,05/10] ppc/pnv: Add SBE model for Power11 Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,04/10] ppc/pnv: Add a PSI bridge model for Power11 Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,03/10] ppc/pnv: Add OCC for Power11 Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,02/10] ppc/pnv: Add a LPC controller for Power11 Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[v6,01/10] ppc/pnv: Add HOMER for Power11 Power11 support for QEMU [PowerNV] - 1 - --- 2025-03-25 Aditya Gupta New
[test] target/arm: add bounding a->imm assertion [test] target/arm: add bounding a->imm assertion - - - --- 2025-03-25 Anastasia Belova New
[RFC] target/arm: add bounding a->imm assertion [RFC] target/arm: add bounding a->imm assertion - - - --- 2025-03-25 Anastasia Belova New
[RFC] target/arm: add bounding a->imm assertion [RFC] target/arm: add bounding a->imm assertion - - - --- 2025-03-25 Anastasia Belova New
tests/functional: Skip the screendump tests if the command is not available tests/functional: Skip the screendump tests if the command is not available - - - --- 2025-03-25 Thomas Huth New
tests/functional: Skip the screendump tests if the command is not available tests/functional: Skip the screendump tests if the command is not available - - - --- 2025-03-25 Thomas Huth New
[Stable-9.2.3,69/69] hw/intc/aspeed: Fix IRQ handler mask check Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,68/69] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,67/69] target/riscv: fix handling of nop for vstart >= vl in some vector instruction Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,66/69] target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,65/69] Makefile: "make dist" generates a .xz, not .bz2 Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,51/51] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,64/69] target/ppc: Fix e200 duplicate SPRs Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - - - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,50/51] target/ppc: Fix e200 duplicate SPRs Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - - - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,63/69] target/ppc: Fix facility interrupt checks for VSX Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,49/51] linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,62/69] ppc/spapr: fix default cpu for pre-9.0 machines. Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 2 - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,48/51] docs/about/emulation: Fix broken link Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - 2 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,61/69] host/include/loongarch64: Fix inline assembly compatibility with Clang Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 2 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,60/69] linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,47/51] vdpa: Allow vDPA to work on big-endian machine Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) 1 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,59/69] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,45/51] target/loongarch: Fix vldi inst Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - 1 1 --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,44/51] target/arm: Simplify pstate_sm check in sve_access_check Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,58/69] target/riscv: fix access permission checks for CSR_SSP Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,43/51] target/arm: Make DisasContext.{fp, sve}_access_checked tristate Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,57/69] docs/about/emulation: Fix broken link Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 2 - --- 2025-03-25 Michael Tokarev New
[Stable-8.2.10,42/51] util/cacheflush: Make first DSB unconditional on aarch64 Patch Round-up for stable 8.2.10, freeze on 2025-03-24 (frozen) - 2 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,56/69] vdpa: Allow vDPA to work on big-endian machine Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) 1 1 - --- 2025-03-25 Michael Tokarev New
[Stable-7.2.17,34/34] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function Patch Round-up for stable 7.2.17, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,54/69] target/loongarch: Fix vldi inst Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 1 --- 2025-03-25 Michael Tokarev New
[Stable-9.2.3,53/69] target/arm: Simplify pstate_sm check in sve_access_check Patch Round-up for stable 9.2.3, freeze on 2025-03-24 (frozen) - 1 - --- 2025-03-25 Michael Tokarev New
[Stable-7.2.17,33/34] target/ppc: Fix e200 duplicate SPRs Patch Round-up for stable 7.2.17, freeze on 2025-03-24 (frozen) - - - --- 2025-03-25 Michael Tokarev New
[Stable-7.2.17,32/34] vdpa: Allow vDPA to work on big-endian machine Patch Round-up for stable 7.2.17, freeze on 2025-03-24 (frozen) 1 1 - --- 2025-03-25 Michael Tokarev New
« 1 2 ... 4 5 634 35 »