qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-12 12:59:34 to 2025-11-13 10:58:16 UTC [more...]

[PATCH v2] Add RISCV Zilsd extension
 2025-11-13 10:54 UTC  (4+ messages)

[PATCH v2 00/18] testing/next cleanups (docker, functional) - pre-PR
 2025-11-13 10:51 UTC  (22+ messages)
` [PATCH v2 01/18] tests/docker: drop --link from COPYs in emsdk docker
` [PATCH v2 02/18] libvirt-ci: bump libvirt-ci to latest version
` [PATCH v2 03/18] tests/lcitool: update ENV stazas outputted by refresh
` [PATCH v2 04/18] tests/docker: add coreutils to the package list
` [PATCH v2 05/18] gitlab: add initial ppc64le custom-runner test
` [PATCH v2 06/18] docs/about/emulation: update assets for uftrace plugin documentation
` [PATCH v2 07/18] tests: move test_xen assets to share.linaro.org
` [PATCH v2 08/18] tests: move test_virt "
` [PATCH v2 09/18] tests: move test_netdev_ethtool "
` [PATCH v2 10/18] tests: move test_kvm_xen "
` [PATCH v2 11/18] tests: move test_kvm "
` [PATCH v2 12/18] tests: move test_virt_gpu "
` [PATCH v2 13/18] gitlab: use template for ubuntu-24.04-s390x jobs
` [PATCH v2 14/18] gitlab: simplify the ubuntu-24.04-aarch64 rules
` [PATCH v2 15/18] gitlab: suppress custom runners being triggered by schedule
` [PATCH v2 16/18] gitlab: make custom runners need QEMU_CI to run
` [PATCH v2 17/18] gitlab: make the schedule rules a bit more general
` [PATCH v2 18/18] gitlab: add a weekly container building job

[PATCH v3] tests/unit: add unit test for qemu_hexdump()
 2025-11-13 10:46 UTC  (6+ messages)

[PATCH] tests/functional/arm/test_aspeed_ast2600_buildroot: Fix pylint warnings
 2025-11-13 10:06 UTC 

[PATCH] virtio/vhost: don't consider non-MAP_SHARED regions public
 2025-11-13  9:40 UTC  (2+ messages)

[PATCH] tests/qemu-iotests: Fix broken grep command in iotest 207
 2025-11-13  9:18 UTC  (2+ messages)

[PATCH 0/5] block/vvfat: introduce "size" option
 2025-11-13  9:13 UTC  (5+ messages)

[PATCH v7 00/23] intel_iommu: Enable first stage translation for passthrough device
 2025-11-13  9:10 UTC  (24+ messages)
