qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-15 07:44:44 to 2025-07-15 15:46:07 UTC [more...]

[PATCH 00/14] python: misc cleanups for python code
 2025-07-15 15:12 UTC  (18+ messages)
` [PATCH 01/14] python: Replace asyncio.get_event_loop for Python 3.14
` [PATCH 02/14] python: avoid deprecation warning with get_event_loop
` [PATCH 03/14] python: drop 'is_closing' back compat helper
` [PATCH 04/14] python: drop 'wait_closed' "
` [PATCH 05/14] python: drop 'asyncio_run' "
` [PATCH 06/14] python: drop 'create_task' "
` [PATCH 07/14] iotests: drop compat for old version context manager
` [PATCH 08/14] functional: ensure log handlers are closed
` [PATCH 09/14] functional: ensure sockets and files "
` [PATCH 10/14] functional: always enable all python warnings
` [PATCH 11/14] python: ensure QEMUQtestProtocol closes its socket
` [PATCH 12/14] iotests/147: ensure temporary sockets are closed before exiting
` [PATCH 13/14] iotests/151: ensure subprocesses are cleaned up
` [PATCH 14/14] iotests/check: always enable all python warnings

[PATCH] net/tap: drop too small packets
 2025-07-15 14:58 UTC  (6+ messages)

[PATCH RFC v2 00/13] virtio: introduce support for GSO over UDP tunnel
 2025-07-15 14:52 UTC  (12+ messages)
` [PATCH RFC v2 01/13] net: bundle all offloads in a single struct
` [PATCH RFC v2 06/13] virtio-pci: implement support for extended features
` [PATCH RFC v2 08/13] qmp: update virtio features map to support "
` [PATCH RFC v2 12/13] net: implement tunnel probing
` [PATCH RFC v2 13/13] net: implement UDP tunnel features offloading

[PATCH v2 0/2] VFIO multifd device state transfer patches for QEMU 10.1
 2025-07-15 14:37 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/migration: Add x-migration-load-config-after-iter VFIO property
` [PATCH v2 2/2] vfio/migration: Max in-flight VFIO device state buffers size limit

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-07-15 14:31 UTC  (47+ messages)
` [PATCH 01/22] vfio/vfio-container-base.h: update VFIOContainerBase declaration
` [PATCH 02/22] vfio/vfio-container.h: update VFIOContainer declaration
` [PATCH 03/22] hw/vfio/cpr-legacy.c: use QOM casts where appropriate
` [PATCH 04/22] hw/vfio/container.c: "
` [PATCH 05/22] ppc/spapr_pci_vfio.c: "
` [PATCH 06/22] vfio/spapr.c: "
` [PATCH 07/22] vfio/vfio-container.h: rename VFIOContainer bcontainer field to parent_obj
` [PATCH 08/22] vfio-user/container.h: update VFIOUserContainer declaration
` [PATCH 09/22] vfio/container.c: use QOM casts where appropriate
` [PATCH 10/22] vfio-user/container.h: rename VFIOUserContainer bcontainer field to parent_obj
` [PATCH 11/22] vfio-user/pci.c: update VFIOUserPCIDevice declaration
` [PATCH 12/22] vfio-user/pci.c: use QOM casts where appropriate
` [PATCH 13/22] vfio-user/pci.c: rename VFIOUserPCIDevice device field to parent_obj
` [PATCH 14/22] vfio/pci.h: update VFIOPCIDevice declaration
` [PATCH 15/22] vfio/pci.h: use QOM casts where appropriate
` [PATCH 16/22] vfio/pci.c: "
` [PATCH 17/22] vfio/pci-quirks.c: "
` [PATCH 18/22] vfio/cpr.c: "
` [PATCH 19/22] vfio/igd.c: "
` [PATCH 20/22] vfio-user/pci.c: "
` [PATCH 21/22] s390x/s390-pci-vfio.c: "
` [PATCH 22/22] vfio/pci.h: rename VFIOPCIDevice pdev field to parent_obj

[PATCH 12/27] qemu-img: convert: refresh options/--help (short option change)
 2025-07-15 14:09 UTC  (9+ messages)
