On Mon, Dec 09, 2024 at 01:36:59PM +0100, Paolo Bonzini wrote: > Date: Mon, 9 Dec 2024 13:36:59 +0100 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 08/26] rust: qom: rename Class trait to ClassInitImpl > X-Mailer: git-send-email 2.47.1 > > While at it, document it. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/hw/char/pl011/src/device.rs | 4 ++-- > rust/qemu-api/src/definitions.rs | 25 ++++++++++++++++++++++--- > rust/qemu-api/tests/tests.rs | 4 ++-- > 3 files changed, 26 insertions(+), 7 deletions(-)
LGTM, Reviewed-by: Zhao Liu <zhao1....@intel.com>