Show patches with: State = Action Required       |   440450 patches
« 1 2 ... 7 8 94404 4405 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,22/48] target/i386/kvm: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,21/48] migration: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 3 - --- 2024-09-12 Pierrick Bouvier New
[v2,20/48] hw/ppc: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,19/48] hw/pci: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 1 - --- 2024-09-12 Pierrick Bouvier New
[v2,18/48] hw/nvme: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,17/48] hw/net: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 1 - --- 2024-09-12 Pierrick Bouvier New
[v2,16/48] hw/hyperv: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,15/48] block: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 3 - --- 2024-09-12 Pierrick Bouvier New
[v2,13/48] tests/unit: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 1 - --- 2024-09-12 Pierrick Bouvier New
[v2,12/48] tests/qtest: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,11/48] target/ppc: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,10/48] system: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,09/48] qobject: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,08/48] migration: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,07/48] hw/watchdog: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 3 - --- 2024-09-12 Pierrick Bouvier New
[v2,06/48] hw/net: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 1 - --- 2024-09-12 Pierrick Bouvier New
[v2,05/48] hw/core: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,04/48] hw/char: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 2 - --- 2024-09-12 Pierrick Bouvier New
[v2,03/48] hw/arm: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 1 - --- 2024-09-12 Pierrick Bouvier New
[v2,02/48] hw/acpi: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 1 - --- 2024-09-12 Pierrick Bouvier New
[v2,01/48] docs/spin: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0, false) - - 1 - --- 2024-09-12 Pierrick Bouvier New
[1/1] softmmu/physmem.c: Keep transaction attribute in address_space_map() Keep transaction attribute in address_space_map() - 1 1 - --- 2024-09-12 Fea.Wang New
[PULL,v2,61/61] ui: remove break after g_assert_not_reached() Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,57/61] system: replace assert(0) with g_assert_not_reached() Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,56/61] hw/pci-host: remove break after g_assert_not_reached() Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,55/61] hw/misc: remove break after g_assert_not_reached() Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,54/61] hw/gpio: remove break after g_assert_not_reached() Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,53/61] hw/watchdog: replace assert(0) with g_assert_not_reached() Untitled series #423568 - - 3 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,52/61] hw/core: replace assert(0) with g_assert_not_reached() Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,51/61] hw/char: replace assert(0) with g_assert_not_reached() Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,48/61] hw/sensor/tmp105: Lower 4 bit of limit registers are always 0 Untitled series #423568 - - 2 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,47/61] hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0 Untitled series #423568 - - 1 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,46/61] hw/sensor/tmp105: Pass 'oneshot' argument to tmp105_alarm_update() Untitled series #423568 - - 1 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,45/61] hw/sensor/tmp105: Use registerfields API Untitled series #423568 - - 1 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,44/61] hw/sensor/tmp105: Coding style fixes Untitled series #423568 - - 1 - --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,00/61] Misc HW & UI patches for 2024-09-12 - - - - --- 2024-09-12 Philippe Mathieu-Daudé New
[RFC] ppc/spapr: Change printf format to %HWADDR_PRId for MIN_RMA_SLOF [RFC] ppc/spapr: Change printf format to %HWADDR_PRId for MIN_RMA_SLOF - - - - --- 2024-09-12 Aditya Gupta New
accel/kvm: refactor dirty ring setup accel/kvm: refactor dirty ring setup - - - - --- 2024-09-12 Ani Sinha New
[PULL,5/5] target/sparc: Add gen_trap_if_nofpu_fpexception [PULL,1/5] target/sparc: Add FQ and FSR.QNE 1 - - 1 --- 2024-09-12 Richard Henderson New
[PULL,4/5] target/sparc: Implement STDFQ [PULL,1/5] target/sparc: Add FQ and FSR.QNE 1 - - 1 --- 2024-09-12 Richard Henderson New
[PULL,3/5] target/sparc: Add FSR_QNE to tb_flags [PULL,1/5] target/sparc: Add FQ and FSR.QNE 1 - 1 1 --- 2024-09-12 Richard Henderson New
[PULL,2/5] target/sparc: Populate sparc32 FQ when raising fp exception [PULL,1/5] target/sparc: Add FQ and FSR.QNE 1 - - 1 --- 2024-09-12 Richard Henderson New
[PULL,1/5] target/sparc: Add FQ and FSR.QNE [PULL,1/5] target/sparc: Add FQ and FSR.QNE 1 - 1 1 --- 2024-09-12 Richard Henderson New
[PULL,0/5] target/sparc patch queue - - - - --- 2024-09-12 Richard Henderson New
[PULL,47/47] hw/intc: riscv-imsic: Fix interrupt state updates. [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,46/47] target/riscv/cpu_helper: Fix linking problem with semihosting disabled [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,45/47] target/riscv32: Fix masking of physical address [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - 1 2 - --- 2024-09-12 Alistair Francis New
[PULL,44/47] target: riscv: Add Svvptc extension support [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,43/47] hw/riscv: Respect firmware ELF entry point [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,42/47] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,41/47] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,40/47] bsd-user: Implement 'get_mcontext' for RISC-V [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,39/47] bsd-user: Implement RISC-V signal trampoline setup functions [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,38/47] bsd-user: Define RISC-V signal handling structures and constants [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,37/47] bsd-user: Add generic RISC-V64 target definitions [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,36/47] bsd-user: Define RISC-V system call structures and constants [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,35/47] bsd-user: Define RISC-V VM parameters and helper functions [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,34/47] bsd-user: Add RISC-V thread setup and initialization support [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,33/47] bsd-user: Implement RISC-V sysarch system call emulation [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,32/47] bsd-user: Add RISC-V signal trampoline setup function [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,31/47] bsd-user: Define RISC-V register structures and register copying [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,30/47] bsd-user: Add RISC-V ELF definitions and hardware capability detection [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,29/47] bsd-user: Implement RISC-V TLS register setup [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,28/47] bsd-user: Implement RISC-V CPU register cloning and reset functions [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,27/47] bsd-user: Add RISC-V CPU execution loop and syscall handling [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,26/47] bsd-user: Implement RISC-V CPU initialization and main loop [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,25/47] docs/specs: add riscv-iommu [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,24/47] qtest/riscv-iommu-test: add init queues test [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - 1 - --- 2024-09-12 Alistair Francis New
[PULL,23/47] hw/riscv/riscv-iommu: add DBG support [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 2 - --- 2024-09-12 Alistair Francis New
[PULL,22/47] hw/riscv/riscv-iommu: add ATS support [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - 1 - --- 2024-09-12 Alistair Francis New
[PULL,21/47] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC) [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - 1 - --- 2024-09-12 Alistair Francis New
[PULL,20/47] test/qtest: add riscv-iommu-pci tests [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - 1 - --- 2024-09-12 Alistair Francis New
[PULL,19/47] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 2 - --- 2024-09-12 Alistair Francis New
[PULL,18/47] hw/riscv: add riscv-iommu-pci reference device [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 2 - --- 2024-09-12 Alistair Francis New
[PULL,17/47] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 2 - --- 2024-09-12 Alistair Francis New
[PULL,16/47] hw/riscv: add RISC-V IOMMU base emulation [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - - - --- 2024-09-12 Alistair Francis New
[PULL,15/47] hw/riscv: add riscv-iommu-bits.h [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 3 - --- 2024-09-12 Alistair Francis New
[PULL,14/47] exec/memtxattr: add process identifier to the transaction attributes [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 3 - --- 2024-09-12 Alistair Francis New
[PULL,13/47] target/riscv: Add textra matching condition for the triggers [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,12/47] target/riscv: Preliminary textra trigger CSR writting support [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,11/47] util/util/cpuinfo-riscv.c: fix riscv64 build on musl libc [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,10/47] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 2 - --- 2024-09-12 Alistair Francis New
[PULL,09/47] target/riscv: Stop timer with infinite timecmp [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - 1 1 - --- 2024-09-12 Alistair Francis New
[PULL,08/47] target/riscv/kvm: Fix the group bit setting of AIA [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,07/47] target: riscv: Enable Bit Manip for OpenTitan Ibex CPU [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,06/47] target/riscv: fix za64rs enabling [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - 1 2 - --- 2024-09-12 Alistair Francis New
[PULL,05/47] target/riscv/tcg/tcg-cpu.c: consider MISA bit choice in implied rule [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - 1 1 - --- 2024-09-12 Alistair Francis New
[PULL,04/47] tests/acpi: Add expected ACPI SRAT AML file for RISC-V [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - 1 - --- 2024-09-12 Alistair Francis New
[PULL,03/47] tests/qtest/bios-tables-test.c: Enable numamem testing for RISC-V [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - 1 - --- 2024-09-12 Alistair Francis New
[PULL,02/47] tests/acpi: Add empty ACPI SRAT data file for RISC-V [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) 1 - 1 - --- 2024-09-12 Alistair Francis New
[PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) [PULL,01/47] target/riscv: Add a property to set vl to ceil(AVL/2) - - 1 - --- 2024-09-12 Alistair Francis New
[PULL,00/47] riscv-to-apply queue - - - - --- 2024-09-12 Alistair Francis New
vfio/pci: Fix null pointer deference from error API vfio/pci: Fix null pointer deference from error API - - - - --- 2024-09-12 Jim Shu New
[v3,29/29] target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree target/arm: AdvSIMD decodetree conversion, part 4 - - 1 - --- 2024-09-12 Richard Henderson New
[v3,28/29] target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree target/arm: AdvSIMD decodetree conversion, part 4 - - 1 - --- 2024-09-12 Richard Henderson New
[v3,27/29] target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetree target/arm: AdvSIMD decodetree conversion, part 4 - - 1 - --- 2024-09-12 Richard Henderson New
[v3,26/29] target/arm: Widen NeonGenNarrowEnvFn return to 64 bits target/arm: AdvSIMD decodetree conversion, part 4 - - 1 - --- 2024-09-12 Richard Henderson New
[v3,25/29] target/arm: Convert VQSHL, VQSHLU to gvec target/arm: AdvSIMD decodetree conversion, part 4 - - 1 - --- 2024-09-12 Richard Henderson New
[v3,24/29] target/arm: Convert handle_scalar_simd_shli to decodetree target/arm: AdvSIMD decodetree conversion, part 4 - - 1 - --- 2024-09-12 Richard Henderson New
« 1 2 ... 7 8 94404 4405 »