On Mon, Dec 15, 2025 at 08:49:57AM +0100, Paolo Bonzini wrote: > Date: Mon, 15 Dec 2025 08:49:57 +0100 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 08/11] rust: skip compilation if there are no system > emulators > X-Mailer: git-send-email 2.52.0 > > Otherwise, the Rust crates require the corresponding C code > (e.g. migration/ for rust/migration/) but the dependencies of > that C code, for example the trace files, have not been built. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/meson.build | 7 +++++++ > 1 file changed, 7 insertions(+)
Reviewed-by: Zhao Liu <[email protected]>
