On Mon, Jun 09, 2025 at 05:44:21PM +0200, Paolo Bonzini wrote: > Date: Mon, 9 Jun 2025 17:44:21 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 3/5] rust: qom: introduce ParentInit > X-Mailer: git-send-email 2.49.0 > > This is a smart pointer for MaybeUninit; it can be upcasted to the > already-initialized parent classes, or dereferenced to a MaybeUninit > for the class that is being initialized. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/qemu-api/src/qom.rs | 86 +++++++++++++++++++++++++++++++++++++++- > 1 file changed, 85 insertions(+), 1 deletion(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>