org.nongnu.qemu-rust archive
408 archived articles, newest first (page 3 of 5). Latest articles →
[PATCH] migration: Remove VMS_MULTIPLY_ELEMENTS and VMSTATE_VARRAY_MULTIPLY()
Thu, 7 May 2026 09:02:28 +0200Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Wed, 6 May 2026 16:35:02 +0400Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Wed, 06 May 2026 12:59:55 +0200Re: Can we make QMP commands in Rust always be coroutine safe?
Tue, 5 May 2026 12:51:00 +0200Re: Can we make QMP commands in Rust always be coroutine safe?
Tue, 5 May 2026 11:58:11 +0300Can we make QMP commands in Rust always be coroutine safe?
Tue, 05 May 2026 10:44:21 +0200Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Tue, 31 Mar 2026 09:53:38 +0200Re: [PATCH v2 11/16] scripts/qapi: pull c_name from camel_to_upper to caller
Tue, 31 Mar 2026 09:37:59 +0200Re: [PATCH v2 11/16] scripts/qapi: pull c_name from camel_to_upper to caller
Tue, 31 Mar 2026 09:33:45 +0200Re: [PATCH 0/5] rust/hpet: complete moving state out of HPETTimer
Mon, 16 Mar 2026 23:21:59 +0800[PATCH] rust: fix build when --disable-rust and meson < 1.9
Fri, 13 Mar 2026 19:41:19 +0400Re: [PATCH] rust: Update Cargo.lock
Wed, 11 Mar 2026 17:16:49 +0100Re: [PATCH] rust: Update Cargo.lock
Wed, 11 Mar 2026 17:11:15 +0800[PATCH] rust: Update Cargo.lock
Mon, 9 Mar 2026 18:24:40 +0100Re: [PATCH v3 03/18] migration: make .post_save() a void function
Mon, 9 Mar 2026 22:41:44 +0800Re: [PATCH v2] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
Mon, 9 Mar 2026 15:06:10 +0100Re: [PATCH v2] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
Mon, 9 Mar 2026 21:58:01 +0800Re: [PULL 12/27] audio: make jackaudio use qemu_thread_set_name
Sat, 7 Mar 2026 12:37:10 +0100Re: [PULL v2 00/27] Misc patches queue
Fri, 6 Mar 2026 09:49:41 +0000[PATCH v2] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
Fri, 6 Mar 2026 10:31:34 +0100[PULL 25/27] util: fix interleaving of error prefixes
Thu, 5 Mar 2026 17:47:41 +0000[PULL 27/27] util/oslib-posix: increase memprealloc thread count to 32
Thu, 5 Mar 2026 17:47:43 +0000[PULL 24/27] util: don't skip error prefixes when QMP is active
Thu, 5 Mar 2026 17:47:40 +0000[PULL 15/27] util: introduce some API docs for logging APIs
Thu, 5 Mar 2026 17:47:31 +0000[PULL 20/27] monitor: remove redundant error_[v]printf_unless_qmp
Thu, 5 Mar 2026 17:47:36 +0000[PULL 19/27] ui: remove redundant use of error_printf_unless_qmp()
Thu, 5 Mar 2026 17:47:35 +0000[PULL 18/27] ui: add proper error reporting for password changes
Thu, 5 Mar 2026 17:47:34 +0000[PULL 03/27] io: fix cleanup for TLS I/O source data on cancellation
Thu, 5 Mar 2026 17:47:19 +0000[PULL 21/27] monitor: refactor error_vprintf()
Thu, 5 Mar 2026 17:47:37 +0000[PULL 09/27] system: unconditionally enable thread naming
Thu, 5 Mar 2026 17:47:25 +0000[PULL 26/27] scripts/checkpatch: Fix MAINTAINERS update warning with --terse
Thu, 5 Mar 2026 17:47:42 +0000[PULL 14/27] util: add API to fetch the current thread name
Thu, 5 Mar 2026 17:47:30 +0000[PULL 23/27] util: fix interleaving of error & trace output
Thu, 5 Mar 2026 17:47:39 +0000[PULL 22/27] monitor: move error_vprintf back to error-report.c
Thu, 5 Mar 2026 17:47:38 +0000[PULL 11/27] util: expose qemu_thread_set_name
Thu, 5 Mar 2026 17:47:27 +0000[PULL 06/27] qemu-options: remove extraneous [] around arg values
Thu, 5 Mar 2026 17:47:22 +0000[PULL 13/27] util: set the name for the 'main' thread on Windows
Thu, 5 Mar 2026 17:47:29 +0000[PULL 10/27] util: fix race setting thread name on Win32
Thu, 5 Mar 2026 17:47:26 +0000[PULL 05/27] docs: simplify DiamondRapids CPU docs
Thu, 5 Mar 2026 17:47:21 +0000[PULL 12/27] audio: make jackaudio use qemu_thread_set_name
Thu, 5 Mar 2026 17:47:28 +0000[PULL 17/27] util/log: add missing error reporting in qemu_log_trylock_with_err
Thu, 5 Mar 2026 17:47:33 +0000[PULL 16/27] util: avoid repeated prefix on incremental qemu_log calls
Thu, 5 Mar 2026 17:47:32 +0000[PULL 02/27] io: separate freeing of tasks from marking them as complete
Thu, 5 Mar 2026 17:47:18 +0000[PULL 01/27] scripts: detect another GPL license boilerplate variant
Thu, 5 Mar 2026 17:47:17 +0000[PULL 08/27] monitor: initialize global data from a constructor
Thu, 5 Mar 2026 17:47:24 +0000[PULL 04/27] io: fix cleanup for websock I/O source data on cancellation
Thu, 5 Mar 2026 17:47:20 +0000[PULL 07/27] include: define constant for early constructor priority
Thu, 5 Mar 2026 17:47:23 +0000[PULL v2 00/27] Misc patches queue
Thu, 5 Mar 2026 17:47:16 +0000Re: [PATCH 05/10] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
Thu, 5 Mar 2026 08:42:13 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Wed, 04 Mar 2026 09:09:42 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Tue, 3 Mar 2026 16:55:30 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Tue, 3 Mar 2026 14:17:40 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Tue, 03 Mar 2026 13:31:21 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Tue, 3 Mar 2026 11:00:42 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Tue, 03 Mar 2026 10:19:13 +0100Re: [PATCH v2 10/16] scripts/qapi: add QAPISchemaType.is_predefined
Thu, 26 Feb 2026 15:12:20 +0100Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Thu, 26 Feb 2026 13:42:54 +0100Re: [PATCH v6 00/27] util: sync error_report & qemu_log output more closely
Thu, 26 Feb 2026 09:58:06 +0000Re: [PATCH v6 00/27] util: sync error_report & qemu_log output more closely
Thu, 26 Feb 2026 10:51:01 +0100Re: [PATCH v6 25/27] util: add support for formatting a program name in messages
Thu, 26 Feb 2026 08:11:57 +0100Re: [PATCH v6 22/27] util: introduce common helper for error-report & log code
Wed, 25 Feb 2026 18:51:41 +0100Re: [PATCH v6 25/27] util: add support for formatting a program name in messages
Wed, 25 Feb 2026 17:47:52 +0000Re: [PATCH v6 25/27] util: add support for formatting a program name in messages
Wed, 25 Feb 2026 17:43:45 +0000Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Wed, 25 Feb 2026 17:39:42 +0000Re: [PATCH v6 25/27] util: add support for formatting a program name in messages
Wed, 25 Feb 2026 16:38:21 +0000Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Wed, 25 Feb 2026 16:33:28 +0000Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Wed, 25 Feb 2026 16:30:28 +0000Re: [PATCH v6 25/27] util: add support for formatting a program name in messages
Wed, 25 Feb 2026 16:24:41 +0000Re: [PATCH v6 22/27] util: introduce common helper for error-report & log code
Wed, 25 Feb 2026 16:18:02 +0000Re: [PATCH v6 14/27] ui: add proper error reporting for password changes
Wed, 25 Feb 2026 16:08:27 +0000Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Wed, 25 Feb 2026 15:39:49 +0100Re: [PATCH v2 1/1] rust: use checked_div to make clippy happy
Wed, 25 Feb 2026 11:51:28 +0200Re: [PATCH v2 1/1] rust: use checked_div to make clippy happy
Wed, 25 Feb 2026 10:49:40 +0100Re: [PATCH v2 10/16] scripts/qapi: add QAPISchemaType.is_predefined
Wed, 25 Feb 2026 09:44:36 +0100Re: [PATCH v2 11/16] scripts/qapi: pull c_name from camel_to_upper to caller
Wed, 25 Feb 2026 09:32:12 +0100Re: [PATCH v2 01/16] rust/qobject: add basic bindings
Wed, 25 Feb 2026 09:05:20 +0100Re: [PATCH v2 10/16] scripts/qapi: add QAPISchemaType.is_predefined
Wed, 25 Feb 2026 09:01:15 +0100Re: [PATCH v2 09/16] scripts/qapi: add QAPISchemaIfCond.rsgen()
Wed, 25 Feb 2026 08:53:57 +0100Re: [PATCH v2 10/16] scripts/qapi: add QAPISchemaType.is_predefined
Wed, 25 Feb 2026 08:33:33 +0100Re: [PATCH v2 09/16] scripts/qapi: add QAPISchemaIfCond.rsgen()
Wed, 25 Feb 2026 07:48:48 +0100Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Tue, 24 Feb 2026 18:28:49 +0100Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Tue, 24 Feb 2026 15:06:55 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Tue, 24 Feb 2026 14:46:19 +0100Re: [PATCH v2 03/16] rust/qobject: add Serialize implementation
Tue, 24 Feb 2026 14:41:47 +0100Re: [PATCH v2 01/16] rust/qobject: add basic bindings
Tue, 24 Feb 2026 14:33:26 +0100Re: [PATCH v2 03/16] rust/qobject: add Serialize implementation
Tue, 24 Feb 2026 11:48:08 +0100Re: [PATCH v2 01/16] rust/qobject: add basic bindings
Tue, 24 Feb 2026 11:35:31 +0100Re: [PATCH v2 03/16] rust/qobject: add Serialize implementation
Tue, 24 Feb 2026 11:29:45 +0100Re: [PATCH v2 01/16] rust/qobject: add basic bindings
Tue, 24 Feb 2026 11:03:54 +0100Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Mon, 23 Feb 2026 20:03:21 +0100Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Mon, 23 Feb 2026 16:24:59 +0000Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Mon, 23 Feb 2026 17:11:59 +0100Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Mon, 23 Feb 2026 16:54:07 +0100Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Mon, 23 Feb 2026 13:36:00 +0100Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Mon, 23 Feb 2026 09:53:41 +0000Re: [PATCH v2 0/1] rust: use checked_div()
Fri, 20 Feb 2026 09:45:02 +0100[PATCH v2 1/1] rust: use checked_div to make clippy happy
Thu, 19 Feb 2026 13:54:09 -0500[PATCH v2 0/1] rust: use checked_div()
Thu, 19 Feb 2026 13:54:08 -0500Re: [PATCH 1/1] rust: use checked_div to make clippy happy
Thu, 19 Feb 2026 12:05:02 -0500Re: [PATCH v2 00/16] rust: QObject and QAPI bindings
Thu, 19 Feb 2026 17:28:58 +0100
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.