messages from 2025-09-19 03:49:51 to 2025-09-19 13:55:12 UTC [more...]
[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
2025-09-19 13:54 UTC (3+ messages)
` [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests
[PATCH v3 0/2] migration/tls: Graceful shutdowns for main and postcopy channels
2025-09-19 13:50 UTC (4+ messages)
[PATCH 00/24] CI/build-sys fixes to enable Rust more widely
2025-09-19 13:50 UTC (27+ messages)
` [PATCH 01/24] gitlab-ci: fix 'needs' property type must be array
` [PATCH 02/24] scripts/archive-source: speed up downloading subprojects
` [PATCH 03/24] scripts/archive-source: silence subprojects downloads
` [PATCH 04/24] configure: fix rust meson configuration
` [PATCH 05/24] configure: set the bindgen cross target
` [PATCH 06/24] RFC: configure: use the same machine as the host triple by default
` [PATCH 07/24] tests/docker/common: print errors to stderr
` [PATCH 08/24] tests/docker: use fully qualified image name for emsdk
` [PATCH 09/24] tests/docker/common: print meson log on configure failure
` [PATCH 10/24] lcitool: update, switch to f41
` [PATCH 11/24] lcitool/qemu: include libclang-rt for TSAN
` [PATCH 12/24] lcitool/alpine: workaround bindgen issue
` [PATCH 13/24] tests/lcitool: add missing rust-std dep
` [PATCH 14/24] tests: move mips to debian-legacy-test-cross
` [PATCH 15/24] tests/lcitool: update to debian13
` [PATCH 16/24] build-sys: cfi_debug and safe_stack are not compatible
` [PATCH 17/24] tests/docker: add ENABLE_RUST environment
` [PATCH 18/24] tests/lcitool: enable rust & refresh
` [PATCH 19/24] configure: set the meson executable suffix/ext
` [PATCH 20/24] tests/freebsd: enable Rust
` [PATCH 21/24] meson: rust-bindgen limit allowlist-file to srcdir/include
` [PATCH 22/24] WIP: tests/docker: add rust to debian-legacy-test-cross
` [PATCH 23/24] WIP: gitlab-ci: enable rust for msys2-64bit
` [PATCH 24/24] WIP: cirrus/macos: enable Rust
[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
2025-09-19 13:43 UTC (26+ messages)
` [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 07/20] util: add API to fetch the current thread name
` [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 v4 0/4] linux-user: Add syscall dispatch support
2025-09-19 12:58 UTC (3+ messages)
[PATCH] tcg/optimize: Fix folding of vector bitsel
2025-09-19 12:49 UTC
[PATCH] docs: use the pyvenv version of Meson
2025-09-19 12:27 UTC (4+ messages)
[PATCH] migration: Apply migration specific keep-alive defaults to inet socket
2025-09-19 12:10 UTC (15+ messages)
[PATCH v14 00/27] migration: propagate vTPM errors using Error objects
2025-09-19 12:05 UTC (2+ messages)
[PATCH] qom: use ERRP_GUARD in user_creatable_complete
2025-09-19 12:06 UTC (5+ messages)
[PATCH v5 00/19] virtio-net: live-TAP local migration
2025-09-19 12:00 UTC (21+ messages)
` [PATCH v5 01/19] migration/qemu-file: don't make incoming fds blocking again
` [PATCH v5 02/19] io/channel: document how qio_channel_readv_full() handles fds
` [PATCH v5 03/19] net/tap: net_init_tap_one(): drop extra error propagation
` [PATCH v5 04/19] net/tap: net_init_tap_one(): move parameter checking earlier
` [PATCH v5 05/19] net/tap: rework net_tap_init()
` [PATCH v5 06/19] net/tap: setup exit notifier only when needed
` [PATCH v5 07/19] net/tap: split net_tap_fd_init()
` [PATCH v5 08/19] net/tap: rework tap_set_sndbuf()
` [PATCH v5 09/19] net/tap: rework sndbuf handling
` [PATCH v5 10/19] net/tap: introduce net_tap_setup()
` [PATCH v5 11/19] net/tap: move vhost fd initialization to net_tap_new()
` [PATCH v5 12/19] net/tap: use net_tap_setup() in net_init_bridge()
` [PATCH v5 13/19] net/tap: finalize net_tap_set_fd() logic
` [PATCH v5 14/19] migration: add MIG_EVENT_PRE_INCOMING
` [PATCH v5 15/19] net/tap: postpone tap setup to pre-incoming
` [PATCH v5 16/19] qapi: add interface for local TAP migration
` [PATCH v5 17/19] virtio-net: support fds migration of TAP backend
` [PATCH v5 18/19] tests/functional: add skipUnlessPasswordlessSudo() decorator
` [PATCH v5 19/19] tests/functional: add test_x86_64_tap_fd_migration
[PULL 00/16] Treewide I/O handle cleanup
2025-09-19 11:50 UTC (17+ messages)
` [PULL 01/16] MAINTAINERS: list qemu-security@nongnu.org as security contact
` [PULL 02/16] migration/qemu-file: don't make incoming fds blocking again
` [PULL 03/16] io/channel: document how qio_channel_readv_full() handles fds
` [PULL 04/16] char-socket: tcp_chr_recv(): drop extra _set_(block, cloexec)
` [PULL 05/16] char-socket: tcp_chr_recv(): add comment
` [PULL 06/16] util: add qemu_set_blocking() function
` [PULL 07/16] treewide: handle result of qio_channel_set_blocking()
` [PULL 08/16] migration: qemu_file_set_blocking(): add errp parameter
` [PULL 09/16] util: drop qemu_socket_set_nonblock()
` [PULL 10/16] util: drop qemu_socket_try_set_nonblock()
` [PULL 11/16] io/channel-socket: rework qio_channel_socket_copy_fds()
` [PULL 12/16] util: drop qemu_socket_set_block()
` [PULL 13/16] treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
` [PULL 14/16] chardev: qemu_chr_open_fd(): add errp
` [PULL 15/16] chardev: close an fd on failure path
` [PULL 16/16] util/vhost-user-server: vu_message_read(): improve error handling
[PATCH 00/16] tracetool: add Rust support
2025-09-19 11:25 UTC (17+ messages)
` [PATCH 01/16] tracetool: fix usage of try_import()
` [PATCH 02/16] tracetool: remove dead code
` [PATCH 03/16] treewide: remove unnessary "coding" header
` [PATCH 04/16] tracetool: add SPDX headers
` [PATCH 05/16] trace/ftrace: move snprintf+write from tracepoints to ftrace.c
` [PATCH 06/16] tracetool: add CHECK_TRACE_EVENT_GET_STATE
` [PATCH 07/16] tracetool/backend: remove redundant trace event checks
` [PATCH 08/16] tracetool: Add Rust format support
` [PATCH 09/16] rust: add trace crate
` [PATCH 10/16] rust: qdev: add minimal clock bindings
` [PATCH 11/16] rust: pl011: add tracepoints
` [PATCH 12/16] tracetool/simple: add Rust support
` [PATCH 13/16] log: change qemu_loglevel to unsigned
` [PATCH 14/16] tracetool/log: add Rust support
` [PATCH 15/16] tracetool/ftrace: "
` [PATCH 16/16] tracetool/syslog: "
[PATCH] block: fix luks 'amend' when run in coroutine
2025-09-19 11:22 UTC
[PATCH v4 0/2] FM-API Physical Switch Command Set Support
2025-09-19 11:21 UTC (9+ messages)
` [PATCH v4 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
` [PATCH v4 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)
[PATCH] plugins: Add PC diversion API function
2025-09-19 10:59 UTC (2+ messages)
[PATCH v3 0/7] Do not unparent in instance_finalize()
2025-09-19 10:49 UTC (10+ messages)
` [PATCH v3 1/7] docs/devel: "
[RFC PATCH RESEND 0/4] hw/arm/virt: Add support for Target Implementation CPUs
2025-09-19 10:51 UTC (3+ messages)
` [RFC PATCH RESEND 3/4] target/arm/kvm: Handle KVM Target Imp CPU hypercalls
[RFC PATCH 00/14] tracetool: add Rust support
2025-09-19 10:51 UTC (4+ messages)
` [PATCH 10/14] tracetool/simple: "
[PATCH v5 00/13] io: deal with blocking/non-blocking fds
2025-09-19 10:44 UTC (10+ messages)
` [PATCH v5 04/13] handle result of qio_channel_set_blocking()
` [PATCH v5 10/13] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
` [PATCH v5 13/13] util/vhost-user-server: vu_message_read(): improve error handling
[PATCH] rust: vmstate: use "cast()" instead of "as"
2025-09-19 10:41 UTC (2+ messages)
[PATCH] rust: build: remove "protocol: rust: from doctests
2025-09-19 10:40 UTC (2+ messages)
[PATCH] rust: build: add back common and util tests
2025-09-19 10:41 UTC (2+ messages)
[PATCH] block: remove 'detached-header' option from opts after use
2025-09-19 10:38 UTC
[PATCH 0/5] vfio: relax the vIOMMU check
2025-09-19 10:27 UTC (5+ messages)
` [PATCH 1/5] vfio/iommufd: Add framework code to support getting dirty bitmap before unmap
` [PATCH 3/5] vfio/iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag support
[PATCH] tracing: deprecate "ust" tracing backend
2025-09-19 10:17 UTC (2+ messages)
[PATCH v2 0/6] crypto: misc fixes and improvements to cert handling
2025-09-19 10:10 UTC (7+ messages)
` [PATCH v2 1/6] crypto: only verify CA certs in chain of trust
` [PATCH v2 2/6] crypto: remove extraneous pointer usage in gnutls certs
` [PATCH v2 3/6] crypto: allow client/server cert chains
` [PATCH v2 4/6] crypto: stop requiring "key encipherment" usage in x509 certs
` [PATCH v2 5/6] crypto: switch to newer gnutls API for distinguished name
` [PATCH v2 6/6] crypto: fix error reporting in cert chain checks
[PATCH v5 00/14] Support PCIe RC to AST2600 and AST2700
2025-09-19 9:52 UTC (17+ messages)
` [PATCH v5 01/14] hw/pci/pci_ids: Add PCI vendor ID for ASPEED
` [PATCH v5 02/14] hw/pci-host/aspeed: Add AST2600 PCIe PHY model
` [PATCH v5 03/14] hw/pci-host/aspeed: Add AST2600 PCIe config space and host bridge
` [PATCH v5 04/14] hw/pci-host/aspeed: Add AST2600 PCIe Root Device support
` [PATCH v5 05/14] hw/pci-host/aspeed: Add AST2600 PCIe Root Port and make address configurable
` [PATCH v5 06/14] hw/pci-host/aspeed: Add MSI support and per-RC IOMMU address space
` [PATCH v5 07/14] hw/arm/aspeed: Wire up PCIe devices in SoC model
` [PATCH v5 08/14] hw/arm/aspeed_ast2600: Add PCIe RC support (RC_H only)
` [PATCH v5 09/14] hw/pci-host/aspeed: Add AST2700 PCIe PHY
` [PATCH v5 10/14] hw/pci-host/aspeed: Add AST2700 PCIe config with dedicated H2X blocks
` [PATCH v5 11/14] hw/pci-host/aspeed: Disable Root Device and place Root Port at 00:00.0 to AST2700
` [PATCH v5 12/14] hw/arm/aspeed_ast27x0: Introduce 3 PCIe RCs for AST2700
` [SPAM] "
` [PATCH v5 13/14] tests/functional/arm/test_aspeed_ast2600: Add PCIe and network test
` [PATCH v5 14/14] tests/functional/aarch64/aspeed_ast2700: Add PCIe and network tests
` [SPAM] [PATCH v5 00/14] Support PCIe RC to AST2600 and AST2700
[PATCH] linux-user: avoid -Werror=int-in-bool-context
2025-09-19 9:45 UTC (5+ messages)
[PATCH v3 00/14] Support PCIe RC to AST2600 and AST2700
2025-09-19 9:39 UTC (7+ messages)
` [SPAM] "
` Aspeed backlog (was Re: [SPAM] [PATCH v3 00/14] Support PCIe RC to AST2600 and AST2700)
[Qemu-devel] [PATCH] vfio/common: Work around kernel overflow bug in DMA unmap
2025-09-19 9:24 UTC (4+ messages)
[PATCH v6 00/14] virtio: introduce support for GSO over UDP tunnel
2025-09-19 9:09 UTC (3+ messages)
[PATCH v4 00/14] Support PCIe RC to AST2600 and AST2700
2025-09-19 8:58 UTC (26+ messages)
` [PATCH v4 02/14] hw/pci-host/aspeed: Add AST2600 PCIe PHY model
` [SPAM] "
` [PATCH v4 03/14] hw/pci-host/aspeed: Add AST2600 PCIe config space and host bridge
` [SPAM] "
` [PATCH v4 04/14] hw/pci-host/aspeed: Add AST2600 PCIe Root Device support
` [SPAM] "
` [PATCH v4 05/14] hw/pci-host/aspeed: Add AST2600 PCIe Root Port and make address configurable
` [SPAM] "
` [PATCH v4 06/14] hw/pci-host/aspeed: Add MSI support and per-RC IOMMU address space
` [SPAM] "
` [PATCH v4 08/14] hw/arm/aspeed_ast2600: Add PCIe RC support (RC_H only)
` [SPAM] "
` [PATCH v4 09/14] hw/pci-host/aspeed: Add AST2700 PCIe PHY
` [SPAM] "
` [PATCH v4 10/14] hw/pci-host/aspeed: Add AST2700 PCIe config with dedicated H2X blocks
` [SPAM] "
` [PATCH v4 11/14] hw/pci-host/aspeed: Disable Root Device and place Root Port at 00:00.0 to AST2700
` [SPAM] "
` [PATCH v4 12/14] hw/arm/aspeed_ast27x0: Introduce 3 PCIe RCs for AST2700
` [SPAM] "
` [PATCH v4 13/14] tests/functional/arm/test_aspeed_ast2600: Add PCIe and network test
` [SPAM] "
` [PATCH v4 14/14] tests/functional/aarch64/aspeed_ast2700: Add PCIe and network tests
` [SPAM] "
[PATCH 0/7] Register API leaks fixes
2025-09-19 8:52 UTC (15+ messages)
` [PATCH 1/7] hw/core/register: remove the REGISTER device type
` [PATCH 2/7] hw/core/register: add the REGISTER_ARRAY type
` [PATCH 3/7] hw/core/register: remove the calls to `register_finalize_block'
` [PATCH 4/7] hw/core/register: remove the `register_finalize_block' function
` [PATCH 5/7] hw/net/can/xlnx-versal-canfd: remove unused include directives
` [PATCH 6/7] hw/net/can/xlnx-versal-canfd: refactor the banked registers logic
` [PATCH 7/7] hw/net/can/xlnx-versal-canfd: remove register API usage for banked regs
[PATCH v5 0/9] Add IBM PPE42 CPU support
2025-09-19 8:29 UTC (3+ messages)
` [PATCH v5 9/9] tests/functional: Add test for IBM PPE42 instructions
[PATCH] wdt_i6300esb: fix incorrect mask for interrupt type
2025-09-19 8:23 UTC
[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-09-19 7:38 UTC (9+ messages)
` [RFC PATCH v3 06/15] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
[PATCH 0/2] Enable ESRTPS and simplify caching-mode=on check
2025-09-19 7:06 UTC (3+ messages)
` [PATCH 1/2] intel_iommu: Enable Enhanced Set Root Table Pointer Support (ESRTPS)
` [PATCH 2/2] intel_iommu: Simplify caching mode check with VFIO device
[PATCH] ui/sdl2: fix reset scaling binding to be consistent with gtk
2025-09-19 6:33 UTC (2+ messages)
[PATCH] tests/functional: add --debug CLI arg
2025-09-19 6:13 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).