qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-21 08:07:23 to 2021-04-22 03:31:17 UTC [more...]

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-04-22  3:07 UTC  (23+ messages)
` [PATCH 01/22] qapi/parser: Don't try to handle file errors
` [PATCH 02/22] qapi/source: [RFC] add "with_column" contextmanager
` [PATCH 03/22] qapi/source: Remove line number from QAPISourceInfo initializer
` [PATCH 04/22] qapi/parser: factor parsing routine into method
` [PATCH 05/22] qapi/parser: Assert lexer value is a string
` [PATCH 06/22] qapi/parser: assert get_expr returns object in outer loop
` [PATCH 07/22] qapi/parser: assert object keys are strings
` [PATCH 08/22] qapi/parser: Use @staticmethod where appropriate
` [PATCH 09/22] qapi: add match_nofail helper
` [PATCH 10/22] qapi/parser: Fix typing of token membership tests
` [PATCH 11/22] qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
` [PATCH 12/22] qapi/parser: add type hint annotations
` [PATCH 13/22] qapi/parser: [RFC] overload the return type of get_expr
` [PATCH 14/22] qapi/parser: Remove superfluous list constructor
` [PATCH 15/22] qapi/parser: allow 'ch' variable name
` [PATCH 16/22] qapi/parser: add docstrings
` [PATCH 17/22] CHECKPOINT
` [PATCH 18/22] qapi: [WIP] Rip QAPIDoc out of parser.py
` [PATCH 19/22] qapi: [WIP] Add type ignores for qapidoc.py
` [PATCH 20/22] qapi: [WIP] Import QAPIDoc from qapidoc Signed-off-by: John Snow <jsnow@redhat.com>
` [PATCH 21/22] qapi: [WIP] Add QAPIDocError
` [PATCH 22/22] qapi: [WIP] Enable linters on parser.py

[PATCH-for-6.0] net: tap: fix crash on hotplug
 2021-04-22  2:25 UTC  (5+ messages)

[PATCH qemu v18] spapr: Implement Open Firmware client interface
 2021-04-22  2:00 UTC  (6+ messages)

[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-04-22  1:56 UTC  (7+ messages)
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH v2 0/9] RISC-V: Steps towards running 32-bit guests on
 2021-04-22  2:01 UTC  (4+ messages)
` [PATCH v2 8/9] target/riscv: Consolidate RV32/64 32-bit instructions

[PATCH v2 0/7] hw/misc: Add memory_region_add_subregion_aliased() helper [pflash part]
 2021-04-22  1:48 UTC  (15+ messages)
` [RFC PATCH v2 1/7] hw/misc: Add device to help managing aliased memory regions
` [PATCH v2 2/7] hw/arm/musicpal: Open-code pflash_cfi02_register() call
` [PATCH v2 3/7] hw/arm/musicpal: Map flash using memory_region_add_subregion_aliased()
` [PATCH v2 4/7] hw/arm/digic: Open-code pflash_cfi02_register() call
` [PATCH v2 5/7] hw/arm/digic: Map flash using memory_region_add_subregion_aliased()
` [PATCH v2 6/7] hw/block/pflash_cfi02: Remove pflash_setup_mappings()
` [PATCH v2 7/7] hw/block/pflash_cfi02: Simplify pflash_cfi02_register() prototype

[PATCH v2] fpu/softfloat: set invalid excp flag for RISC-V muladd instructions
 2021-04-22  1:42 UTC  (5+ messages)

[PATCH v2 0/2] plugins: Freeing allocated values in hash tables
 2021-04-22  0:50 UTC  (3+ messages)
` [PATCH v2 1/2] plugins/hotblocks: Properly freed the hash table values
` [PATCH v2 2/2] plugins/hotpages: "

[PATCH] target/riscv: fix a typo with interrupt names
 2021-04-22  0:24 UTC  (2+ messages)

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification
 2021-04-22  0:21 UTC  (10+ messages)
` [RFC PATCH 03/11] hw/intc: Add CLIC device

[PATCH v3 00/33] block/nbd: rework client connection
 2021-04-21 22:27 UTC  (4+ messages)
` [PATCH v3 02/33] block/nbd: fix how state is cleared on nbd_open() failure paths

[PATCH] monitor: hmp_qemu_io: acquire aio contex, fix crash
 2021-04-21 22:20 UTC  (3+ messages)

[PATCH v2 0/8] Block layer thread-safety, continued
 2021-04-21 22:17 UTC  (7+ messages)
` [PATCH v2 4/8] block: make before-write notifiers thread-safe
` [PATCH v2 8/8] block: do not take AioContext around reopen

[PATCH] block: simplify write-threshold and drop write notifiers
 2021-04-21 22:09 UTC 

[PATCH v3 00/27] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode
 2021-04-21 22:03 UTC  (3+ messages)