` [PATCH v4 00/27] refresh qemu-img options handling
  ` [PATCH 13/27] qemu-img: info: refresh options/--help
  ` [PATCH 14/27] qemu-img: map: "

[PATCH-for-10.1 v6 0/8] accel/system: Add 'info accel' on human monitor
 2025-07-15 14:00 UTC  (9+ messages)
` [PATCH-for-10.1 v6 1/8] Revert "accel/tcg: Unregister the RCU before exiting RR thread"
` [PATCH-for-10.1 v6 2/8] accel/tcg: Extract statistic related code to tcg-stats.c
` [PATCH-for-10.1 v6 3/8] accel/system: Introduce @x-accel-stats QMP command
` [PATCH-for-10.1 v6 4/8] accel/system: Add 'info accel' on human monitor
` [PATCH-for-10.1 v6 5/8] accel/tcg: Propagate AccelState to dump_accel_info()
` [PATCH-for-10.1 v6 6/8] accel/tcg: Implement AccelClass::get_stats() handler
` [PATCH-for-10.1 v6 7/8] accel/hvf: Implement AccelClass::get_vcpu_stats()
` [NOTFORMERGE PATCH-for-10.1 v6 8/8] linux-user: Dump TCG stats to logfile

[PATCH 0/2] migration: Fix possible access out of bounds
 2025-07-15 14:02 UTC  (5+ messages)
` [PATCH 1/2] migration: Fix postcopy latency distribution formatting computation
` [PATCH 2/2] cutils: Add time_us_to_str

[PATCH v2] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-07-15 13:59 UTC  (9+ messages)

[PATCH] meson: Add most 3rd-party includes as system includes
 2025-07-15 13:45 UTC  (4+ messages)

[PATCH-for-10.1 v5 0/7] accel/system: Add 'info accel' on human monitor
 2025-07-15 13:26 UTC  (20+ messages)
` [PATCH-for-10.1 v5 1/7] Revert "accel/tcg: Unregister the RCU before exiting RR thread"
` [PATCH-for-10.1 v5 2/7] accel/tcg: Extract statistic related code to tcg-stats.c
` [PATCH-for-10.1 v5 3/7] accel/system: Introduce @x-accel-stats QMP command
` [PATCH-for-10.1 v5 4/7] accel/system: Add 'info accel' on human monitor
` [PATCH-for-10.1 v5 5/7] accel/tcg: Propagate AccelState to tcg_dump_stats()
` [PATCH-for-10.1 v5 6/7] accel/tcg: Implement get_[vcpu]_stats()
` [PATCH-for-10.1 v5 7/7] accel/hvf: Implement get_vcpu_stats()

[PATCH v4 00/48] block: do not drain while holding the graph lock
 2025-07-15 13:24 UTC  (4+ messages)

[PATCH V1 0/2] preserve pending interrupts during cpr
 2025-07-15 12:58 UTC  (3+ messages)
` [PATCH V1 1/2] vfio/pci: augment set_handler

[PATCH] python: Replace asyncio.get_event_loop for Python 3.14
 2025-07-15 11:19 UTC  (4+ messages)

[PATCH v1] hw/pci-host/designware: Support 64Bit resource for DesignwarePCIEHost
 2025-07-15  8:57 UTC  (2+ messages)

[PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost
 2025-07-15  6:44 UTC 

[PATCH V1] vfio: fix sub-page bar after cpr
 2025-07-15 12:23 UTC  (3+ messages)

[PATCH 0/2] cosmetics for the i6300esb watchdog
 2025-07-15 12:17 UTC  (4+ messages)
` [PATCH 2/2] watchdog: generic name for i6300esb

[PATCH v3 0/4] vfio-user fixes
 2025-07-15 11:59 UTC  (5+ messages)
` [PATCH v3 1/4] hw/vfio-user: add Cédric Le Goater as a maintainer
` [PATCH v3 2/4] hw/vfio: fix region fd initialization
` [PATCH v3 3/4] hw/vfio-user: wait for proxy close correctly
` [PATCH v3 4/4] hw/vfio-user: fix use of uninitialized variable

HVF EL2 support in QEMU (aka FEAT_NV/FEAT_NV2) for MacOS
 2025-07-15 11:51 UTC  (2+ messages)

[PATCH v2] python: Replace asyncio.get_event_loop for Python 3.14
 2025-07-15 11:35 UTC  (3+ messages)

