qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-20 15:45:17 to 2025-10-01 15:41:00 UTC [more...]

[PULL 00/16] Tracing patches
 2025-10-01 15:30 UTC  (13+ messages)
` [PULL 01/16] tracetool: fix usage of try_import()
` [PULL 04/16] tracetool: add SPDX headers
` [PULL 05/16] trace/ftrace: move snprintf+write from tracepoints to ftrace.c
` [PULL 06/16] tracetool: add CHECK_TRACE_EVENT_GET_STATE
` [PULL 07/16] tracetool/backend: remove redundant trace event checks
` [PULL 08/16] tracetool: Add Rust format support
` [PULL 09/16] rust: add trace crate
` [PULL 10/16] rust: qdev: add minimal clock bindings
` [PULL 11/16] rust: pl011: add tracepoints
` [PULL 12/16] tracetool/simple: add Rust support
` [PULL 15/16] tracetool/ftrace: "
` [PULL 16/16] tracetool/syslog: "

[PATCH v2 00/16] tracetool: add Rust support
 2025-10-01 15:24 UTC  (18+ 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 v2 00/27] CI/build-sys fixes to enable Rust more widely
 2025-10-01 11:30 UTC  (51+ messages)
` [PATCH v2 01/27] build-sys: require -lrt when no shm_open() in std libs
` [PATCH v2 02/27] gitlab-ci: fix 'needs' property type must be array
` [PATCH v2 03/27] scripts/archive-source: speed up downloading subprojects
` [PATCH v2 04/27] scripts/archive-source: silence subprojects downloads
` [PATCH v2 05/27] scripts/archive-source: use a bash array
` [PATCH v2 06/27] configure: fix rust meson configuration
` [PATCH v2 07/27] configure: set the bindgen cross target
` [PATCH v2 08/27] tests/docker/common: print errors to stderr
` [PATCH v2 09/27] tests/docker: use fully qualified image name for emsdk
` [PATCH v2 10/27] tests/docker/common: print meson log on configure failure
` [PATCH v2 11/27] build-sys: cfi_debug and safe_stack are not compatible
` [PATCH v2 12/27] lcitool: update, switch to f41
` [PATCH v2 13/27] lcitool/qemu: include libclang-rt for TSAN
` [PATCH v2 14/27] lcitool/alpine: workaround bindgen issue
` [PATCH v2 15/27] tests/lcitool: add missing rust-std dep
` [PATCH v2 16/27] tests/lcitool: update to debian13
` [PATCH v2 17/27] tests/docker: add ENABLE_RUST environment
` [PATCH v2 18/27] tests/lcitool: enable rust & refresh
` [PATCH v2 19/27] configure: set the meson executable suffix/ext
` [PATCH v2 20/27] tests/freebsd: enable Rust
` [PATCH v2 21/27] meson: rust-bindgen limit allowlist-file to srcdir/include
` [PATCH v2 22/27] RFC: tests/docker: add rust to debian-legacy-test-cross
` [PATCH v2 23/27] WIP: gitlab-ci: enable rust for msys2-64bit
` [PATCH v2 24/27] WIP: cirrus/macos: enable Rust
` [PATCH v2 25/27] RFC: build-sys: deprecate mips host
` [PATCH v2 26/27] build-sys: pass -fvisibility=default for wasm bindgen
` [PATCH v2 27/27] WIP: enable rust for wasm/emscripten

[PATCH preview 00/14] rust: QObject and QAPI bindings
 2025-10-01  8:00 UTC  (15+ messages)
` [PATCH 01/14] qobject: make refcount atomic
` [PATCH 02/14] rust: add basic QObject bindings
` [PATCH 03/14] subprojects: add serde
` [PATCH 04/14] rust: add Serialize implementation for QObject
` [PATCH 05/14] rust: add Serializer (to_qobject) "
` [PATCH 06/14] rust: add Deserialize "
` [PATCH 07/14] rust: add Deserializer (from_qobject) "
` [PATCH 08/14] rust/qobject: add Display/Debug
` [PATCH 09/14] scripts/qapi: add QAPISchemaIfCond.rsgen()
` [PATCH 10/14] scripts/qapi: generate high-level Rust bindings
` [PATCH 11/14] scripts/qapi: strip trailing whitespaces
` [PATCH 12/14] scripts/rustc_args: add --no-strict-cfg
` [PATCH 13/14] rust/util: build QAPI types
` [PATCH 14/14] rust: start qapi tests

[PATCH 0/2] rust: do not generate GLib bindings
 2025-10-01  7:49 UTC  (3+ messages)
` [PATCH 1/2] subprojects: add glib-sys-rs
` [PATCH 2/2] rust: use glib-sys

[PULL 00/23] Rust ci patches
 2025-09-30 15:37 UTC  (24+ messages)
` [PULL 01/23] build-sys: require -lrt when no shm_open() in std libs
` [PULL 02/23] gitlab-ci: fix 'needs' property type must be array
` [PULL 03/23] scripts/archive-source: speed up downloading subprojects
` [PULL 04/23] scripts/archive-source: silence subprojects downloads
` [PULL 05/23] scripts/archive-source: use a bash array
` [PULL 06/23] configure: fix rust meson configuration
` [PULL 07/23] configure: set the bindgen cross target
` [PULL 08/23] tests/docker/common: print errors to stderr
` [PULL 09/23] tests/docker: use fully qualified image name for emsdk
` [PULL 10/23] tests/docker/common: print meson log on configure failure
` [PULL 11/23] build-sys: cfi_debug and safe_stack are not compatible
` [PULL 12/23] lcitool: update, switch to f41
` [PULL 13/23] lcitool/qemu: include libclang-rt for TSAN
` [PULL 14/23] lcitool/alpine: workaround bindgen issue
` [PULL 15/23] tests/lcitool: add missing rust-std dep
` [PULL 16/23] tests/lcitool: update to debian13
` [PULL 17/23] tests/docker: add ENABLE_RUST environment
` [PULL 18/23] tests/lcitool: enable rust & refresh
` [PULL 19/23] configure: set the meson executable suffix/ext
` [PULL 20/23] tests/freebsd: enable Rust
` [PULL 21/23] meson: rust-bindgen limit allowlist-file to srcdir/include
` [PULL 22/23] build-sys: deprecate mips host
` [PULL 23/23] build-sys: pass -fvisibility=default for wasm bindgen