` [PATCH v7 09/23] intel_iommu: Stick to system MR for IOMMUFD backed host device when x-flts=on
` [PATCH v7 13/23] intel_iommu: Bind/unbind guest page table to host
` [PATCH v7 14/23] intel_iommu: Propagate PASID-based iotlb invalidation "
` [PATCH v7 16/23] intel_iommu: Replay pasid bindings after context cache invalidation
` [PATCH v7 19/23] Workaround for ERRATA_772415_SPR17
` [PATCH v7 20/23] vfio: Bypass readonly region for dirty tracking
` [PATCH v7 23/23] docs/devel: Add IOMMUFD nesting documentation

[PATCH 00/22] rust/hpet: Move towards lockless IO, partly
 2025-11-13  9:31 UTC  (24+ messages)
` [PATCH 01/22] rust/migration: Add Sync implementation for Migratable<>
` [PATCH 02/22] rust/migration: Fix missing name in the VMSD of Migratable<>
` [PATCH 03/22] rust/migration: Check name field in VMStateDescriptionBuilder
` [PATCH 04/22] rust/bql: Add BqlGuard to provide BQL context
` [PATCH 05/22] rust/bql: Ensure BQL locked early at BqlRefCell borrowing
` [PATCH 06/22] rust/memory: Add enable_lockless_io binding
` [PATCH 07/22] rust/hpet: Reduce unnecessary mutable self argument
` [PATCH 08/22] rust/hpet: Rename HPETRegister to DecodedRegister
` [PATCH 09/22] rust/hpet: Rename decoded "reg" enumeration to "target"
` [PATCH 10/22] rust/hpet: Abstract HPETTimerRegisters struct
` [PATCH 11/22] rust/hpet: Make timer register accessors as methods of HPETTimerRegisters
` [PATCH 12/22] rust/hpet: Abstract HPETRegisters struct
` [PATCH 13/22] rust/hpet: Make global register accessors as methods of HPETRegisters
` [PATCH 14/22] rust/hpet: Borrow HPETState.regs once in HPETState::post_load()
` [PATCH 15/22] rust/hpet: Explicitly initialize complex fields in init()
` [PATCH 16/22] rust/hpet: Pass &BqlRefCell<HPETRegisters> as argument during MMIO access
` [PATCH 17/22] rust/hpet: Maintain HPETTimerRegisters in HPETRegisters
` [PATCH 18/22] rust/hpet: Borrow BqlRefCell<HPETRegisters> at top level
` [PATCH 19/22] rust/hpet: Rename hpet_regs variables to regs
` [PATCH 20/22] rust/hpet: Apply Migratable<> wrapper and ToMigrationState for HPETRegisters
` [PATCH 21/22] rust/hpet: Replace BqlRefCell<HPETRegisters> with Mutex<HPETRegisters>
` [PATCH 22/22] rust/hpet: Enable lockless IO

[PATCH v3 for-10.2 00/13] Fix deadlock with bdrv_open of self-served NBD
 2025-11-13  9:07 UTC  (15+ messages)
` [PATCH v3 01/13] iotests: Drop execute permissions on vvfat.out
` [PATCH v3 02/13] qio: Add trace points to net_listener
` [PATCH v3 03/13] qio: Unwatch before notify in QIONetListener
` [PATCH v3 04/13] qio: Remember context of qio_net_listener_set_client_func_full
` [PATCH v3 05/13] qio: Protect NetListener callback with mutex
` [PATCH v3 06/13] qio: Minor optimization when callback function is unchanged
` [PATCH v3 07/13] qio: Factor out helpers qio_net_listener_[un]watch
` [PATCH v3 08/13] chardev: Reuse channel's cached local address
` [PATCH v3 09/13] qio: Provide accessor around QIONetListener->sioc
` [PATCH v3 10/13] qio: Prepare NetListener to use AioContext
` [PATCH v3 11/13] qio: Add QIONetListener API for using AioContext
` [PATCH v3 12/13] nbd: Avoid deadlock in client connecting to same-process server
` [PATCH v3 13/13] iotests: Add coverage of recent NBD qio deadlock fix

[PATCH v3 05/13] qio: Protect NetListener callback with mutex
 2025-11-13  9:05 UTC  (5+ messages)
  ` [PATCH v3 07/13] qio: Factor out helpers qio_net_listener_[un]watch
  ` [PATCH v3 08/13] chardev: Reuse channel's cached local address
  ` [PATCH v3 09/13] qio: Provide accessor around QIONetListener->sioc
  ` [PATCH v3 11/13] qio: Add QIONetListener API for using AioContext

[RFC PATCH] virtio-net: introduce strict peer feature check
 2025-11-13  8:53 UTC  (4+ messages)

[PATCH 0/2] iotests: Run iotests with sanitizers
 2025-11-13  8:32 UTC  (4+ messages)
` [PATCH 1/2] qemu-img: Fix amend option parse error handling

[PATCH v6 00/15] aio: add the aio_add_sqe() io_uring API
 2025-11-13  8:27 UTC  (2+ messages)

[PATCH v4 0/8] target/arm/kvm: Improve memory error handling
 2025-11-13  7:41 UTC  (10+ messages)
` [PATCH v4 1/8] acpi/ghes: Make GHES max raw data length dynamic
` [PATCH v4 2/8] tests/qtest/bios-tables-test: Prepare for changes in the HEST table
` [PATCH v4 3/8] acpi/ghes: Increase GHES raw data maximal length to 4KiB
` [PATCH v4 4/8] tests/qtest/bios-tables-test: Update HEST table
` [PATCH v4 5/8] acpi/ghes: Extend acpi_ghes_memory_errors() for multiple CPERs
` [PATCH v4 6/8] acpi/ghes: Bail early on error from get_ghes_source_offsets()
` [PATCH v4 7/8] acpi/ghes: Use error_fatal in acpi_ghes_memory_errors()
` [PATCH v4 8/8] target/arm/kvm: Support multiple memory CPERs injection

[PATCH] tests/qemu-iotest: fix iotest 024 with qed images
 2025-11-13  7:29 UTC  (3+ messages)

[PATCH v6] qapi: net: deprecate vhostforce option
 2025-11-13  7:17 UTC 

[PATCH v5] qapi: net: deprecate vhostforce option
 2025-11-13  7:06 UTC  (3+ messages)

[RFC v3 0/3] hw/misc: Introduce a generalized IOMMU test framework
 2025-11-13  7:02 UTC  (5+ messages)
` [RFC v3 1/3] hw/misc: introduce iommu-testdev for bare-metal IOMMU testing
` [RFC v3 2/3] tests/qtest: add libqos SMMUv3 helper library
` [RFC v3 3/3] tests/qtest: add SMMUv3 bare-metal test using iommu-testdev