` [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd

[PATCH v4 0/2] Fix segfault in qemu_rbd_parse_filename
 2021-04-21 21:23 UTC  (3+ messages)
` [PATCH v4 1/2] iotests/231: Update expected deprecation message
` [PATCH v4 2/2] block/rbd: Add an escape-aware strchr helper

[PATCH v3 0/2] Fix segfault in qemu_rbd_parse_filename
 2021-04-21 21:15 UTC  (6+ messages)
` [PATCH v3 1/2] iotests/231: Update expected deprecation message
` [PATCH v3 2/2] block/rbd: Add an escape-aware strchr helper

[Qemu-devel] [Bug 1817268] [NEW] Input/output error during migration
 2021-04-21 21:01 UTC  (2+ messages)
` [Bug 1817268] "

[PATCH v6 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-04-21 21:06 UTC  (25+ messages)
` [PATCH v6 01/15] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v6 02/15] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v6 03/15] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PATCH v6 04/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
` [PATCH v6 05/15] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
` [PATCH v6 06/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
` [PATCH v6 07/15] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
` [PATCH v6 08/15] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v6 09/15] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
` [PATCH v6 10/15] hostmem: Wire up RAM_NORESERVE via "reserve" property
` [PATCH v6 11/15] qmp: Clarify memory backend properties returned via query-memdev
` [PATCH v6 12/15] qmp: Include "share" property of memory backends
` [PATCH v6 13/15] hmp: Print "share" property of memory backends with "info memdev"
` [PATCH v6 14/15] qmp: Include "reserve" property of memory backends
` [PATCH v6 15/15] hmp: Print "reserve" property of memory backends with "info memdev"

[Bug 1918084] [NEW] Build fails on macOS 11.2.2
 2021-04-21 20:43 UTC  (2+ messages)
` [Bug 1918084] "

[PATCH v6] qapi: introduce 'query-cpu-model-cpuid' action
 2021-04-21 20:17 UTC  (4+ messages)

[PATCH v2 00/25] virtiofs dax patches
 2021-04-21 20:07 UTC  (9+ messages)
` [PATCH v2 01/25] DAX: vhost-user: Rework slave return values
  ` [Virtio-fs] "
` [PATCH v2 08/25] DAX: virtio-fs: Add vhost-user slave commands for mapping
  ` [Virtio-fs] "
` [PATCH v2 17/25] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO
  ` [Virtio-fs] "

[PATCH] target/mips: Add missing CP0 check to nanoMIPS RDPGPR / WRPGPR opcodes
 2021-04-21 20:03 UTC  (2+ messages)

[PATCH v3 0/3] vhost-user-blk: fix bug on device disconnection during initialization
 2021-04-21 19:59 UTC  (5+ messages)
` [PATCH v3 2/3] vhost-user-blk: perform immediate cleanup if disconnect on initialization

[RFC PATCH] tests/tcg: add a multiarch signals test to stress test signal delivery
 2021-04-21 19:56 UTC  (5+ messages)

[PATCH] docs: Add SEV-ES documentation to amd-memory-encryption.txt
 2021-04-21 19:31 UTC  (2+ messages)

[PATCH v3 0/8] qapi: static typing conversion, pt4
 2021-04-21 19:22 UTC  (9+ messages)
` [PATCH v3 1/8] qapi/error: Repurpose QAPIError as an abstract base exception class
` [PATCH v3 2/8] qapi/error: Use Python3-style super()
` [PATCH v3 3/8] qapi/error: Make QAPISourceError 'col' parameter optional
` [PATCH v3 4/8] qapi/error: assert QAPISourceInfo is not None
` [PATCH v3 5/8] qapi/error.py: move QAPIParseError to parser.py
` [PATCH v3 6/8] qapi/error.py: enable pylint checks
` [PATCH v3 7/8] qapi/error: Add type hints
` [PATCH v3 8/8] qapi/error.py: enable mypy checks

[PATCH v5 00/17] qapi: static typing conversion, pt3
 2021-04-21 18:20 UTC  (18+ messages)
` [PATCH v5 01/17] qapi/expr: Comment cleanup
` [PATCH v5 02/17] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH v5 03/17] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH v5 04/17] qapi/expr.py: constrain incoming expression types
` [PATCH v5 05/17] qapi/expr.py: Add assertion for union type 'check_dict'
` [PATCH v5 06/17] qapi/expr.py: move string check upwards in check_type
` [PATCH v5 07/17] qapi/expr.py: Check type of union and alternate 'data' member
` [PATCH v5 08/17] qapi/expr.py: Add casts in a few select cases
` [PATCH v5 09/17] qapi/expr.py: Modify check_keys to accept any Collection
` [PATCH v5 10/17] qapi/expr.py: add type hint annotations
` [PATCH v5 11/17] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PATCH v5 12/17] qapi/expr.py: Remove single-letter variable
` [PATCH v5 13/17] qapi/expr.py: enable pylint checks
` [PATCH v5 14/17] qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
` [PATCH v5 15/17] qapi/expr.py: Add docstrings
` [PATCH v5 16/17] qapi/expr.py: Use tuples instead of lists for static data
` [PATCH v5 17/17] qapi/expr: Update authorship and copyright information

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-04-21 18:20 UTC  (8+ messages)
` [PATCH v4 16/19] qapi/expr.py: Add docstrings

[PATCH 00/14] hw(/block/)nvme: spring cleaning
 2021-04-21 18:04 UTC  (3+ messages)
` [PATCH 14/14] hw/nvme: move nvme emulation out of hw/block

[PATCH v2 0/2] avocado-qemu: New SMMUv3 tests
 2021-04-21 17:40 UTC  (3+ messages)
` [PATCH v2 1/2] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection
` [PATCH v2 2/2] avocado_qemu: Add SMMUv3 tests

[PATCH] hw/arm/smmuv3: Another range invalidation fix
 2021-04-21 17:29 UTC 

[PATCH] pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang
 2021-04-21 16:37 UTC  (3+ messages)

firmware selection for SEV-ES
 2021-04-21 15:25 UTC  (3+ messages)

[PATCH v2] i386: Add ratelimit for bus locks acquired in guest
 2021-04-21 15:33 UTC  (7+ messages)

[PATCH v2] vfio-ccw: Permit missing IRQs
 2021-04-21 15:20 UTC 

Upstream bug comments on the mailing list and Launchpad
 2021-04-21 15:07 UTC  (4+ messages)
    ` Transferring bugs from Launchpad to Gitlab (was: Re: Upstream bug comments on the mailing list and Launchpad)

[PATCH v3] memory: Directly dispatch alias accesses on origin memory region
 2021-04-21 14:48 UTC  (9+ messages)

[PATCH 0/2] plugins: Freeing allocated values in hash tables
 2021-04-21 14:09 UTC  (3+ messages)
` [PATCH 1/2] plugins/hotblocks: Properly freed the hash table values
` [PATCH 2/2] plugins/hotpages: "

[Qemu-devel] [Bug 1368178] [NEW] Windows ME falsely detects qemu's videocards as Number Nine Imagine 128
 2021-04-21 13:51 UTC  (2+ messages)
` [Bug 1368178] "

[PATCH] Fix typo in CFI build documentation
 2021-04-21 13:55 UTC  (2+ messages)

[PATCH v2 00/11] memory: Forbid mapping AddressSpace root MemoryRegion
 2021-04-21 13:02 UTC  (5+ messages)
` [PATCH v2 01/11] hw/arm/aspeed: Do not directly map ram container onto main address bus

[RFC PATCH] vfio-ccw: Permit missing IRQs
 2021-04-21 12:28 UTC  (3+ messages)

[RFC PATCH 0/3] block-copy: lock tasks and calls list
 2021-04-21 12:13 UTC  (5+ messages)

[Qemu-devel] [Bug 1759522] [NEW] windows qemu-img create vpc/vhdx error
 2021-04-21 11:39 UTC  (2+ messages)
` [Bug 1759522] "

[PATCH v2 0/5] mptcp support
 2021-04-21 11:28 UTC  (6+ messages)
` [PATCH v2 1/5] channel-socket: Only set CLOEXEC if we have space for fds
` [PATCH v2 2/5] io/net-listener: Call the notifier during finalize
` [PATCH v2 3/5] migration: Add cleanup hook for inwards migration
` [PATCH v2 4/5] migration/socket: Close the listener at the end
` [PATCH v2 5/5] sockets: Support multipath TCP

[PATCH v2 00/12] virtio-gpu: Add support for Blob resources feature
 2021-04-21 10:57 UTC  (3+ messages)
` [PATCH v2 02/12] virtio-gpu: Add udmabuf helpers

[PATCH v3] hw/block/nvme: fix lbaf formats initialization
 2021-04-21 10:30 UTC  (4+ messages)

[PATCH 0/2] i386: Fix interrupt based Async PF enablement
 2021-04-21  9:48 UTC  (13+ messages)

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-04-21  9:31 UTC  (2+ messages)

[PATCH] tcg/ppc: Fix building with Clang
 2021-04-21  9:03 UTC  (2+ messages)

[PATCH] amd_iommu: Fix pte_override_page_mask()
 2021-04-21  8:40 UTC 

[PATCH v4 00/23] backup performance: block_status + async
 2021-04-21  8:31 UTC  (5+ messages)
` [PATCH v4 09/23] job: call job_enter from job_pause

[Bug 1924669] [NEW] VFP code cannot see CPACR write in the same TB
 2021-04-21  8:07 UTC  (2+ messages)
` [Bug 1924669] "

[PATCH RFC v3 0/8] Introduce Bypass IOMMU Feature
 2021-04-21  8:05 UTC  (9+ messages)
` [PATCH RFC v3 1/8] hw/pci/pci_host: Allow bypass iommu for pci host
` [PATCH RFC v3 2/8] hw/pxb: Add a bypass iommu property
` [PATCH RFC v3 3/8] hw/arm/virt: Add a machine option to bypass iommu for primary bus
` [PATCH RFC v3 4/8] hw/i386: Add a pc "
` [PATCH RFC v3 5/8] hw/pci: Add pci_bus_range to get bus number range
` [PATCH RFC v3 6/8] hw/arm/virt-acpi-build: Add explicit IORT idmap for smmuv3 node
` [PATCH RFC v3 7/8] hw/i386/acpi-build: Add explicit scope in DMAR table
` [PATCH RFC v3 8/8] hw/i386/acpi-build: Add bypass_iommu check when building IVRS table


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).