Re: [RFC PATCH v6 1/5] build-sys: Add rust feature option

2024-08-08 Thread Paolo Bonzini
On 8/4/24 23:04, Manos Pitsidianakis wrote: diff --git a/configure b/configure index 019fcbd0ef..aac7f29f25 100755 --- a/configure +++ b/configure @@ -874,6 +874,8 @@ Advanced options (experts only): start the emulator (only use if you are including

[RFC PATCH v6 1/5] build-sys: Add rust feature option

2024-08-04 Thread Manos Pitsidianakis
Add rust feature in meson.build, configure, to prepare for adding Rust code in the followup commits. Signed-off-by: Manos Pitsidianakis --- MAINTAINERS | 5 + configure | 2 ++ meson.build | 25 - Kconfig