qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-09 17:01:11 to 2025-09-10 23:21:04 UTC [more...]

[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
 2025-09-10 23:20 UTC  (22+ messages)
` [PATCH v3 01/20] include: define constant for early constructor priority
` [PATCH v3 02/20] monitor: initialize global data from a constructor
` [PATCH v3 03/20] system: unconditionally enable thread naming
` [PATCH v3 04/20] util: expose qemu_thread_set_name
` [PATCH v3 05/20] audio: make jackaudio use qemu_thread_set_name
` [PATCH v3 06/20] util: set the name for the 'main' thread
` [PATCH v3 07/20] util: add API to fetch the current thread name
` [PATCH v3 08/20] log: avoid repeated prefix on incremental qemu_log calls
` [PATCH v3 09/20] ui/vnc: remove use of error_printf_unless_qmp()
` [PATCH v3 10/20] monitor: remove redundant error_[v]printf_unless_qmp
` [PATCH v3 11/20] monitor: move error_vprintf() back to error-report.c
` [PATCH v3 12/20] monitor: introduce monitor_cur_hmp() function
` [PATCH v3 13/20] util: don't skip error prefixes when QMP is active
` [PATCH v3 14/20] util: fix interleaving of error & trace output
` [PATCH v3 15/20] util: introduce common helper for error-report & log code
` [PATCH v3 16/20] util: convert error-report & log to message API for timestamp
` [PATCH v3 17/20] util: add support for formatting a workload name in messages
` [PATCH v3 18/20] util: add support for formatting a program "
` [PATCH v3 19/20] util: add support for formatting thread info "
` [PATCH v3 20/20] util: add brackets around guest name in message context

swtpm persistent state snapshots by copying .permall file
 2025-09-10 23:13 UTC  (2+ messages)

[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
 2025-09-10 21:45 UTC  (3+ messages)
` [PATCH v2 3/3] "

[PATCH 00/22] Fix memory region leaks and use-after-finalization
 2025-09-10 21:10 UTC  (9+ messages)
` [PATCH 02/22] vfio/pci: Do not unparent in instance_finalize()
` [PATCH 08/22] sun4m: Fix AddressSpace exposure timing
` [PATCH 09/22] sun4u: "
` [PATCH 10/22] qdev: Automatically delete memory subregions

[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-10 20:43 UTC  (4+ messages)
` [PATCH v5 04/29] hw/s390x/ipl: Create certificate store

[PATCH v4 0/2] save qemu-file incoming non-blocking fds
 2025-09-10 19:56 UTC  (5+ messages)
` [PATCH v4 1/2] migration/qemu-file: don't make incoming fds blocking again
` [PATCH v4 2/2] io/channel: document how qio_channel_readv_full() handles fds

[PATCH 00/10] io: deal with blocking/non-blocking fds
 2025-09-10 18:52 UTC  (21+ messages)
` [PATCH 04/10] util: drop qemu_socket_set_nonblock()
` [PATCH 07/10] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
` [PATCH 08/10] oslib-posix: add qemu_fds_set_blocking() helper

Some iotests are failing with -luks
 2025-09-10 18:38 UTC  (3+ messages)

[PATCH v2 -qemu 0/4] hw/cxl: Support Back-Invalidate
 2025-09-10 18:34 UTC  (6+ messages)
` [PATCH 1/4] hw/pcie: Support enabling flit mode

[PATCH v4 00/12] aio: add the aio_add_sqe() io_uring API
 2025-09-10 17:57 UTC  (13+ messages)
` [PATCH v4 01/12] aio-posix: fix race between io_uring CQE and AioHandler deletion
` [PATCH v4 02/12] aio-posix: keep polling enabled with fdmon-io_uring.c
` [PATCH v4 03/12] tests/unit: skip test-nested-aio-poll with io_uring
` [PATCH v4 04/12] aio-posix: integrate fdmon into glib event loop
` [PATCH v4 05/12] aio: remove aio_context_use_g_source()
` [PATCH v4 06/12] aio: free AioContext when aio_context_new() fails
` [PATCH v4 07/12] aio: add errp argument to aio_context_setup()
` [PATCH v4 08/12] aio-posix: gracefully handle io_uring_queue_init() failure
` [PATCH v4 09/12] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
` [PATCH v4 10/12] aio-posix: avoid EventNotifier for cqe_handler_bh
` [PATCH v4 11/12] block/io_uring: use aio_add_sqe()
` [PATCH v4 12/12] block/io_uring: use non-vectored read/write when possible

[RFC 0/4] util: qmessage_context followup
 2025-09-10 18:05 UTC  (2+ messages)

[PATCH v3] migration/qemu-file: don't make incoming fds blocking again
 2025-09-10 17:29 UTC  (4+ messages)

[RFC V2 0/8] Live update: tap and vhost
 2025-09-10 17:27 UTC  (12+ messages)

[PATCH v6 for v10.0.0 0/2] target/riscv:Fix riscv64 kvm migration
 2025-09-10 16:41 UTC  (6+ messages)
` [PATCH v6 1/2] Set KVM initial privilege mode and mp_state
` [PATCH v6 2/2] Fix VM resume after QEMU+KVM migration

[PATCH] migration: Apply migration specific keep-alive defaults to inet socket
 2025-09-10 16:36 UTC  (6+ messages)

[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-09-10 16:10 UTC  (8+ messages)
` [RFC PATCH v3 05/15] hw/arm/smmuv3-accel: Introduce smmuv3 accel device

Rust high-level pre/post migration callbacks
 2025-09-10 16:24 UTC  (4+ messages)

[PATCH 0/3] migration/tls: Graceful shutdowns for main and postcopy channels
 2025-09-10 16:01 UTC  (4+ messages)
` [PATCH 1/3] migration/tls: Gracefully shutdown main and preempt channels
` [PATCH 2/3] migration: Make migration_has_failed() work even for CANCELLING
` [PATCH 3/3] migration/multifd: Use the new graceful termination helper

[PATCH 0/3] tests/qemu-iotests: Improve test detection for meson
 2025-09-10 15:37 UTC  (4+ messages)
` [PATCH 1/3] tests/qemu-iotests/184: Fix skip message for qemu-img without throttle
` [PATCH 2/3] tests/qemu-iotests: Improve the dry run list to speed up thorough testing
` [PATCH 3/3] tests/qemu-iotest: Add more image formats to the "

[PATCH v2 0/4] Fix RISC-V timer migration issues
 2025-09-10 15:37 UTC  (6+ messages)
` [PATCH v2 1/4] hw/intc: Save time_delta in RISC-V mtimer VMState
` [PATCH v2 2/4] include/migration: Add support for a variable-length array of UINT32 pointers
` [PATCH v2 3/4] hw/intc: Save timers array in RISC-V mtimer VMState
` [PATCH v2 4/4] target/riscv: Save stimer and vstimer in CPU vmstate

[PATCH v6 00/25] tcg-plugins: add hooks for discontinuities
 2025-09-10 15:04 UTC  (11+ messages)

[PATCH] docs/interop/firmware: Add riscv64 to FirmwareArchitecture
 2025-09-10 14:39 UTC  (2+ messages)

[PULL 00/28] i386, accel, memory patches for 2025-08-29
 2025-09-10 14:25 UTC  (7+ messages)
` [PULL 24/28] hpet: switch to fine-grained device locking
    ` [PATCH] hpet: guard IRQ handling with BQL

[PATCH v3 0/9] Add IBM PPE42 CPU support
 2025-09-10 14:21 UTC  (4+ messages)
` [PATCH v3 8/9] hw/ppc: Add a test machine for the IBM PPE42 CPU

[PATCH v2] scripts/ci: add gitlab-failure-analysis script
 2025-09-10 13:53 UTC 

[PATCH v2] tree-wide: replace tabs with sapce and align code This patch updates by replacing the tabs with spaces and fixing alignment issues Signed-off-by: Harshini <harshinimageswari@gmail.com> Signed-off-by: Akshaya S <akshayasankarr@gmail.com> Signed-off-by: Sri Vishnu <108srivishnu1008@gmail.com>
 2025-09-10 13:29 UTC  (4+ messages)

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-09-10 13:17 UTC  (15+ messages)
` [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
` [PATCH 3/4] export/fuse: Safe termination for FUSE-uring
` [PATCH 4/4] iotests: add tests for FUSE-over-io_uring

Issues with pdcm in qemu 10.1-rc on migration and save/restore
 2025-09-10 11:57 UTC  (4+ messages)
` [RFC PATCH 0/2] Fix cross migration issue with missing features: pdcm, arch-capabilities
  ` [PATCH 1/2] target/i386: add compatibility property for arch_capabilities
  ` [PATCH 2/2] target/i386: add compatibility property for pdcm feature

[PATCH v8 0/7] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-09-10 11:54 UTC  (8+ messages)
` [PATCH v8 1/7] vhost-user: Add VirtIO Shared Memory map request
` [PATCH v8 2/7] vhost_user.rst: Align VhostUserMsg excerpt members
` [PATCH v8 3/7] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec
` [PATCH v8 4/7] vhost_user: Add frontend get_shmem_config command
` [PATCH v8 5/7] vhost_user.rst: Add GET_SHMEM_CONFIG message
` [PATCH v8 6/7] qmp: add shmem feature map
` [PATCH v8 7/7] vhost-user-device: Add shared memory BAR

[PATCH] ui/sdl2: fix reset scaling binding to be consistent with gtk
 2025-09-10 11:49 UTC 

[PATCH v7 0/8] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-09-10 11:10 UTC  (7+ messages)
` [PATCH v7 6/8] tests/qtest: Add GET_SHMEM validation test

Abuse of warnings for unhandled errors and programming errors
 2025-09-10 11:05 UTC  (3+ messages)

[PATCH v2 0/8] virtio-net: live-TAP local migration
 2025-09-10 10:29 UTC  (4+ messages)
` [PATCH v2 4/8] qapi: add interface for local TAP migration

[PATCH] docs/system/keys: fix incorrect reset scaling key binding
 2025-09-10 10:23 UTC  (4+ messages)

[PATCH v7 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-09-10  9:11 UTC  (12+ messages)
` [PATCH v7 01/11] target/loongarch: move some machine define to virt.h
` [PATCH v7 02/11] hw/loongarch: add virt feature avecintc and cpu feature msgint support
` [PATCH v7 03/11] hw/loongarch: add misc register supoort avecintc
` [PATCH v7 04/11] loongarch: add a advance interrupt controller device
` [PATCH v7 05/11] target/loongarch: add msg interrupt CSR registers
` [PATCH v7 06/11] hw/loongarch: AVEC controller add a MemoryRegion
` [PATCH v7 07/11] hw/loongarch: Implement avec controller imput and output pins
` [PATCH v7 08/11] hw/loongarch: Implement avec set irq
` [PATCH v7 09/11] target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts
` [PATCH v7 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
` [PATCH v7 11/11] hw/loongarch: Implement AVEC plug/unplug interfaces

[PULL 00/16] Meson, x86, Rust patches for 2025-05-12
 2025-09-10  9:07 UTC  (5+ messages)
` [PULL 10/16] target/i386: implement TSS trap bit

[RFC PATCH v1] io/channel-socket: abort socket reads after a force shutdown request
 2025-09-10  8:50 UTC 

[RFC PATCH] io/channel-socket: abort socket reads after a force shutdown request
 2025-09-10  8:43 UTC 

Question: ThreadSanitizer support in QEMU user-mode
 2025-09-10  8:43 UTC  (2+ messages)

[PATCH v3 00/19] accel, cpus: clean up cpu->exit_request
 2025-09-10  7:14 UTC  (5+ messages)
` [PATCH 14/19] cpus: properly kick CPUs out of inner execution loop
` [PATCH 15/19] treewide: rename qemu_wait_io_event/qemu_wait_io_event_common

[ANNOUNCE] QEMU 10.0.4 Stable released
 2025-09-10  5:12 UTC 

[ANNOUNCE] QEMU 7.2.20 Stable released
 2025-09-10  5:12 UTC 

[PATCH 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
 2025-09-10  3:51 UTC  (3+ messages)
` [PATCH 1/5] hw/gpio: Add property for ASPEED GPIO in 32 bits basis

[PATCH 0/5] vfio: relax the vIOMMU check
 2025-09-10  2:37 UTC  (6+ messages)
` [PATCH 1/5] vfio/iommufd: Add framework code to support getting dirty bitmap before unmap
` [PATCH 2/5] vfio/iommufd: Query dirty bitmap before DMA unmap
` [PATCH 3/5] vfio/iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag support
` [PATCH 4/5] intel_iommu: Optimize unmap_bitmap during migration
` [PATCH 5/5] vfio/migration: Allow live migration with vIOMMU without VFs using device dirty tracking

[PATCH v4 0/3] Register reset interface with hot-add CPUs
 2025-09-10  2:28 UTC  (7+ messages)
` [PATCH v4 1/3] hw/loongarch/virt: Add BSP support with aux boot code
` [PATCH v4 2/3] hw/loongarch/virt: Remove unnecessay pre-boot setting with BSP
` [PATCH v4 3/3] hw/loongarch/virt: Register reset interface with cpu plug callback

[PATCH 0/3] Fix RISC-V timer migration issues
 2025-09-10  1:33 UTC  (5+ messages)
` [PATCH 2/3] hw/intc: Save timers array in RISC-V mtimer VMState

[PATCH 0/7] Introduce PCIE Root Complex on Nuvoton npcm8xx and npcm7xx
 2025-09-09 22:11 UTC  (8+ messages)
` [PATCH 1/7] hw/pci-host: implement Nuvoton PCIE Root Complex stub
` [PATCH 2/7] hw/pci-host: add basic Nuvoton PCIe window support
` [PATCH 3/7] hw/arm: attach PCIe root complex to npmcm8xx
` [PATCH 4/7] hw/pci-host: add Nuvoton PCIe root port
` [PATCH 5/7] hw/pci-host: enable MSI on npcm PCIe root complex
` [PATCH 6/7] hw/pci-host: rework Nuvoton PCIe windowing and memory regions
` [PATCH 7/7] hw/arm: Add PCIERC to NPCM7xx SoC

[PATCH 00/11] accel/tcg: Improve tb_flush usage
 2025-09-09 21:06 UTC  (3+ messages)
` [PATCH 05/11] accel/tcg: Move post-load tb_flush to vm_change_state hook

XIVE VFIO kernel resample failure in INTx mode under heavy load
 2025-09-09 21:05 UTC  (9+ messages)

[PATCH v2 0/4] Error recovery for zPCI passthrough devices
 2025-09-09 20:56 UTC  (5+ messages)
` [PATCH v2 2/4] vfio/pci: Add an architecture specific error handler

[PATCH v3 0/6] sd: Add RPMB emulation to eMMC model
 2025-09-09 20:56 UTC  (3+ messages)
` [PATCH v3 1/6] hw/sd/sdcard: Fix size check for backing block image

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-09-09 20:44 UTC  (5+ messages)
` [PATCH 15/22] vfio/pci.h: use QOM casts where appropriate

[PATCH] tests/functional/m68k: Use proper polling in the next-cube test
 2025-09-09 20:32 UTC  (2+ messages)

[PATCH V3 0/9] Live update: cpr-exec
 2025-09-09 19:27 UTC  (10+ messages)
` [PATCH V3 7/9] migration: cpr-exec mode

[PATCH v3 0/9] virtio-console: notify about the terminal size
 2025-09-09 19:24 UTC  (4+ messages)

[PATCH v4 00/84] target/arm: Implement FEAT_GCS
 2025-09-09 17:17 UTC  (3+ messages)
` [PATCH v4 68/84] target/arm: Add gcs record for BLR with PAuth

[PATCH v4 for v10.0.0] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
 2025-09-09 17:01 UTC  (4+ messages)
` [PATCH v5 for v10.0.0 0/2] target/riscv:Fix riscv64 kvm migration
  ` [PATCH v5 for v10.0.0 2/2] target/riscv/kvm:Fixed the issue of resume after QEMU+KVM migration

[PATCH <RFC> 00/15] Encode object type security status in code
 2025-09-09 16:57 UTC  (3+ messages)
` [PATCH 07/15] system: report device security status in help output
` [PATCH 13/15] hw/core: declare 'none' machine to be insecure


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