[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 14/31] docs: update Rust module status
From: |
Paolo Bonzini |
Subject: |
[PULL 14/31] docs: update Rust module status |
Date: |
Fri, 6 Jun 2025 14:34:28 +0200 |
error is new; offset_of is gone.
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
docs/devel/rust.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst
index d60d56d0a69..47e9677fcb0 100644
--- a/docs/devel/rust.rst
+++ b/docs/devel/rust.rst
@@ -160,10 +160,10 @@ module status
``callbacks`` complete
``cell`` stable
``errno`` complete
+``error`` stable
``irq`` complete
``memory`` stable
``module`` complete
-``offset_of`` stable
``qdev`` stable
``qom`` stable
``sysbus`` stable
--
2.49.0
- [PULL 04/31] util/error: allow non-NUL-terminated err->src, (continued)
- [PULL 04/31] util/error: allow non-NUL-terminated err->src, Paolo Bonzini, 2025/06/06
- [PULL 05/31] util/error: make func optional, Paolo Bonzini, 2025/06/06
- [PULL 06/31] rust: qemu-api: add bindings to Error, Paolo Bonzini, 2025/06/06
- [PULL 07/31] rust: qemu-api: add tests for Error bindings, Paolo Bonzini, 2025/06/06
- [PULL 08/31] rust: qdev: support returning errors from realize, Paolo Bonzini, 2025/06/06
- [PULL 09/31] rust/hpet: change type of num_timers to usize, Paolo Bonzini, 2025/06/06
- [PULL 10/31] hpet: adjust VMState for consistency with Rust version, Paolo Bonzini, 2025/06/06
- [PULL 11/31] hpet: return errors from realize if properties are incorrect, Paolo Bonzini, 2025/06/06
- [PULL 12/31] rust/hpet: return errors from realize if properties are incorrect, Paolo Bonzini, 2025/06/06
- [PULL 13/31] rust/hpet: Drop BqlCell wrapper for num_timers, Paolo Bonzini, 2025/06/06
- [PULL 14/31] docs: update Rust module status,
Paolo Bonzini <=
- [PULL 16/31] i386/kvm: Prefault memory on page state change, Paolo Bonzini, 2025/06/06
- [PULL 18/31] futex: Support Windows, Paolo Bonzini, 2025/06/06
- [PULL 15/31] rust: make TryFrom macro more resilient, Paolo Bonzini, 2025/06/06
- [PULL 17/31] futex: Check value after qemu_futex_wait(), Paolo Bonzini, 2025/06/06
- [PULL 19/31] qemu-thread: Replace __linux__ with CONFIG_LINUX, Paolo Bonzini, 2025/06/06
- [PULL 20/31] qemu-thread: Avoid futex abstraction for non-Linux, Paolo Bonzini, 2025/06/06
- [PULL 21/31] qemu-thread: Use futex for QemuEvent on Windows, Paolo Bonzini, 2025/06/06