Re: [PATCH] rust: do not always select X_PL011_RUST

2024-10-27 Thread Manos Pitsidianakis
On Sun, Oct 27, 2024 at 3:15 PM Paolo Bonzini wrote: > > On 10/27/24 10:49, Manos Pitsidianakis wrote: > > On Fri, 25 Oct 2024 12:42, Paolo Bonzini wrote: > >> Right now the Rust pl011 device is included in all QEMU system > >> emulator binaries if --enable-rust is passed. This is not needed > >

Re: [PATCH] rust: do not always select X_PL011_RUST

2024-10-27 Thread Paolo Bonzini
On 10/27/24 10:49, Manos Pitsidianakis wrote: On Fri, 25 Oct 2024 12:42, Paolo Bonzini wrote: Right now the Rust pl011 device is included in all QEMU system emulator binaries if --enable-rust is passed. This is not needed since the board logic in hw/arm/Kconfig will pick it. Signed-off-by: Pa

Re: [PATCH] rust: do not always select X_PL011_RUST

2024-10-27 Thread Manos Pitsidianakis
On Fri, 25 Oct 2024 12:42, Paolo Bonzini wrote: >Right now the Rust pl011 device is included in all QEMU system >emulator binaries if --enable-rust is passed. This is not needed >since the board logic in hw/arm/Kconfig will pick it. > >Signed-off-by: Paolo Bonzini >--- > rust/hw/char/Kconfig | 1

[PATCH] rust: do not always select X_PL011_RUST

2024-10-25 Thread Paolo Bonzini
Right now the Rust pl011 device is included in all QEMU system emulator binaries if --enable-rust is passed. This is not needed since the board logic in hw/arm/Kconfig will pick it. Signed-off-by: Paolo Bonzini --- rust/hw/char/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/hw/