[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-07-15 10:53 UTC  (26+ messages)
` [RFC PATCH v3 01/15] backends/iommufd: Introduce iommufd_backend_alloc_viommu
` [RFC PATCH v3 02/15] backends/iommufd: Introduce iommufd_vdev_alloc
` [RFC PATCH v3 03/15] hw/arm/smmu-common: Factor out common helper functions and export
` [RFC PATCH v3 04/15] hw/arm/smmu-common: Introduce smmu_iommu_ops_by_type() helper
` [RFC PATCH v3 05/15] hw/arm/smmuv3-accel: Introduce smmuv3 accel device
` [RFC PATCH v3 06/15] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [RFC PATCH v3 08/15] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [RFC PATCH v3 12/15] hw/arm/smmuv3-accel: Introduce helpers to batch and issue cache invalidations
` [RFC PATCH v3 13/15] hw/arm/smmuv3: Forward invalidation commands to hw
` [RFC PATCH v3 14/15] Read and validate host SMMUv3 feature bits
` [RFC PATCH v3 15/15] hw/arm/smmu-common: Add accel property for SMMU dev

[PATCH v5 00/11] riscv: Add support for MIPS P8700 CPU
 2025-07-15 10:07 UTC  (8+ messages)
` [PATCH v5 08/11] hw/misc: Add RISC-V CMGCR and CPC device implementations
` [PATCH v5 10/11] hw/pci: Allow explicit function numbers in pci
` [PATCH v5 09/11] hw/riscv: Add support for MIPS Boston-aia board model

[PATCH] docs: Fix Aspeed title
 2025-07-15 10:05 UTC  (2+ messages)

[PATCH] target/riscv: Fix exception type when VU accesses supervisor CSRs
 2025-07-15 10:03 UTC  (2+ messages)

[PATCH 0/7] crypto: misc fixes and improvements to cert handling
 2025-07-15  9:46 UTC  (10+ messages)
` [PATCH 1/7] crypto: stop requiring "key encipherment" usage in x509 certs
` [PATCH 2/7] crypto: switch to newer gnutls API for distinguished name
` [PATCH 3/7] crypto: load all certificates in X509 CA file
` [PATCH 4/7] crypto: only verify CA certs in chain of trust
` [PATCH 5/7] crypto: remove extraneous pointer usage in gnutls certs
` [PATCH 6/7] crypto: fix error reporting in cert chain checks
` [PATCH 7/7] crypto: allow client/server cert chains

[PATCH v6 00/39] accel: Preparatory cleanups for split-accel
 2025-07-15  9:34 UTC  (8+ messages)
` [PATCH v6 01/39] hw/core/machine: Display CPU model name in 'info cpus' command
` [PATCH v6 03/39] system/runstate: Document qemu_add_vm_change_state_handler()

[PATCH-for-10.1 v7 0/2] hw/core/machine: Display CPU model name in 'info cpus' command
 2025-07-15  9:34 UTC  (6+ messages)
` [PATCH-for-10.1 v7 1/2] qapi/machine: Add @qom-type field to CpuInfoFast structure
` [PATCH-for-10.1 v7 2/2] hw/core/machine: Display CPU model name in 'info cpus' command

[PATCH v2 0/4] vfio-user fixes
 2025-07-15  9:37 UTC  (7+ messages)
` [PATCH v2 1/4] hw/vfio-user: add Cédric Le Goater as a maintainer
` [PATCH v2 3/4] hw/vfio-user: wait for proxy close correctly

[PATCH 0/3] VFIO multifd device state transfer patches for QEMU 10.1
 2025-07-15  9:25 UTC  (14+ messages)
` [PATCH 1/3] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH 2/3] vfio/migration: Add x-migration-load-config-after-iter VFIO property

[PATCH] hw/vfio-user: wait for proxy close correctly
 2025-07-15  9:06 UTC  (5+ messages)

[RFC PATCH 0/2] system/win32: Remove unused Error argument in qemu_socket_[un]select()
 2025-07-15  8:56 UTC  (7+ messages)
` [RFC PATCH 1/2] system/os-win32: Remove unused Error** argument in qemu_socket_unselect
` [RFC PATCH 2/2] system/os-win32: Remove unused Error** argument in qemu_socket_select

[PATCH v7 00/36] ACPI PCI Hotplug support on ARM
 2025-07-15  8:53 UTC  (5+ messages)

[PULL 00/11] aspeed queue
 2025-07-15  8:49 UTC  (5+ messages)
` [PULL 09/11] docs: add support for gb200-bmc

[PATCH v5 00/11] MAX78000FTHR Implementation
 2025-07-15  8:47 UTC  (2+ messages)

[PATCH] target/arm: Added support for SME register exposure to GDB
 2025-07-15  8:44 UTC  (4+ messages)


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).