[PATCH] subprojects: Remove version number from .gitignore
 2025-09-30 12:51 UTC  (2+ messages)

[PATCH] subprojects: Update .gitignore for syn
 2025-09-30  9:22 UTC  (7+ messages)

[RFC PATCH 0/7] rust: migration: add high-level migration wrappers
 2025-09-30  6:53 UTC  (21+ messages)
` [PATCH 1/7] rust: bql: add BqlRefCell::get_mut()
` [PATCH 2/7] rust: move VMState from bql to migration
` [PATCH 3/7] rust: migration: extract vmstate_fields_ref
` [PATCH 4/7] rust: migration: add high-level migration wrappers
` [PATCH 5/7] rust: qemu-macros: add ToMigrationState derive macro
` [PATCH 6/7] rust: migration: implement ToMigrationState for Timer
` [PATCH 7/7] rust: migration: implement ToMigrationState as part of impl_vmstate_bitsized

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

[PATCH v2 00/12] rust: miscellaneous cleanup & HPET #property conversion
 2025-09-23 21:02 UTC  (11+ messages)
` [PATCH v2 01/12] subprojects: Update .gitignore for proc-macro2 and syn
` [PATCH v2 02/12] subprojects: Ignore .wraplock file generated by meson v1.9.0
` [PATCH v2 04/12] rust/common/uninit: Fix Clippy's complaints about lifetime
` [PATCH v2 05/12] rust/qdev: use addr_of! in QDevProp
` [PATCH v2 06/12] rust/qdev: Refine the documentation for QDevProp trait
` [PATCH v2 07/12] rust/qdev: Support property info for more common types
` [PATCH v2 09/12] rust/qdev: Test bit property for #property
` [PATCH v2 12/12] rust/qdev: Drop declare_properties & define_property macros

[PATCH] rust: vmstate: use "cast()" instead of "as"
 2025-09-23 14:43 UTC  (2+ messages)

[PATCH] rust: build: remove "protocol: rust: from doctests
 2025-09-23 14:42 UTC  (2+ messages)

[PATCH] rust: build: add back common and util tests
 2025-09-23 14:38 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;
as well as URLs for NNTP newsgroup(s).