[PATCH] chardev/char-file: fix failure path
 2025-11-13  6:56 UTC  (2+ messages)

[RFC PATCH v1 0/1] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-11-13  6:51 UTC  (4+ messages)
` [RFC PATCH v1 1/1] virtio-gpu: Support mapping hostmem blobs with map_fixed

[PATCH v4 0/5] RISC-V: NEORV32 CPU, peripherials, and machine
 2025-11-13  6:51 UTC  (6+ messages)
` [PATCH v4 3/5] hw/char: add NEORV32 UART (CTRL/DATA, fifo, chardev)
` [PATCH v4 4/5] hw/ssi: add NEORV32 SPI controller (SSI master, CS command)

[PATCH V2 1/2] Modify the interrupt trigger type in loongarch virt fdt to macro definition
 2025-11-13  6:15 UTC  (6+ messages)
` [PATCH V2 2/2] fix pci device can't alloc irq from fdt

[PATCH v2 0/3] Add drive-backed EEPROM support to quanta-q71l
 2025-11-13  5:06 UTC  (5+ messages)
` [PATCH v2 1/3] hw/nvram: Add a new auxiliary function to init at24c eeprom
` [PATCH v2 2/3] hw/arm: add eeproms to quanta-q7l1 board
` [PATCH v2 3/3] hw/arm: enable eeproms for quanta-q71l

[PATCH v2 0/1] 64 Bit support for hppa gdbstub
 2025-11-13  4:48 UTC  (2+ messages)
` [PATCH v2 1/1] target/hppa: add 64 bit support to gdbstub

[PATCH v2 00/10] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
 2025-11-13  4:08 UTC  (19+ messages)
` [PATCH v2 02/10] virtio-gpu: Find hva for Guest's DMA addr associated with a ram device
` [PATCH v2 09/10] virtio-gpu-dmabuf: Introduce qemu_iovec_same_memory_regions()
` [PATCH v2 10/10] virtio-gpu-dmabuf: Create dmabuf for blobs associated with VFIO devices

[PATCH v14 00/10] Support virtio-gpu DRM native context
 2025-11-13  3:58 UTC  (7+ messages)
` [PATCH v14 04/10] virtio-gpu: Support asynchronous fencing

[PATCH 00/13] Adding comprehensive support for i.MX8MM EVK board
 2025-11-13  3:03 UTC  (8+ messages)
` [PATCH 13/13] hw/arm/fsl-imx8mm: Adding functional testing of iMX8MM emulation
    ` [EXT] "

[PATCH] rtc/mc146818rtc: fix QEMU crash when time runs backwards
 2025-11-13  3:02 UTC 

[PATCH] memory: Make FlatView root references weak
 2025-11-13  1:58 UTC  (12+ messages)

[PATCH v4 RESEND 0/2] hw/riscv/virt: Add acpi ged and powerdown support
 2025-11-13  1:44 UTC  (3+ messages)
` [PATCH v4 RESEND 1/2] "
` [PATCH v4 RESEND 2/2] tests/acpi: Add acpi ged and power button in DSDT for RISC-V

[PATCH 0/2] Add drive-backed EEPROM support to quanta-q71l
 2025-11-13  0:44 UTC  (6+ messages)
` [PATCH 2/2] hw/arm: enable eeproms for quanta-q71l

[Qemu-devel] [PULL 00/17] virtio, pci fixes, enhancements
 2025-11-12 22:35 UTC  (3+ messages)
` [Qemu-devel] [PULL 16/17] hw/pci-bridge: format special OFW unit address for PXB host

[PATCH] monitor/qmp: cleanup socket listener sources early to avoid fd handling race
 2025-11-12 21:48 UTC  (2+ messages)

[PATCH v3 0/2] arm: add kvm-psci-version vcpu property
 2025-11-12 21:07 UTC  (4+ messages)
` [PATCH v3 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v3 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[Bug 2126951] Re: `block-stream` segfault with concurrent `query-named-block-nodes`
 2025-11-12 18:46 UTC 

[PATCH v3 0/8] target/arm/kvm: Improve memory error handling
 2025-11-12 17:41 UTC  (16+ messages)
` [PATCH v3 2/8] acpi/ghes: Increase GHES raw data maximal length to 4KiB
` [PATCH v3 4/8] acpi/ghes: Extend acpi_ghes_memory_errors() to support multiple CPERs
` [PATCH v3 6/8] acpi/ghes: Use error_abort in acpi_ghes_memory_errors()

[PATCH v2 0/2] arm: add kvm-psci-version vcpu property
 2025-11-12 17:20 UTC  (4+ messages)
` [PATCH v2 2/2] target/arm/kvm: "

[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
 2025-11-12 16:55 UTC  (6+ messages)
` [PATCH RFC V6 14/24] arm/acpi: Introduce dedicated CPU OSPM interface for ARM-like platforms

[PULL v2 00/28] Block layer patches
 2025-11-12 16:42 UTC  (5+ messages)
` [PULL v2 28/28] qemu-img rebase: don't exceed IO_BUF_SIZE in one operation

[BUG] Block graph assertion failure on blockdev-add
 2025-11-12 16:41 UTC  (2+ messages)
` [RFC PATCH 1/1] block: avoid global drain on graph subtrees manipulation

[PATCH v5] Add RISCV ZALASR extension
 2025-11-12 16:29 UTC 

[PATCH] monitor/qmp: cleanup socket listener sources early to avoid fd handling race
 2025-11-12 15:31 UTC  (2+ messages)

[PATCH 00/16] testing/next cleanups (docker, functional)
 2025-11-12 15:23 UTC  (3+ messages)
` [PATCH 01/16] tests/docker: drop --link from COPYs in emsdk docker

[PATCH] monitor/qmp: cleanup socket listener sources early to avoid fd handling race
 2025-11-12 14:57 UTC  (2+ messages)

[PATCH 0/3] virtio-gpu: Add user pointer and HSAKMT support enhancements
 2025-11-12 10:54 UTC  (6+ messages)
` [PATCH 1/3] virtio-gpu: Add support for VIRTIO_GPU_BLOB_FLAG_USE_USERPTR flag
` [PATCH 2/3] virtio-gpu: add configurable HSAKMT capset support
` [PATCH 3/3] virtio-gpu: Add VIRTIO_GPU_F_RESOURCE_USERPTR feature support

[RFC] Why is IO_BUF_SIZE still 2MB in qemu-img operations?
 2025-11-12 11:55 UTC 

[PATCH v3 00/10] chardev: Improve @docstring and clarify qemu_chr_write() uses
 2025-11-12 13:58 UTC  (13+ messages)
` [PATCH v3 01/10] chardev/char-fe: Improve @docstrings
` [PATCH v3 02/10] chardev/char-io: Add @docstrings for io_channel_send[_full]()
` [PATCH v3 03/10] chardev/char: Improve ChardevClass::chr_write() docstring
` [PATCH v3 04/10] chardev/char: Document qemu_chr_write[_all]()
` [PATCH v3 05/10] chardev/char-pty: Do not ignore chr_write() failures
` [PATCH v3 06/10] chardev/char: Allow partial writes in qemu_chr_write()
` [PATCH v3 07/10] chardev/char: Preserve %errno "
` [PATCH v3 08/10] chardev/char: Document qemu_chr_fe_write()'s return value
` [PATCH v3 09/10] hw/char: Simplify when qemu_chr_fe_write() could not write
` [PATCH v3 10/10] system/replay: Rename some method parameters

[PATCH v7 00/19] single-binary: Make hw/arm/ common
 2025-11-12 13:46 UTC  (5+ messages)
` [PATCH v7 06/19] config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)

[PATCH] hw/9pfs: Drop unused print_sg helper
 2025-11-12 13:42 UTC  (4+ messages)

[PATCH for-11.0] hw: add compat machines for 11.0
 2025-11-12 13:00 UTC 

[PATCH v2 0/9] chardev: Improve @docstring and clarify qemu_chr_write() uses
 2025-11-12 12:51 UTC  (4+ messages)
` [PATCH v2 5/9] chardev/char-pty: Do not ignore chr_write() failures

[PATCH v2 5/5] vvfat: add support for "fat-size" options
 2025-11-12 12:29 UTC  (11+ 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).