On Mon, Sep 08, 2025 at 12:50:03PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:50:03 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 31/33] docs: update rust.rst > X-Mailer: git-send-email 2.51.0 > > From: Marc-André Lureau <[email protected]> > > Signed-off-by: Marc-André Lureau <[email protected]> > Link: > https://lore.kernel.org/r/[email protected] > Signed-off-by: Paolo Bonzini <[email protected]> > --- > docs/devel/rust.rst | 61 ++++++++++++++++++++++++--------------------- > 1 file changed, 32 insertions(+), 29 deletions(-)
... > The status of the modules is as follows: > > -================ ====================== > -module status > -================ ====================== > -``assertions`` stable > -``bitops`` complete > -``callbacks`` complete > -``cell`` stable > -``errno`` complete > -``error`` stable > -``irq`` complete > -``log`` proof of concept > -``memory`` stable > -``module`` complete > -``qdev`` stable > -``qom`` stable > -``sysbus`` stable > -``timer`` stable > -``vmstate`` stable > -``zeroable`` stable > -================ ====================== > +========================== ====================== > +module status > +========================== ====================== Missing bits (complete)? > +``bql::cell`` stable Missing chardev (stable)? > +``common::assertions`` stable > +``common::bitops`` complete > +``common::callbacks`` complete > +``common::errno`` complete Missing opaque (complete) & unint (complete)? > +``common::zeroable`` stable > +``hwcore::irq`` complete > +``hwcore::qdev`` stable > +``hwcore::sysbus`` stable Maybe hw::core::...? Because this "modele" seems to reflect the path. > +``migration::vmstate`` stable > +``qom`` stable > +``system::memory`` stable > +``util::error`` stable > +``util::log`` proof of concept > +``util::module`` complete > +``util::timer`` stable > +========================== ====================== Others LGTM, Reviewed-by: Zhao Liu <[email protected]>
