Show patches with: State = Action Required       |    Archived = No       |   427187 patches
« 1 2 ... 1125 1126 11274271 4272 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[13/22] qapi/parser: [RFC] overload the return type of get_expr qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[12/22] qapi/parser: add type hint annotations qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[11/22] qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[10/22] qapi/parser: Fix typing of token membership tests qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[09/22] qapi: add match_nofail helper qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[08/22] qapi/parser: Use @staticmethod where appropriate qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[07/22] qapi/parser: assert object keys are strings qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[06/22] qapi/parser: assert get_expr returns object in outer loop qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[05/22] qapi/parser: Assert lexer value is a string qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[04/22] qapi/parser: factor parsing routine into method qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[03/22] qapi/source: Remove line number from QAPISourceInfo initializer qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[02/22] qapi/source: [RFC] add "with_column" contextmanager qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[01/22] qapi/parser: Don't try to handle file errors qapi: static typing conversion, pt5a - - - - --- 2021-04-22 John Snow New
[v2,2/2] plugins/hotpages: Properly freed the hash table values plugins: Freeing allocated values in hash tables. - - - - --- 2021-04-22 Mahmoud Abumandour New
[v2,1/2] plugins/hotblocks: Properly freed the hash table values plugins: Freeing allocated values in hash tables. - - - - --- 2021-04-22 Mahmoud Abumandour New
block: simplify write-threshold and drop write notifiers block: simplify write-threshold and drop write notifiers 1 - - - --- 2021-04-21 Vladimir Sementsov-Ogievskiy New
[v4,2/2] block/rbd: Add an escape-aware strchr helper Fix segfault in qemu_rbd_parse_filename - 1 1 - --- 2021-04-21 Connor Kuehl New
[v4,1/2] iotests/231: Update expected deprecation message Fix segfault in qemu_rbd_parse_filename - - 2 - --- 2021-04-21 Connor Kuehl New
[v3,8/8] qapi/error.py: enable mypy checks qapi: static typing conversion, pt4 - - - - --- 2021-04-21 John Snow New
[v3,7/8] qapi/error: Add type hints qapi: static typing conversion, pt4 - - - - --- 2021-04-21 John Snow New
[v3,6/8] qapi/error.py: enable pylint checks qapi: static typing conversion, pt4 - - - - --- 2021-04-21 John Snow New
[v3,5/8] qapi/error.py: move QAPIParseError to parser.py qapi: static typing conversion, pt4 - - - - --- 2021-04-21 John Snow New
[v3,4/8] qapi/error: assert QAPISourceInfo is not None qapi: static typing conversion, pt4 - - - - --- 2021-04-21 John Snow New
[v3,3/8] qapi/error: Make QAPISourceError 'col' parameter optional qapi: static typing conversion, pt4 - - - - --- 2021-04-21 John Snow New
[v3,2/8] qapi/error: Use Python3-style super() qapi: static typing conversion, pt4 - - 1 - --- 2021-04-21 John Snow New
[v3,1/8] qapi/error: Repurpose QAPIError as an abstract base exception class qapi: static typing conversion, pt4 - - - - --- 2021-04-21 John Snow New
docs: Add SEV-ES documentation to amd-memory-encryption.txt docs: Add SEV-ES documentation to amd-memory-encryption.txt - - - - --- 2021-04-21 Tom Lendacky New
target/mips: Add missing CP0 check to nanoMIPS RDPGPR / WRPGPR opcodes target/mips: Add missing CP0 check to nanoMIPS RDPGPR / WRPGPR opcodes - - 1 - --- 2021-04-21 Philippe Mathieu-Daudé New
[v5,17/17] qapi/expr: Update authorship and copyright information qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,16/17] qapi/expr.py: Use tuples instead of lists for static data qapi: static typing conversion, pt3 - - 2 - --- 2021-04-21 John Snow New
[v5,15/17] qapi/expr.py: Add docstrings qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,14/17] qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,13/17] qapi/expr.py: enable pylint checks qapi: static typing conversion, pt3 - - 2 2 --- 2021-04-21 John Snow New
[v5,12/17] qapi/expr.py: Remove single-letter variable qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,11/17] qapi/expr.py: Consolidate check_if_str calls in check_if qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,10/17] qapi/expr.py: add type hint annotations qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,09/17] qapi/expr.py: Modify check_keys to accept any Collection qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,08/17] qapi/expr.py: Add casts in a few select cases qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,07/17] qapi/expr.py: Check type of union and alternate 'data' member qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,06/17] qapi/expr.py: move string check upwards in check_type qapi: static typing conversion, pt3 - - 2 - --- 2021-04-21 John Snow New
[v5,05/17] qapi/expr.py: Add assertion for union type 'check_dict' qapi: static typing conversion, pt3 - - 2 - --- 2021-04-21 John Snow New
[v5,04/17] qapi/expr.py: constrain incoming expression types qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v5,03/17] qapi/expr.py: Check for dict instead of OrderedDict qapi: static typing conversion, pt3 - - 2 - --- 2021-04-21 John Snow New
[v5,02/17] qapi/expr.py: Remove 'info' argument from nested check_if_str qapi: static typing conversion, pt3 - - 2 - --- 2021-04-21 John Snow New
[v5,01/17] qapi/expr: Comment cleanup qapi: static typing conversion, pt3 - - - - --- 2021-04-21 John Snow New
[v2,2/2] avocado_qemu: Add SMMUv3 tests avocado-qemu: New SMMUv3 tests - - - - --- 2021-04-21 Eric Auger New
[v2,1/2] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection avocado-qemu: New SMMUv3 tests - - - - --- 2021-04-21 Eric Auger New
hw/arm/smmuv3: Another range invalidation fix hw/arm/smmuv3: Another range invalidation fix - 1 - - --- 2021-04-21 Eric Auger New
pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang - 1 2 - --- 2021-04-21 Thomas Huth New
[PATCH-for-6.0] net: tap: fix crash on hotplug [PATCH-for-6.0] net: tap: fix crash on hotplug - 1 - - --- 2021-04-21 Cole Robinson New
[v2] vfio-ccw: Permit missing IRQs [v2] vfio-ccw: Permit missing IRQs - 1 - - --- 2021-04-21 Eric Farman New
[2/2] plugins/hotpages: Properly freed the hash table values plugins: Freeing allocated values in hash tables. - - - - --- 2021-04-21 Mahmoud Abumandour New
[1/2] plugins/hotblocks: Properly freed the hash table values plugins: Freeing allocated values in hash tables. - - - - --- 2021-04-21 Mahmoud Abumandour New
target/riscv: fix a typo with interrupt names target/riscv: fix a typo with interrupt names - - 1 - --- 2021-04-21 Emmanuel Blot New
[RFC] tests/tcg: add a multiarch signals test to stress test signal delivery [RFC] tests/tcg: add a multiarch signals test to stress test signal delivery - - - - --- 2021-04-21 Alex Bennée New
[3/3] hw/block/nvme: add id ns metadata cap (mc) enum [1/3] hw/block/nvme: fix lbaf formats initialization - - 1 - --- 2021-04-21 Gollu Appalanaidu New
[2/3] hw/block/nvme: add id ns flbas enum [1/3] hw/block/nvme: fix lbaf formats initialization - - 1 - --- 2021-04-21 Gollu Appalanaidu New
[1/3] hw/block/nvme: fix lbaf formats initialization [1/3] hw/block/nvme: fix lbaf formats initialization - - 1 - --- 2021-04-21 Gollu Appalanaidu New
[v6,15/15] hmp: Print "reserve" property of memory backends with "info memdev" RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 4 - --- 2021-04-21 David Hildenbrand New
[v6,14/15] qmp: Include "reserve" property of memory backends RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 3 - --- 2021-04-21 David Hildenbrand New
[v6,13/15] hmp: Print "share" property of memory backends with "info memdev" RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 4 - --- 2021-04-21 David Hildenbrand New
[v6,12/15] qmp: Include "share" property of memory backends RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 3 - --- 2021-04-21 David Hildenbrand New
[v6,11/15] qmp: Clarify memory backend properties returned via query-memdev RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 3 - --- 2021-04-21 David Hildenbrand New
[v6,10/15] hostmem: Wire up RAM_NORESERVE via "reserve" property RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 3 - --- 2021-04-21 David Hildenbrand New
[v6,09/15] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 1 - --- 2021-04-21 David Hildenbrand New
[v6,08/15] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 2 - --- 2021-04-21 David Hildenbrand New
[v6,07/15] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 2 - --- 2021-04-21 David Hildenbrand New
[v6,06/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal() RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 1 - --- 2021-04-21 David Hildenbrand New
[v6,05/15] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 2 - --- 2021-04-21 David Hildenbrand New
[v6,04/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd() RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property - - 2 - --- 2021-04-21 David Hildenbrand New
[v6,03/15] util/mmap-alloc: Factor out activating of memory to mmap_activate() RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property 1 - 2 - --- 2021-04-21 David Hildenbrand New
[v6,02/15] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve() RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property 1 - 3 - --- 2021-04-21 David Hildenbrand New
[v6,01/15] util/mmap-alloc: Factor out calculation of the pagesize for the guard page RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property 1 - 1 - --- 2021-04-21 David Hildenbrand New
[v2,5/5] sockets: Support multipath TCP mptcp support 1 - 2 - --- 2021-04-21 Dr. David Alan Gilbert New
[v2,4/5] migration/socket: Close the listener at the end mptcp support - - 1 - --- 2021-04-21 Dr. David Alan Gilbert New
[v2,3/5] migration: Add cleanup hook for inwards migration mptcp support - - 1 - --- 2021-04-21 Dr. David Alan Gilbert New
[v2,2/5] io/net-listener: Call the notifier during finalize mptcp support - - 1 - --- 2021-04-21 Dr. David Alan Gilbert New
[v2,1/5] channel-socket: Only set CLOEXEC if we have space for fds mptcp support - - 1 - --- 2021-04-21 Dr. David Alan Gilbert New
amd_iommu: Fix pte_override_page_mask() amd_iommu: Fix pte_override_page_mask() - - - - --- 2021-04-21 Jean-Philippe Brucker New
monitor: hmp_qemu_io: acquire aio contex, fix crash monitor: hmp_qemu_io: acquire aio contex, fix crash - - - - --- 2021-04-21 Vladimir Sementsov-Ogievskiy New
[RFC,v3,8/8] hw/i386/acpi-build: Add bypass_iommu check when building IVRS table Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
[RFC,v3,7/8] hw/i386/acpi-build: Add explicit scope in DMAR table Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
[RFC,v3,6/8] hw/arm/virt-acpi-build: Add explicit IORT idmap for smmuv3 node Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
[RFC,v3,5/8] hw/pci: Add pci_bus_range to get bus number range Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
[RFC,v3,4/8] hw/i386: Add a pc machine option to bypass iommu for primary bus Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
[RFC,v3,3/8] hw/arm/virt: Add a machine option to bypass iommu for primary bus Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
[RFC,v3,2/8] hw/pxb: Add a bypass iommu property Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
[RFC,v3,1/8] hw/pci/pci_host: Allow bypass iommu for pci host Introduce Bypass IOMMU Feature - - - - --- 2021-04-21 Wang Xingang New
mirror: stop cancelling in-flight requests on non-force cancel in READY mirror: stop cancelling in-flight requests on non-force cancel in READY - 1 - - --- 2021-04-21 Vladimir Sementsov-Ogievskiy New
[v6] i386/cpu_dump: support AVX512 ZMM regs dump [v6] i386/cpu_dump: support AVX512 ZMM regs dump - - 1 - --- 2021-04-21 Robert Hoo New
[v5,17/17] target/riscv: rvb: add b-ext version cpu option support subsets of bitmanip extension - - - - --- 2021-04-21 Frank Chang New
[v5,16/17] target/riscv: rvb: support and turn on B-extension from command line support subsets of bitmanip extension - - 2 - --- 2021-04-21 Frank Chang New
[v5,15/17] target/riscv: rvb: add/shift with prefix zero-extend support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
[v5,14/17] target/riscv: rvb: address calculation support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
[v5,13/17] target/riscv: rvb: generalized or-combine support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
[v5,12/17] target/riscv: rvb: generalized reverse support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
[v5,11/17] target/riscv: rvb: rotate (left/right) support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
[v5,10/17] target/riscv: rvb: shift ones support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
[v5,09/17] target/riscv: rvb: single-bit instructions support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
[v5,08/17] target/riscv: add gen_shifti() and gen_shiftiw() helper functions support subsets of bitmanip extension - - 1 - --- 2021-04-21 Frank Chang New
« 1 2 ... 1125 1126 11274271 4272 »