[PATCH 14/14] docs: update Rust module status

Paolo Bonzini posted 14 patches 5 months, 2 weeks ago
[PATCH 14/14] docs: update Rust module status
Posted by Paolo Bonzini 5 months, 2 weeks ago
error is new; offset_of is gone.

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 34d9c7945b7..29ae59395e8 100644
--- a/docs/devel/rust.rst
+++ b/docs/devel/rust.rst
@@ -155,10 +155,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
Re: [PATCH 14/14] docs: update Rust module status
Posted by Zhao Liu 5 months, 2 weeks ago
On Fri, May 30, 2025 at 10:03:06AM +0200, Paolo Bonzini wrote:
> Date: Fri, 30 May 2025 10:03:06 +0200
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 14/14] docs: update Rust module status
> X-Mailer: git-send-email 2.49.0
> 
> error is new; offset_of is gone.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  docs/devel/rust.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>