qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-19 19:35:19 to 2025-06-12 20:59:40 UTC [more...]

[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-06-12 20:54 UTC  (8+ messages)
` [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
` [PATCH v2 02/12] python: update pylint ignores
` [PATCH v2 03/12] python: sync changes from external qemu.qmp package
` [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
` [PATCH v2 05/12] python: fix illegal escape sequences
` [PATCH v2 06/12] python: upgrade to python3.9+ syntax
` [PATCH v2 07/12] fixup

[PATCH 0/5] rust: make instance_init implementations use safe Rust
 2025-06-12 15:25 UTC  (15+ messages)
` [PATCH 1/5] rust: qemu_api: introduce MaybeUninit field projection
` [PATCH 2/5] rust: hpet: fully initialize object after instance_init
` [PATCH 3/5] rust: qom: introduce ParentInit
` [PATCH 4/5] rust: qom: make ParentInit lifetime-invariant
` [PATCH 5/5] rust: qom: change instance_init to take a ParentInit<>

[PATCH preview 0/3] reviving minimal QAPI generation from 2021
 2025-06-12 10:24 UTC  (13+ messages)
` [PATCH 1/3] rust: make TryFrom macro more resilient
` [PATCH 2/3] scripts/qapi: add QAPISchemaIfCond.rsgen()
` [PATCH 3/3] scripts/qapi: generate high-level Rust bindings

[PATCH v2 0/2] Initial logging support for Rust
 2025-06-12  7:39 UTC  (15+ messages)
` [PATCH v2 1/2] rust/qemu-api: Add initial logging support based on C API
` [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging

[PATCH 0/2] Initial logging support for Rust
 2025-06-10 20:51 UTC  (9+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API

[PATCH v3 00/14] rust: bindings for Error
 2025-06-05 13:53 UTC  (23+ messages)
` [PATCH 01/14] subprojects: add the anyhow crate
` [PATCH 02/14] subprojects: add the foreign crate
` [PATCH 03/14] util/error: expose Error definition to Rust code
` [PATCH 04/14] util/error: allow non-NUL-terminated err->src
` [PATCH 05/14] util/error: make func optional
` [PATCH 06/14] rust: qemu-api: add bindings to Error
` [PATCH 07/14] rust: qemu-api: add tests for Error bindings
` [PATCH 08/14] rust: qdev: support returning errors from realize
` [PATCH 09/14] rust/hpet: change type of num_timers to usize
` [PATCH 10/14] hpet: adjust VMState for consistency with Rust version
` [PATCH 11/14] hpet: return errors from realize if properties are incorrect
` [PATCH 12/14] rust/hpet: "
` [PATCH 13/14] rust/hpet: Drop BqlCell wrapper for num_timers
` [PATCH 14/14] docs: update Rust module status

[PATCH v2 00/14] rust: bindings for Error
 2025-06-05  6:14 UTC  (31+ messages)
` [PATCH 01/14] subprojects: add the anyhow crate
` [PATCH 02/14] subprojects: add the foreign crate
` [PATCH 03/14] util/error: expose Error definition to Rust code
` [PATCH 04/14] util/error: allow non-NUL-terminated err->src
` [PATCH 05/14] util/error: make func optional
` [PATCH 06/14] rust: qemu-api: add bindings to Error
` [PATCH 07/14] rust: qemu-api: add tests for Error bindings
` [PATCH 08/14] rust: qdev: support returning errors from realize
` [PATCH 09/14] rust/hpet: change type of num_timers to usize
` [PATCH 10/14] hpet: adjust VMState for consistency with Rust version
` [PATCH 11/14] hpet: return errors from realize if properties are incorrect
` [PATCH 12/14] rust/hpet: "
` [PATCH 13/14] rust/hpet: Drop BqlCell wrapper for num_timers
` [PATCH 14/14] docs: update Rust module status

[PATCH 01/12] rust: make declaration of dependent crates more consistent
 2025-05-29  9:18 UTC  (31+ messages)
` [PATCH 02/12] subprojects: add the anyhow crate
` [PATCH 03/12] subprojects: add the foreign crate
` [PATCH 04/12] util/error: expose Error definition to Rust code
` [PATCH 05/12] util/error: allow non-NUL-terminated err->src
` [PATCH 06/12] util/error: make func optional
` [PATCH 07/12] qemu-api: add bindings to Error
` [PATCH 08/12] rust: qdev: support returning errors from realize
` [PATCH 09/12] rust/hpet: change timer of num_timers to usize
` [PATCH 10/12] hpet: return errors from realize if properties are incorrect
` [PATCH 11/12] rust/hpet: "
` [PATCH 12/12] rust/hpet: Drop BqlCell wrapper for num_timers

[PATCH WIP RFC] rust: add qdev DeviceProperties derive macro
 2025-05-28 11:38 UTC  (5+ messages)

[PATCH 0/6] rust: update build system for Meson 1.8.1
 2025-05-27 17:04 UTC  (7+ messages)
` [PATCH 1/6] meson: update to version 1.8.1
` [PATCH 2/6] rust: use "objects" for Rust executables as well
` [PATCH 3/6] build, dockerfiles: add support for detecting rustdoc
` [PATCH 4/6] rust: add qemu-api doctests to "meson test"
` [PATCH 5/6] rust: cell: remove support for running doctests with "cargo test --doc"
` [PATCH 6/6] rust: use native Meson support for clippy and rustdoc

[PATCH 0/8] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-05-22 19:13 UTC  (12+ messages)
` [PATCH 1/8] python: convert packages to PEP517/pyproject.toml
` [PATCH 2/8] python: update pylint ignores
` [PATCH 4/8] python: use 3.9+ builtin type hints
` [PATCH 5/8] python: convert remaining deprecated type hints for 3.9+

[PATCH 0/5] hpet, rust: miscellaneous cleanup
 2025-05-21  7:34 UTC  (10+ messages)
` [PATCH 1/5] hw/timer/hpet: Reorganize register decoding
` [PATCH 2/5] hw/timer/hpet: Adjust num_timers in hpet_init()
` [PATCH 3/5] rust/hpet: Drop BalCell wrapper for num_timers
` [PATCH 4/5] rust: Fix Zhao's email address
` [PATCH 5/5] rust: Fix the typos in doc

Rust in QEMU update, April 2025
 2025-05-21 21:00 UTC  (8+ messages)

[PATCH v2 00/17] maintainer updates for feb25 (qtest, gdbstub, plugins) pre-PR
 2025-05-21 15:41 UTC  (10+ messages)
` [PATCH v2 11/17] gdbstub: Try unlinking the unix socket before binding

[RFC PATCH 0/6] rust: make usage of bitmasks and bitfields nicer
 2025-05-21 15:05 UTC  (16+ messages)
` [RFC PATCH 1/6] rust: add "bits", a custom bitflags implementation
` [RFC PATCH 2/6] rust: pl011: use the bits macro
` [RFC PATCH 3/6] rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]
` [RFC PATCH 4/6] rust: subprojects: add bitfield-struct
` [RFC PATCH 5/6] rust: pl011: switch from bilge to bitfield-struct
` [RFC PATCH 6/6] rust: remove bilge crate


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