public inbox for qemu-rust@nongnu.org
 help / color / mirror / Atom feed
[PATCH v2 00/16] rust: QObject and QAPI bindings
 2026-03-31  7:53 UTC  (50+ messages)
` [PATCH v2 01/16] rust/qobject: add basic bindings
` [PATCH v2 03/16] rust/qobject: add Serialize implementation
` [PATCH v2 07/16] rust/qobject: add from/to JSON bindings for QObject
` [PATCH v2 08/16] rust/qobject: add Display/Debug
` [PATCH v2 09/16] scripts/qapi: add QAPISchemaIfCond.rsgen()
` [PATCH v2 10/16] scripts/qapi: add QAPISchemaType.is_predefined
` [PATCH v2 11/16] scripts/qapi: pull c_name from camel_to_upper to caller
` [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings

[PATCH 0/5] rust/hpet: complete moving state out of HPETTimer
 2026-03-16 15:21 UTC  (2+ messages)

[PATCH] rust: fix build when --disable-rust and meson < 1.9
 2026-03-13 15:41 UTC 

[PATCH] rust: Update Cargo.lock
 2026-03-11 16:16 UTC  (3+ messages)

[PATCH v3 03/18] migration: make .post_save() a void function
 2026-03-09 14:41 UTC 

[PATCH v2] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
 2026-03-09 14:06 UTC  (3+ messages)

[PULL v2 00/27] Misc patches queue
 2026-03-07 11:37 UTC  (30+ messages)
` [PULL 01/27] scripts: detect another GPL license boilerplate variant
` [PULL 02/27] io: separate freeing of tasks from marking them as complete
` [PULL 03/27] io: fix cleanup for TLS I/O source data on cancellation
` [PULL 04/27] io: fix cleanup for websock "
` [PULL 05/27] docs: simplify DiamondRapids CPU docs
` [PULL 06/27] qemu-options: remove extraneous [] around arg values
` [PULL 07/27] include: define constant for early constructor priority
` [PULL 08/27] monitor: initialize global data from a constructor
` [PULL 09/27] system: unconditionally enable thread naming
` [PULL 10/27] util: fix race setting thread name on Win32
` [PULL 11/27] util: expose qemu_thread_set_name
` [PULL 12/27] audio: make jackaudio use qemu_thread_set_name
` [PULL 13/27] util: set the name for the 'main' thread on Windows
` [PULL 14/27] util: add API to fetch the current thread name
` [PULL 15/27] util: introduce some API docs for logging APIs
` [PULL 16/27] util: avoid repeated prefix on incremental qemu_log calls
` [PULL 17/27] util/log: add missing error reporting in qemu_log_trylock_with_err
` [PULL 18/27] ui: add proper error reporting for password changes
` [PULL 19/27] ui: remove redundant use of error_printf_unless_qmp()
` [PULL 20/27] monitor: remove redundant error_[v]printf_unless_qmp
` [PULL 21/27] monitor: refactor error_vprintf()
` [PULL 22/27] monitor: move error_vprintf back to error-report.c
` [PULL 23/27] util: fix interleaving of error & trace output
` [PULL 24/27] util: don't skip error prefixes when QMP is active
` [PULL 25/27] util: fix interleaving of error prefixes
` [PULL 26/27] scripts/checkpatch: Fix MAINTAINERS update warning with --terse
` [PULL 27/27] util/oslib-posix: increase memprealloc thread count to 32

[PATCH 00/10] hw/core: Remove hw_compat[] array for 2.10, 2.11 and 2.12 machines
 2026-03-05  7:42 UTC  (3+ messages)
` [PATCH 05/10] hw/timer/hpet: Remove HPETState::hpet_offset_saved field

[PATCH v6 00/27] util: sync error_report & qemu_log output more closely
 2026-02-26  9:58 UTC  (59+ messages)
` [PATCH v6 01/27] meson: don't access 'cxx' object without checking cpp lang
` [PATCH v6 02/27] qemu-options: remove extraneous [] around arg values
` [PATCH v6 03/27] include: define constant for early constructor priority
` [PATCH v6 04/27] monitor: initialize global data from a constructor
` [PATCH v6 05/27] system: unconditionally enable thread naming
` [PATCH v6 06/27] util: fix race setting thread name on Win32
` [PATCH v6 07/27] util: expose qemu_thread_set_name
` [PATCH v6 08/27] audio: make jackaudio use qemu_thread_set_name
` [PATCH v6 09/27] util: set the name for the 'main' thread on Windows
` [PATCH v6 10/27] util: add API to fetch the current thread name
` [PATCH v6 11/27] util: introduce some API docs for logging APIs
` [PATCH v6 12/27] util: avoid repeated prefix on incremental qemu_log calls
` [PATCH v6 13/27] util/log: add missing error reporting in qemu_log_trylock_with_err
` [PATCH v6 14/27] ui: add proper error reporting for password changes
` [PATCH v6 15/27] ui: remove redundant use of error_printf_unless_qmp()
` [PATCH v6 16/27] monitor: remove redundant error_[v]printf_unless_qmp
` [PATCH v6 17/27] monitor: refactor error_vprintf()
` [PATCH v6 18/27] monitor: move error_vprintf back to error-report.c
` [PATCH v6 19/27] util: fix interleaving of error & trace output
` [PATCH v6 20/27] util: don't skip error prefixes when QMP is active
` [PATCH v6 21/27] util: fix interleaving of error prefixes
` [PATCH v6 22/27] util: introduce common helper for error-report & log code
` [PATCH v6 23/27] util: convert error-report & log to message API for timestamp
` [PATCH v6 24/27] util: add support for formatting a workload name in messages
` [PATCH v6 25/27] util: add support for formatting a program "
` [PATCH v6 26/27] util: add support for formatting thread info "
` [PATCH v6 27/27] util: add brackets around guest name in message context

[PATCH v2 0/1] rust: use checked_div()
 2026-02-25  9:51 UTC  (5+ messages)
` [PATCH v2 1/1] rust: use checked_div to make clippy happy

[PATCH 0/1] rust: use checked_div()
 2026-02-19 17:05 UTC  (5+ messages)
` [PATCH 1/1] rust: use checked_div to make clippy happy

[PATCH v5 00/24] util: sync error_report & qemu_log output more closely
 2026-02-11  5:56 UTC  (60+ messages)
` [PATCH v5 01/24] qemu-options: remove extraneous [] around arg values
` [PATCH v5 02/24] include: define constant for early constructor priority
` [PATCH v5 05/24] util: expose qemu_thread_set_name
` [PATCH v5 08/24] util: add API to fetch the current thread name
` [PATCH v5 09/24] util: introduce some API docs for logging APIs
` [PATCH v5 10/24] util: avoid repeated prefix on incremental qemu_log calls
` [PATCH v5 11/24] ui/vnc: remove use of error_printf_unless_qmp()
` [PATCH v5 13/24] monitor: refactor error_vprintf()
` [PATCH v5 14/24] monitor: move error_vprintf back to error-report.c
` [PATCH v5 15/24] monitor: introduce monitor_cur_is_hmp() helper
` [PATCH v5 16/24] util: don't skip error prefixes when QMP is active
` [PATCH v5 17/24] util: fix interleaving of error & trace output
` [PATCH v5 18/24] util: fix interleaving of error prefixes
` [PATCH v5 22/24] util: add support for formatting a program name in messages
` [PATCH v5 23/24] util: add support for formatting thread info "

Rust in QEMU update, January 2026
 2026-01-27 10:15 UTC 

[PATCH] rust/hpet: remove stale TODO comment
 2026-01-27  9:37 UTC  (3+ messages)

[PATCH] qdev: add hw/core/gpio.c to libhwcore
 2026-01-14 17:19 UTC 

[PATCH 0/3] rust: reorganize binding generation, fix msys2 linking
 2026-01-14 13:49 UTC  (4+ messages)
` [PATCH 1/3] rust: move class_init to an extension trait
` [PATCH 2/3] rust: move binding generation to bindings/
` [PATCH 3/3] rust: move hwcore::sysbus to system crate

[PATCH] rust: Update Cargo.lock
 2026-01-12  9:09 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox