On Tue, Oct 15, 2024 at 03:17:26PM +0200, Paolo Bonzini wrote: > Date: Tue, 15 Oct 2024 15:17:26 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 08/16] rust: build tests for the qemu_api crate > X-Mailer: git-send-email 2.46.2 > > Fix some bitrot in tests.rs, and allow the unit tests to be run via > "meson test". > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/qemu-api/meson.build | 3 +++ > rust/qemu-api/src/tests.rs | 2 +- > 2 files changed, 4 insertions(+), 1 deletion(-) >
Codes look good to me, Reviewed-by: Zhao Liu <zhao1....@intel.com>