Show patches with: State = Action Required       |   325350 patches
« 1 2 3 43253 3254 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,16/34] next-cube: rearrange NeXTState declarations to improve readability next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,15/34] next-cube: remove unused next.scr memory region next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,14/34] next-cube: add empty slots for unknown accesses to next.scr memory region next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,13/34] next-cube: move en ethernet MMIO to separate memory region on next-pc device next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,12/34] next-cube: move timer MMIO to separate memory region on next-pc device next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,11/34] next-cube: move ESCC to be QOM child of next-pc device next-cube: more tidy-ups and improvements - - - --- 2024-12-12 Mark Cave-Ayland New
[v2,10/34] next-cube: map ESCC registers as a subregion of the next.scr memory region next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,09/34] next-cube: move floppy disk MMIO to separate memory region in next-pc next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,08/34] next-cube: move SCSI 4020/4021 logic from next-pc device to next-scsi device next-cube: more tidy-ups and improvements - - - --- 2024-12-12 Mark Cave-Ayland New
[v2,07/34] next-cube: move SCSI CSRs from next-pc to the next-scsi device next-cube: more tidy-ups and improvements - - - --- 2024-12-12 Mark Cave-Ayland New
[v2,06/34] next-cube: introduce next-scsi device next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,05/34] next-cube: introduce next_pc_init() object init function next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,04/34] next-cube: move next_scsi_init() to next_pc_realize() next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,03/34] next-cube: create new next.scsi container memory region next-cube: more tidy-ups and improvements - - - --- 2024-12-12 Mark Cave-Ayland New
[v2,02/34] next-cube: remove overlap between next.dma and next.mmio memory regions next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
[v2,01/34] next-cube: remove 0x14020 dummy value from next_mmio_read() next-cube: more tidy-ups and improvements - 1 - --- 2024-12-12 Mark Cave-Ayland New
hw/display: refine upper limit for offset value in assert check hw/display: refine upper limit for offset value in assert check - - - --- 2024-12-12 gerben@altlinux.org New
[v4,2/2] hw/ide/ahci: Extract TYPE_SYSBUS_AHCI into dedicated file AHCI cleanup - - - --- 2024-12-12 Bernhard Beschow New
[v4,1/2] hw/ide/ahci: Decouple from PCI AHCI cleanup - - - --- 2024-12-12 Bernhard Beschow New
[v3,4/4] qapi: expose all schema features to code qapi: generalize special features - - - --- 2024-12-12 Daniel P. Berrangé New
[v3,3/4] qapi: rename 'special_features' to 'features' qapi: generalize special features - 1 - --- 2024-12-12 Daniel P. Berrangé New
[v3,2/4] qapi: change 'unsigned special_features' to 'uint64_t features' qapi: generalize special features - 1 - --- 2024-12-12 Daniel P. Berrangé New
[v3,1/4] qapi: cope with feature names containing a '-' qapi: generalize special features - - - --- 2024-12-12 Daniel P. Berrangé New
parallels: fix ext_off assertion failure due to overflow parallels: fix ext_off assertion failure due to overflow - - - --- 2024-12-12 gerben@altlinux.org New
[2/2] system: Restrict libpmem and libdaxctl CPPFLAGS to physmem.c system/meson: Restrict libSDL/libpmem/libdaxctl CPPFLAGS to vl/physmem - - - --- 2024-12-12 Philippe Mathieu-Daudé New
[1/2] system: Restrict libSDL CPPFLAGS to vl.c system/meson: Restrict libSDL/libpmem/libdaxctl CPPFLAGS to vl/physmem - - - --- 2024-12-12 Philippe Mathieu-Daudé New
[11/11] usb/msd: Add more tracing usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[10/11] usb/msd: Permit a DATA-IN or CSW packet before CBW packet usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[09/11] usb/msd: Rename mode to cbw_state, and tweak names usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[08/11] usb/msd: Add some additional assertions usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[07/11] usb/msd: Split async packet tracking into data and csw usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[06/11] usb/msd: Allow CBW packet size greater than 31 usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[05/11] usb/msd: Improve packet validation error logging usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[04/11] usb/msd: Improved handling of mass storage reset usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[03/11] usb/msd: Ensure packet structure layout is correct usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[02/11] usb/msd: Split in and out packet handling usb/msd: Permit relaxed ordering of IN packets - - - --- 2024-12-12 Nicholas Piggin New
[01/11] usb/msd: Add status to usb_msd_packet_complete() function usb/msd: Permit relaxed ordering of IN packets - 1 - --- 2024-12-12 Nicholas Piggin New
[1/1] pc-bios: add missing riscv64 descriptor [1/1] pc-bios: add missing riscv64 descriptor - - - --- 2024-12-12 Heinrich Schuchardt New
hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr` hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr` - - - --- 2024-12-12 Li Zhijian New
[v2,2/2] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model - - - --- 2024-12-12 Nicholas Piggin New
[v2,1/2] hw/usb/hcd-xhci-pci: Make PCI device more configurable hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model - - - --- 2024-12-12 Nicholas Piggin New
roms: re-add edk2-basetools target roms: re-add edk2-basetools target - - - --- 2024-12-12 Gerd Hoffmann New
[v6,20/20] tests/qtest: Add intel-iommu test intel_iommu: Enable stage-1 translation for emulated device 2 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,19/20] intel_iommu: Introduce a property to control FS1GP cap bit setting intel_iommu: Enable stage-1 translation for emulated device 1 2 - --- 2024-12-12 Zhenzhong Duan New
[v6,18/20] intel_iommu: Introduce a property x-flts for stage-1 translation intel_iommu: Enable stage-1 translation for emulated device - 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,17/20] tests/acpi: q35: Update host address width in DMAR intel_iommu: Enable stage-1 translation for emulated device 1 - - --- 2024-12-12 Zhenzhong Duan New
[v6,16/20] intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2 intel_iommu: Enable stage-1 translation for emulated device 1 2 - --- 2024-12-12 Zhenzhong Duan New
[v6,15/20] tests/acpi: q35: allow DMAR acpi table changes intel_iommu: Enable stage-1 translation for emulated device 1 - - --- 2024-12-12 Zhenzhong Duan New
[v6,14/20] intel_iommu: piotlb invalidation should notify unmap intel_iommu: Enable stage-1 translation for emulated device 1 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,13/20] intel_iommu: Add support for PASID-based device IOTLB invalidation intel_iommu: Enable stage-1 translation for emulated device 1 - - --- 2024-12-12 Zhenzhong Duan New
[v6,12/20] intel_iommu: Add an internal API to find an address space with PASID intel_iommu: Enable stage-1 translation for emulated device 1 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,11/20] intel_iommu: Process PASID-based iotlb invalidation intel_iommu: Enable stage-1 translation for emulated device 1 2 - --- 2024-12-12 Zhenzhong Duan New
[v6,10/20] intel_iommu: Flush stage-1 cache in iotlb invalidation intel_iommu: Enable stage-1 translation for emulated device 1 2 - --- 2024-12-12 Zhenzhong Duan New
[v6,09/20] intel_iommu: Set accessed and dirty bits during stage-1 translation intel_iommu: Enable stage-1 translation for emulated device 1 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,08/20] intel_iommu: Check stage-1 translation result with interrupt range intel_iommu: Enable stage-1 translation for emulated device 1 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,07/20] intel_iommu: Check if the input address is canonical intel_iommu: Enable stage-1 translation for emulated device 1 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,06/20] intel_iommu: Implement stage-1 translation intel_iommu: Enable stage-1 translation for emulated device 1 - - --- 2024-12-12 Zhenzhong Duan New
[v6,05/20] intel_iommu: Rename slpte to pte intel_iommu: Enable stage-1 translation for emulated device 1 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,04/20] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation intel_iommu: Enable stage-1 translation for emulated device 1 1 - --- 2024-12-12 Zhenzhong Duan New
[v6,03/20] intel_iommu: Add a placeholder variable for scalable mode stage-1 translation intel_iommu: Enable stage-1 translation for emulated device 1 2 - --- 2024-12-12 Zhenzhong Duan New
[v6,02/20] intel_iommu: Make pasid entry type check accurate intel_iommu: Enable stage-1 translation for emulated device 1 2 - --- 2024-12-12 Zhenzhong Duan New
[v6,01/20] intel_iommu: Use the latest fault reasons defined by spec intel_iommu: Enable stage-1 translation for emulated device 1 2 - --- 2024-12-12 Zhenzhong Duan New
[8/8] qtest/xhci: add a test for TR NOOP commands Add XHCI TR NOOP support, plus PCI, MSIX changes - - - --- 2024-12-12 Nicholas Piggin New
[7/8] hw/usb/xhci: Support TR NOOP commands Add XHCI TR NOOP support, plus PCI, MSIX changes - - - --- 2024-12-12 Nicholas Piggin New
[6/8] qtest/xhci: Add controller and device setup and ring tests Add XHCI TR NOOP support, plus PCI, MSIX changes - - - --- 2024-12-12 Nicholas Piggin New
[5/8] hw/usb/xhci: Move HCD constants to a header and add register constants Add XHCI TR NOOP support, plus PCI, MSIX changes - - - --- 2024-12-12 Nicholas Piggin New
[4/8] tests/qtest/e1000e|igb: Fix e1000e and igb tests to re-trigger interrupts Add XHCI TR NOOP support, plus PCI, MSIX changes - - - --- 2024-12-12 Nicholas Piggin New
[3/8] pci/msix: Implement PBA writes Add XHCI TR NOOP support, plus PCI, MSIX changes - - - --- 2024-12-12 Nicholas Piggin New
[2/8] qtest/libqos/pci: Fix qpci_msix_enable sharing bar0 Add XHCI TR NOOP support, plus PCI, MSIX changes - 1 - --- 2024-12-12 Nicholas Piggin New
[1/8] qtest/pci: Enforce balanced iomap/unmap Add XHCI TR NOOP support, plus PCI, MSIX changes - 1 - --- 2024-12-12 Nicholas Piggin New
target/loongarch: Use actual operand size with vbsrl check target/loongarch: Use actual operand size with vbsrl check - 1 - --- 2024-12-12 Bibo Mao New
i386/kvm: Set return value after handling KVM_EXIT_HYPERCALL i386/kvm: Set return value after handling KVM_EXIT_HYPERCALL - - 1 --- 2024-12-12 Binbin Wu New
[2/2] target/loongarch: Use auto method with LASX feature target/loongarch: Use auto method for LSX/LASX feature - - - --- 2024-12-12 Bibo Mao New
[1/2] target/loongarch: Use auto method with LSX feature target/loongarch: Use auto method for LSX/LASX feature - - - --- 2024-12-12 Bibo Mao New
[v2,2/2] qtest/fuzz: Remove uses of 'first_cpu' qtest: Remove uses of 'first_cpu' - - - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,1/2] system/qtest: Remove uses of 'first_cpu' qtest: Remove uses of 'first_cpu' - - - --- 2024-12-11 Philippe Mathieu-Daudé New
[RFC] meson: Run some compiler checks using -Wno-unused-value [RFC] meson: Run some compiler checks using -Wno-unused-value - - - --- 2024-12-11 Philippe Mathieu-Daudé New
[v3,4/4] overcommit: introduce mem-lock=on-fault overcommit: introduce mem-lock-onfault - 2 - --- 2024-12-11 Daniil Tatianin New
[v3,3/4] sysemu: introduce a new MlockState enum overcommit: introduce mem-lock-onfault - 2 - --- 2024-12-11 Daniil Tatianin New
[v3,2/4] system/vl: extract overcommit option parsing into a helper overcommit: introduce mem-lock-onfault - 2 - --- 2024-12-11 Daniil Tatianin New
[v3,1/4] os: add an ability to lock memory on_fault overcommit: introduce mem-lock-onfault - 2 - --- 2024-12-11 Daniil Tatianin New
[v2,9/9] exec/cpu-all: Do not include 'exec/tswap.h' header misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,8/9] hw/xtensa: Include missing 'exec/tswap.h' header misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,7/9] hw/sh4/r2d: Include missing 'exec/tswap.h' header misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,6/9] hw/mips: Include missing 'exec/tswap.h' header misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,5/9] hw/ppc: Include missing 'exec/tswap.h' header misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,4/9] hw/arm: Include missing 'exec/tswap.h' header misc: Reduce 'exec/tswap.h' inclusions - - - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,3/9] accel/tcg: Include missing 'exec/tswap.h' header in translator.c misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,2/9] target/mips: Remove tswap() calls in semihosting uhi_fstat_cb() misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[v2,1/9] target/xtensa: Remove tswap() calls in semihosting simcall() helper misc: Reduce 'exec/tswap.h' inclusions - 1 - --- 2024-12-11 Philippe Mathieu-Daudé New
[1/1] docs/nitro-enclave: Clarify Enclave and Firecracker relationship [1/1] docs/nitro-enclave: Clarify Enclave and Firecracker relationship - 1 - --- 2024-12-11 Alexander Graf New
[3/3] target/riscv: fix the trap generation for conditional store riscv misaligned accesses - - - --- 2024-12-11 Frederic Konrad New
[2/3] target/riscv: generate misaligned access trap for rvi insn riscv misaligned accesses - - - --- 2024-12-11 Frederic Konrad New
[1/3] target/riscv: add a trap-misaligned-access property riscv misaligned accesses - - - --- 2024-12-11 Frederic Konrad New
[3/3] scripts/qemu-gdb: Support coroutine dumps in coredumps scripts/qemu-gdb: Make coroutine dumps to work with coredumps - - - --- 2024-12-11 Peter Xu New
[2/3] scripts/qemu-gdb: Simplify fs_base fetching for coroutines scripts/qemu-gdb: Make coroutine dumps to work with coredumps - - - --- 2024-12-11 Peter Xu New
[1/3] scripts/qemu-gdb: Always do full stack dump for python errors scripts/qemu-gdb: Make coroutine dumps to work with coredumps - - - --- 2024-12-11 Peter Xu New
[v2,31/31] tests/functional: ignore errors when caching assets, except for 404 tests/functional: various improvements wrt assets/scratch files - - - --- 2024-12-11 Daniel P. Berrangé New
[v2,30/31] tests/functional: skip tests if assets are not available tests/functional: various improvements wrt assets/scratch files - - - --- 2024-12-11 Daniel P. Berrangé New
[v2,29/31] tests/functional: remove now unused 'run_cmd' helper tests/functional: various improvements wrt assets/scratch files - 1 - --- 2024-12-11 Daniel P. Berrangé New
« 1 2 3 43253 3254 »