qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-10 09:54:35 to 2025-09-11 10:10:39 UTC [more...]

[PATCH 00/33] First Rust update for QEMU 10.2
 2025-09-11 10:31 UTC  (29+ messages)
` [PATCH 01/33] ci: temporarily remove rust from Debian and Ubuntu
` [PATCH 03/33] meson, cargo: require Rust 1.83.0
` [PATCH 04/33] rust: add missing const markers for MSRV==1.83.0
` [PATCH 05/33] rust: use inline const expressions
` [PATCH 06/33] rust: add qdev Device derive macro
` [PATCH 08/33] rust: vmstate: use const_refs_to_static
` [PATCH 09/33] rust: qdev: const_refs_to_static
` [PATCH 10/33] docs/rust: update msrv
` [PATCH 11/33] rust: remove unused global qemu "allocator"
` [PATCH 12/33] rust: add workspace authors
` [PATCH 13/33] rust: move vmstate_clock!() to qdev module
` [PATCH 14/33] rust: move VMState handling to QOM module
` [PATCH 15/33] rust: move Cell vmstate impl
  ` [PATCH 02/33] configure: bump Meson to 1.9.0 for use with Rust

Some iotests are failing with -luks
 2025-09-11 10:04 UTC  (6+ messages)

[PULL 0/2] loongarch-to-apply queue
 2025-09-11 10:04 UTC  (3+ messages)
` [PULL 1/2] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro

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

[PATCH 0/5] target/ppc: Move floating-point instructions to decodetree
 2025-09-11  9:29 UTC  (4+ messages)
` [PATCH 2/5] target/ppc: Move floating-point compare "

[PATCH v2 0/8] io: deal with blocking/non-blocking fds
 2025-09-11  9:22 UTC  (10+ messages)
` [PATCH v2 1/8] char-socket: tcp_chr_recv(): drop extra _set_(block, cloexec)
` [PATCH v2 2/8] char-socket: tcp_chr_recv(): add comment
` [PATCH v2 3/8] util: add qemu_set_blocking() function
` [PATCH v2 4/8] util: drop qemu_socket_set_nonblock()
` [PATCH v2 5/8] util: drop qemu_socket_try_set_nonblock()
` [PATCH v2 6/8] io/channel-socket: rework qio_channel_socket_copy_fds()
` [PATCH v2 7/8] util: drop qemu_socket_set_block()
` [PATCH v2 8/8] use qemu_set_blocking instead of g_unix_set_fd_nonblocking

[PATCH RFC] tests/functional: add tests for SCLP event CPI
 2025-09-11  9:21 UTC  (3+ messages)

[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
 2025-09-11  8:55 UTC  (27+ 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

[PATCH v7 for v10.0.0 0/2] target/riscv:Fix riscv64 kvm migration
 2025-09-11  8:36 UTC  (3+ messages)
` [PATCH v7 for v10.0.0 1/2] Set KVM initial privilege mode and mp_state
` [PATCH v7 for v10.0.0 2/2] Fix VM resume after QEMU+KVM migration

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

[PATCH v2 00/14] Support PCIe RC to AST2600 and AST2700
 2025-09-11  7:24 UTC  (15+ messages)
` [PATCH v2 01/14] hw/pci/pci_ids Add PCI vendor ID for ASPEED
` [PATCH v2 02/14] hw/pci-host/aspeed: Add AST2600 PCIe PHY model
` [PATCH v2 03/14] hw/pci-host/aspeed: Add AST2600 PCIe config space and host bridge
` [PATCH v2 04/14] hw/pci-host/aspeed: Add AST2600 PCIe Root Device support
` [PATCH v2 05/14] hw/pci-host/aspeed: Add AST2600 PCIe Root Port and make address configurable
` [PATCH v2 06/14] hw/pci-host/aspeed: Add MSI support and per-RC IOMMU address space
` [PATCH v2 07/14] hw/arm/aspeed: Wire up PCIe devices in SoC model
` [PATCH v2 08/14] hw/arm/aspeed_ast2600: Add PCIe RC support (RC_H only)
` [PATCH v2 09/14] hw/pci-host/aspeed: Add AST2700 PCIe PHY
` [PATCH v2 10/14] hw/pci-host/aspeed: Add AST2700 PCIe config with dedicated H2X blocks
` [PATCH v2 11/14] hw/pci-host/aspeed: Disable Root Device and place Root Port at 00:00.0 to AST2700
` [PATCH v2 12/14] hw/arm/aspeed_ast27x0: Introduce 3 PCIe RCs for AST2700
` [PATCH v2 13/14] tests/functional/arm/test_aspeed_ast2600: add PCIe enumeration test
` [PATCH v2 14/14] tests/functional/aarch64/aspeed_ast2700: "

[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-11  7:24 UTC  (6+ messages)
` [PATCH v5 01/29] Add boot-certs to s390-ccw-virtio machine type option
` [PATCH v5 04/29] hw/s390x/ipl: Create certificate store

[PATCH v4 00/47] AMD Versal Gen 2 support
 2025-09-11  7:08 UTC  (2+ messages)

[PATCH v3 00/26] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-09-11  6:59 UTC  (2+ messages)

[PATCH v6 0/5] NVMe: Add SPDM over the storage transport support
 2025-09-11  6:30 UTC  (8+ messages)
` [PATCH v6 1/5] spdm-socket: add seperate send/recv functions
` [PATCH v6 2/5] spdm: add spdm storage transport virtual header
` [PATCH v6 3/5] hw/nvme: add NVMe Admin Security SPDM support
` [PATCH v6 4/5] spdm: define SPDM transport enum types
` [PATCH v6 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv

[PATCH 00/22] Fix memory region leaks and use-after-finalization
 2025-09-11  3:55 UTC  (7+ messages)
` [PATCH 02/22] vfio/pci: Do not unparent in instance_finalize()
` [PATCH 10/22] qdev: Automatically delete memory subregions

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

[PATCH v7 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-09-11  1:32 UTC  (11+ messages)
` [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 05/11] target/loongarch: add msg interrupt CSR registers
` [PATCH v7 08/11] hw/loongarch: Implement avec set irq
` [PATCH v7 10/11] target/loongarch:Implement csrrd CSR_MSGIR register

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

[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  (15+ messages)
` [PATCH 04/10] util: drop qemu_socket_set_nonblock()
` [PATCH 08/10] oslib-posix: add qemu_fds_set_blocking() helper

[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] 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  (9+ messages)
` [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)


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