qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-08 21:44:39 to 2025-12-10 08:03:46 UTC [more...]

[PATCH v2 0/6] hw/gpio/aspeed_sgpio: Add Aspeed Serial GPIO (SGPIO) controller model
 2025-12-10  8:02 UTC  (12+ messages)
` [PATCH v2 1/6] hw/gpio/aspeed_sgpio: Add basic device model for Aspeed SGPIO
` [PATCH v2 2/6] hw/gpio/aspeed_sgpio: aspeed: Add QOM property accessors for SGPIO pins
` [PATCH v2 3/6] hw/gpio/aspeed_sgpio: Implement SGPIO interrupt handling
` [PATCH v2 4/6] hw/arm/aspeed_soc: Update Aspeed SoC to support two SGPIO controllers
` [PATCH v2 5/6] hw/arm/aspeed_ast27x0: Wire SGPIO controller to AST2700 SoC
` [PATCH v2 6/6] test/qtest: Add Unit test for Aspeed SGPIO

[PATCH v11 0/7] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-12-10  7:59 UTC  (3+ messages)

[PATCH v2 0/4] vEVENTQ support for accelerated SMMUv3 devices
 2025-12-10  7:52 UTC  (8+ messages)
` [PATCH v2 1/4] backends/iommufd: Introduce iommufd_backend_alloc_veventq
` [PATCH v2 2/4] hw/arm/smmuv3-accel: Allocate vEVENTQ for accelerated SMMUv3 devices
` [PATCH v2 3/4] hw/arm/smmuv3: Introduce a helper function for event propagation

[RFC v1 0/2] migration: reduce bitmap sync time and make dirty pages converge much more easily
 2025-12-10  6:51 UTC  (7+ messages)
` [RFC v1 1/2] vhost: eliminate duplicate dirty_bitmap sync when log shared by multiple devices
` [RFC v1 2/2] migration: merge fragmented clear_dirty ioctls

[PATCH v3] Fix const qualifier build errors with recent glibc
 2025-12-10  6:03 UTC  (5+ messages)

[PATCH] target/i386/kvm: Configure proper KVM SEOIB behavior
 2025-12-10  5:23 UTC  (3+ messages)

[RFC PATCH 0/3] OpenRISC Semihosting and Virt
 2025-12-10  5:22 UTC  (17+ messages)
` [RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine

[PATCH v3 00/18] hw/arm/aspeed: AST1700 LTPI support and device hookups
 2025-12-10  2:41 UTC  (13+ messages)
` [PATCH v3 06/18] hw/arm/aspeed: Integrate interrupt controller for AST1700
` [PATCH v3 17/18] hw/arm/aspeed: Attach SGPIOM device to AST1700 model
` [PATCH v3 18/18] hw/arm/aspeed: Model AST1700 I3C block as unimplemented device

FWD: [ATTENTION] Mails on qemu mailing list are disapapearing making communication unreliable
 2025-12-10  1:20 UTC  (3+ messages)

[ANNOUNCE] QEMU 10.2.0-rc3 is now available
 2025-12-10  0:46 UTC 

[PULL 00/10] Misc HW patches for 2025-12-09
 2025-12-09 22:42 UTC  (12+ messages)
` [PULL 01/10] osdep: Undefine FSCALE definition to fix Solaris builds
` [PULL 02/10] hw/9pfs: Correct typo
` [PULL 03/10] scripts: fix broken error path in modinfo-collect.py
` [PULL 04/10] vhost: Always initialize cached vring data
` [PULL 05/10] migration: Fix order of function arguments
` [PULL 06/10] hw/pci: Fix typo in documentation
` [PULL 07/10] scripts/nsis.py: Tell makensis that WoA is 64 bit
` [PULL 08/10] Fix const qualifier build errors with recent glibc
` [PULL 09/10] Revert "migration/vmstate: remove VMSTATE_BUFFER_POINTER_UNSAFE macro"
` [PULL 10/10] Revert "hw/net/virtio-net: make VirtIONet.vlans an array instead of a pointer"

[PATCH-for-10.2] Fix order of function arguments
 2025-12-09 21:17 UTC  (7+ messages)

[PATCH-for-10.2 v2] migration: Replace g_malloc0_n by g_new0 (fixes compiler warning)
 2025-12-09 21:05 UTC  (2+ messages)

[RFC PATCH-for-10.2? v2] tests/tcg: Skip syscall catchpoint test if pipe2() syscall not available
 2025-12-09 20:49 UTC  (4+ messages)

[PATCH] virtio-gpu: create drm fd based on specified render node path
 2025-12-09 18:57 UTC  (3+ messages)

[PULL 00/23] Misc HW patches for 2025-10-28
 2025-12-09 20:07 UTC  (4+ messages)
` [PULL 03/23] hw/net/virtio-net: make VirtIONet.vlans an array instead of a pointer

[PATCH v3 00/15] python: drop qemu.qmp from qemu.git tree
 2025-12-09 20:05 UTC  (7+ messages)

[PATCH v2] migration: Fix order of function arguments
 2025-12-09 19:55 UTC  (3+ messages)

[PATCH-for-10.2 v2] osdep: Undefine FSCALE definition to fix Solaris builds
 2025-12-09 19:37 UTC  (2+ messages)

[PULL for 10.2 0/4] a few Arm HVF and TCG bug fixes
 2025-12-09 19:31 UTC  (6+ messages)
` [PULL 1/4] Revert "target/arm: Re-use arm_is_psci_call() in HVF"
` [PULL 2/4] target/arm: ensure PSCI register updates are flushed
` [PULL 3/4] target/arm: make HV_EXIT_REASON_CANCELED leave hvf_arch_vcpu_exec
` [PULL 4/4] target/arm: handle unaligned PC during tlb probe

[PATCH 0/4] Clean up end-of-instruction processing
 2025-12-09 19:18 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update reviewers for CPR
 2025-12-09 19:02 UTC  (2+ messages)

[PATCH] migration: cpr socket permissions fix
 2025-12-09 18:54 UTC  (6+ messages)

[PATCH 00/19] rust: QObject and QAPI bindings
 2025-12-09 18:43 UTC  (18+ messages)
` [PATCH 11/19] rust/qobject: add from/to JSON bindings for QObject
` [PATCH 13/19] scripts/qapi: add QAPISchemaIfCond.rsgen()
` [PATCH 14/19] scripts/qapi: generate high-level Rust bindings
` [PATCH 15/19] scripts/qapi: add serde attributes
` [PATCH 16/19] scripts/qapi: strip trailing whitespaces

[PATCH v3 0/8] Live update: tap and vhost
 2025-12-09 18:36 UTC  (6+ messages)

[PATCH v3 0/3] vhost-user-blk: support inflight migration
 2025-12-09 16:51 UTC  (5+ messages)

[PATCH v2] log: Fix result of strstr to 'const char *'
 2025-12-09 16:38 UTC  (2+ messages)

[PATCH 0/3] Generate target/arm/cpu-sysregs.h.inc from AARCHMRS Registers.json
 2025-12-09 16:33 UTC  (9+ messages)
` [PATCH 1/3] scripts: introduce scripts/update-aarch64-sysreg-code.py
` [PATCH 3/3] target/arm/cpu-sysregs.h.inc: Update with automatic generation

[PATCH RFC 00/10] QOM: Introduce OBJECT_COMPAT class
 2025-12-09 16:28 UTC  (11+ messages)
` [PATCH RFC 01/10] qom: Introduce object-compat
` [PATCH RFC 02/10] qdev: Inherit from TYPE_OBJECT_COMPAT
` [PATCH RFC 03/10] hostmem: "
` [PATCH RFC 04/10] accel: "
` [PATCH RFC 05/10] confidential guest support: "
` [PATCH RFC 06/10] qom: Unexport object_apply_compat_props()
` [PATCH RFC 07/10] qdev: Pave way for exporting Property to be used in non-qdev
` [PATCH RFC 08/10] qdev: Introduce helper object_apply_globals()
` [PATCH RFC 09/10] qdev: Refactor and rename of qdev_class_add_property()
` [PATCH RFC 10/10] migration: Inherit from TYPE_OBJECT_COMPAT

[PATCH] hw/char: sifive_uart: Implement txctrl.txen and rxctrl.rxen
 2025-12-09 16:22 UTC  (2+ messages)

[PATCH v2 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
 2025-12-09 16:18 UTC  (3+ messages)

[PATCH 0/7] single-binary: Drop TARGET_PHYS_ADDR_SPACE_BITS
 2025-12-09 16:07 UTC  (9+ messages)
` [PATCH 1/7] target/alpha: Introduce alpha_phys_addr_space_bits()
` [PATCH 2/7] target/hppa: Define PA[20|1X] physical address space size
` [PATCH 3/7] target/i386: Drop physical address range checks
` [PATCH 4/7] target/loongarch: Introduce loongarch_palen_mask()
` [PATCH 5/7] hw/loongarch: Use loongarch_palen_mask()
` [PATCH 6/7] hw/riscv: Fix IOMMU PAS capability to 56 bits
` [PATCH 7/7] Drop TARGET_PHYS_ADDR_SPACE_BITS

[PATCH 0/4] Fix SiFive UART spurious IRQ issue and misc updates
 2025-12-09 16:01 UTC  (5+ messages)
` [PATCH v2 1/4] hw/char: sifive_uart: Implement txctrl.txen and rxctrl.rxen
` [PATCH v2 2/4] hw/char: sifive_uart: Sync txwm interrupt pending status after TX FIFO enqueue
` [PATCH v2 3/4] hw/char: sifive_uart: Update IRQ when rxctrl is written
` [PATCH v2 4/4] hw/char: sifive_uart: Remove ip variable

[PATCH V5 0/4] Basic ASID2 support
 2025-12-09 15:39 UTC  (5+ messages)
` [PATCH 2/4] target/arm: Allow writes to FNG1, FNG0, A2

[PATCH] vfio/pci: Enable atomic ops for multifunction devices
 2025-12-09 14:32 UTC 

[PATCH] log: Fix result of strstr to 'const char *'
 2025-12-09 15:22 UTC  (6+ messages)

Record AS in full tlb
 2025-12-09 12:43 UTC  (5+ messages)

[PATCH-for-10.2] scripts/nsis.py: Tell makensis that WoA is 64 bit
 2025-12-09 14:18 UTC  (2+ messages)

Synced invitation: QEMU/KVM developers conference call @ Tue 23 Dec 2025 13:00 - 14:00 (GMT) (qemu-devel@nongnu.org)
 2025-12-09 13:59 UTC 

Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 14:00 to 15:00 on Tuesday (GMT) (qemu-devel@nongnu.org)
 2025-12-09 13:59 UTC 

Synced invitation: QEMU/KVM developers conference call @ Tue 12 May 2026 14:00 - 15:00 (BST) (qemu-devel@nongnu.org)
 2025-12-09 13:59 UTC 

Synced invitation: QEMU/KVM developers conference call @ Every 2 weeks from 14:00 to 15:00 on Tuesday from Tue 24 Jun to Mon 5 Jan 2026 (BST) (qemu-devel@nongnu.org)
 2025-12-09 13:59 UTC 

Synced invitation: QEMU/KVM developers conference call @ Every 2 weeks from 13:00 to 14:00 on Tuesday from Tue 11 Nov to Mon 5 Jan 2026 (GMT) (qemu-devel@nongnu.org)
 2025-12-09 13:59 UTC 

Canceled event with note: QEMU/KVM developers conference call @ Tue 23 Dec 2025 13:00 - 14:00 (GMT) (qemu-devel@nongnu.org)
 2025-12-09 13:58 UTC 

[PATCH-for-10.2] Fix typo in documentation
 2025-12-09 13:25 UTC  (3+ messages)

KVM/QEMU community call (9/12/2025) agenda items?
 2025-12-09 12:43 UTC  (3+ messages)

[PATCH 0/4] Final (for real this time) patches for arm - pre-PR
 2025-12-09 12:40 UTC  (6+ messages)
` [PATCH 1/4] Revert "target/arm: Re-use arm_is_psci_call() in HVF"
` [PATCH 2/4] target/arm: ensure PSCI register updates are flushed
` [PATCH 3/4] target/arm: make HV_EXIT_REASON_CANCELED leave hvf_arch_vcpu_exec
` [PATCH 4/4] target/arm: handle unaligned PC during tlb probe

[PATCH] hw/riscv: Treat kernel_start_addr as vaddr
 2025-12-09 12:39 UTC  (2+ messages)

[PATCH v3 0/5] block/vvfat: introduce "fat-size" option
 2025-12-09 12:26 UTC  (5+ messages)
` [PATCH v3 1/5] vvfat: introduce partitioned option

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-12-09 11:17 UTC  (13+ messages)
` [PATCH v6 12/33] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [PATCH v6 14/33] hw/arm/smmuv3-accel: Add nested vSTE install/uninstall support
` [PATCH v6 32/33] vfio: Synthesize vPASID capability to VM

[PATCH] tests/qemu-iotests: Fix check for existing file in _require_disk_usage()
 2025-12-09 10:48 UTC  (3+ messages)

[RFC PATCH] virtfs: 9p: local: add default uid and gid options
 2025-12-09 10:38 UTC  (5+ messages)

[PATCH v5 00/32] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-12-09 10:10 UTC  (4+ messages)
` [PATCH v5 31/32] vfio: Synthesize vPASID capability to VM

[PATCH v8 00/23] intel_iommu: Enable first stage translation for passthrough device
 2025-12-09  9:50 UTC  (2+ messages)

[RFC v6 0/4] hw/misc: Introduce a generalized IOMMU test framework
 2025-12-09  9:43 UTC  (7+ messages)
` [RFC v6 2/4] hw/misc: Introduce iommu-testdev for bare-metal IOMMU testing
` [RFC v6 3/4] tests/qtest/libqos: Add SMMUv3 helper library
` [RFC v6 4/4] tests/qtest: Add SMMUv3 bare-metal test using iommu-testdev

[PATCH v4 0/1] numa: add 'spm' option for Specific Purpose Memory
 2025-12-09  9:38 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH V2] htif: reject invalid signature ranges (end <= begin)
 2025-12-09  8:53 UTC 

[PATCH] char-udp: Fix initial backend open status
 2025-12-09  8:33 UTC  (3+ messages)

tcg: Requesting clarification on return value of prepare_host_addr
 2025-12-09  7:39 UTC  (5+ messages)

[PATCH] vhost: Always initialize cached vring data
 2025-12-09  7:10 UTC  (2+ messages)
` [PATCH-for-10.2] "

[PATCH 0/2] target/arm: fix for hvf regression in v10.2-rc1 (#3228)
 2025-12-09  7:04 UTC  (10+ messages)
` [PATCH 1/2] Revert "target/arm: Re-use arm_is_psci_call() in HVF"
` [PATCH 2/2] target/arm: ensure PSCI register updates are flushed

[PATCH v3] Add RISCV Zilsd extension
 2025-12-09  6:14 UTC 

[PATCH 1/1] scripts: fix broken error path in modinfo-collect.py
 2025-12-08 23:55 UTC  (3+ messages)

[RFC PATCH v7 0/4] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-12-08 21:40 UTC  (2+ messages)
` [RFC PATCH v7 4/4] virtio-gpu: Support mapping hostmem blobs with map_fixed


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